You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/resources/Microsoft/Windows/RebootPending/index.md
+11-12Lines changed: 11 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -64,14 +64,14 @@ This resource does not support `set`, `whatIf`, `export`, `test`, or `delete` op
64
64
65
65
## Examples
66
66
67
-
1. [Check for pending reboot][03] - Shows how to check if a system has a pending reboot using the `dsc resource get` command.
68
-
2. [Use the RebootPending resource in a configuration][04] - Shows how to include the RebootPending resource in a configuration document to check reboot status.
67
+
1. [Check for pending reboot][04] - Shows how to check if a system has a pending reboot using the `dsc resource get` command.
68
+
2. [Use the RebootPending resource in a configuration][05] - Shows how to include the RebootPending resource in a configuration document to check reboot status.
69
69
70
70
## Properties
71
71
72
72
The resource doesn't have any configurable properties. It's a read-only resource designed to detect a system's reboot status.
73
73
74
-
- **Read-only properties:** <a id="read-only-properties"></a> The resource returns the following properties. For more information about read-only properties, see the "Read-only resource properties" section in [DSC resource properties][08].
74
+
- **Read-only properties:** <a id="read-only-properties"></a> The resource returns the following properties. For more information about read-only properties, see the "Read-only resource properties" section in [DSC resource properties][03].
75
75
76
76
- [rebootPending](#rebootpending) - Indicates whether the system has a pending reboot.
77
77
@@ -113,16 +113,15 @@ The resource doesn't return any specific exit codes. It reports status through t
113
113
114
114
## See also
115
115
116
-
- [Microsoft.Windows/Registry resource][10]
117
-
- [Windows Registry][11]
116
+
- [Microsoft.Windows/Registry resource][01]
118
117
- [DSC resource capabilities][02]
119
-
- [DSC resource properties][06]
118
+
- [DSC resource properties][03]
119
+
- [Check for pending reboot][04]
120
+
- [Use the RebootPending resource in a configuration][05]
0 commit comments