Skip to content

Commit 1e8ece8

Browse files
authored
Merge pull request #1403 from MicrosoftDocs/master
Publish 10/1/2019 10:30 PST
2 parents 31b24b7 + 31c1ec9 commit 1e8ece8

File tree

7 files changed

+46
-30
lines changed

7 files changed

+46
-30
lines changed

docset/windows/failoverclusters/add-clustervmmonitoreditem.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Accept wildcard characters: False
191191
```
192192
193193
### -VMId
194-
194+
Specifies the virtual machine identifier (ID).
195195
196196
```yaml
197197
Type: Guid
@@ -206,7 +206,8 @@ Accept wildcard characters: False
206206
```
207207
208208
### -VirtualMachine
209-
209+
Specifies the name of the clustered virtual machine on which to perform monitoring.
210+
When this parameter is specified, the cmdlet must be run on one of the host cluster nodes, or else the **Cluster** parameter must also be specified.
210211
211212
```yaml
212213
Type: String
@@ -221,7 +222,9 @@ Accept wildcard characters: False
221222
```
222223
223224
### -Wait
224-
225+
Specifies the time in seconds to wait for the cmdlet.
226+
If the *Wait* parameter is not specified, then the cmdlet waits for completion.
227+
If `-Wait 0` is specified, then the call is initiated and the cmdlet returns without waiting.
225228

226229
```yaml
227230
Type: Int32

docset/windows/failoverclusters/get-clustervmmonitoreditem.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Accept wildcard characters: False
9393
```
9494
9595
### -VMId
96-
96+
Specifies the virtual machine identifier (ID).
9797
9898
```yaml
9999
Type: Guid
@@ -108,7 +108,8 @@ Accept wildcard characters: False
108108
```
109109
110110
### -VirtualMachine
111-
111+
Specifies the name of the clustered virtual machine on which to perform monitoring.
112+
When this parameter is specified, the cmdlet must be run on one of the host cluster nodes, or else the **Cluster** parameter must also be specified.
112113
113114
```yaml
114115
Type: String
@@ -123,7 +124,9 @@ Accept wildcard characters: False
123124
```
124125
125126
### -Wait
126-
127+
Specifies the time in seconds to wait for the cmdlet.
128+
If the *Wait* parameter is not specified, then the cmdlet waits for completion.
129+
If `-Wait 0` is specified, then the call is initiated and the cmdlet returns without waiting.
127130

128131
```yaml
129132
Type: Int32

docset/windows/failoverclusters/remove-clustervmmonitoreditem.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ This example removes monitoring on the print spooler service on the virtual mach
6262
## PARAMETERS
6363

6464
### -Cluster
65-
65+
Specifies the name of the cluster on which to run this cmdlet.
66+
If the input for this parameter is `.` or it is omitted, then the cmdlet runs on the local cluster.
6667

6768
```yaml
6869
Type: String
@@ -77,7 +78,7 @@ Accept wildcard characters: False
7778
```
7879
7980
### -EventId
80-
81+
Specifies the event identifier (ID) of the Event Tracing for Windows (ETW) event to be removed from monitoring.
8182
8283
```yaml
8384
Type: Int32
@@ -92,7 +93,7 @@ Accept wildcard characters: False
9293
```
9394
9495
### -EventLog
95-
96+
Specifies the event log of the event to be removed from monitoring.
9697
9798
```yaml
9899
Type: String
@@ -107,7 +108,7 @@ Accept wildcard characters: False
107108
```
108109
109110
### -EventSource
110-
111+
Specifies the event source of the event to be removed from monitoring.
111112
112113
```yaml
113114
Type: String
@@ -122,7 +123,7 @@ Accept wildcard characters: False
122123
```
123124
124125
### -InputObject
125-
126+
Specifies the cluster on which to run the cmdlet, the clustered virtual machine from which to remove monitoring, or the clustered virtual machine monitored item to stop monitoring.
126127
127128
```yaml
128129
Type: PSObject
@@ -137,7 +138,7 @@ Accept wildcard characters: False
137138
```
138139
139140
### -Service
140-
141+
Specifies the name of the service to be removed from monitoring.
141142
142143
```yaml
143144
Type: StringCollection
@@ -152,7 +153,7 @@ Accept wildcard characters: False
152153
```
153154
154155
### -VMId
155-
156+
Specifies the virtual machine identifier (ID).
156157
157158
```yaml
158159
Type: Guid
@@ -167,7 +168,8 @@ Accept wildcard characters: False
167168
```
168169
169170
### -VirtualMachine
170-
171+
Specifies the name of the clustered virtual machine from which to remove monitoring.
172+
When this parameter is specified, this cmdlet must be run on one of the host cluster nodes, or else the **Cluster** parameter must also be specified.
171173
172174
```yaml
173175
Type: String
@@ -182,7 +184,9 @@ Accept wildcard characters: False
182184
```
183185
184186
### -Wait
185-
187+
Specifies the time in seconds to wait for the cmdlet.
188+
If the *Wait* parameter is not specified, then the cmdlet waits for completion.
189+
If `-Wait 0` is specified, then the call is initiated and the cmdlet returns without waiting.
186190

187191
```yaml
188192
Type: Int32

docset/winserver2012-ps/failoverclusters/Add-ClusterVMMonitoredItem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ Accept wildcard characters: False
131131
Specifies that the cluster service will fix, by overriding, the service recovery actions in the event that it is not properly configured for monitoring.
132132
To be configured for monitoring the following conditions need to be met:
133133
134-
-- None of the service recovery actions are set to Restart the computer.
134+
- None of the service recovery actions are set to Restart the computer.
135135
136-
---- AND
136+
AND
137137
138-
-- At least one of the service recovery actions are set to Take no action.
138+
- At least one of the service recovery actions are set to Take no action.
139139
140140
```yaml
141141
Type: SwitchParameter

docset/winserver2012r2-ps/failoverclusters/Add-ClusterVMMonitoredItem.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ Accept wildcard characters: False
154154
Specifies that the cluster service will fix, by overriding, the service recovery actions in the event that it is not properly configured for monitoring.
155155
To be configured for monitoring the following conditions need to be met:
156156
157-
-- None of the service recovery actions are set to Restart the computer.
157+
- None of the service recovery actions are set to Restart the computer.
158158
159-
---- AND
159+
AND
160160
161-
-- At least one of the service recovery actions are set to Take no action.
161+
- At least one of the service recovery actions are set to Take no action.
162162
163163
```yaml
164164
Type: SwitchParameter
@@ -190,7 +190,7 @@ Accept wildcard characters: False
190190
```
191191
192192
### -VMId
193-
{{Fill VMId Description}}
193+
Specifies the virtual machine identifier (ID).
194194
195195
```yaml
196196
Type: Guid
@@ -221,7 +221,9 @@ Accept wildcard characters: False
221221
```
222222
223223
### -Wait
224-
{{Fill Wait Description}}
224+
Specifies the time in seconds to wait for the cmdlet.
225+
If the *Wait* parameter is not specified, then the cmdlet waits for completion.
226+
If `-Wait 0` is specified, then the call is initiated and the cmdlet returns without waiting.
225227

226228
```yaml
227229
Type: Int32
@@ -236,7 +238,7 @@ Accept wildcard characters: False
236238
```
237239

238240
### CommonParameters
239-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
241+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
240242

241243
## INPUTS
242244

docset/winserver2012r2-ps/failoverclusters/Get-ClusterVMMonitoredItem.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Accept wildcard characters: False
9292
```
9393
9494
### -VMId
95-
{{Fill VMId Description}}
95+
Specifies the virtual machine identifier (ID).
9696
9797
```yaml
9898
Type: Guid
@@ -123,7 +123,9 @@ Accept wildcard characters: False
123123
```
124124
125125
### -Wait
126-
{{Fill Wait Description}}
126+
Specifies the time in seconds to wait for the cmdlet.
127+
If the *Wait* parameter is not specified, then the cmdlet waits for completion.
128+
If `-Wait 0` is specified, then the call is initiated and the cmdlet returns without waiting.
127129

128130
```yaml
129131
Type: Int32
@@ -138,7 +140,7 @@ Accept wildcard characters: False
138140
```
139141

140142
### CommonParameters
141-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
143+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
142144

143145
## INPUTS
144146

docset/winserver2012r2-ps/failoverclusters/Remove-ClusterVMMonitoredItem.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Accept wildcard characters: False
152152
```
153153
154154
### -VMId
155-
{{Fill VMId Description}}
155+
Specifies the virtual machine identifier (ID).
156156
157157
```yaml
158158
Type: Guid
@@ -183,7 +183,9 @@ Accept wildcard characters: False
183183
```
184184
185185
### -Wait
186-
{{Fill Wait Description}}
186+
Specifies the time in seconds to wait for the cmdlet.
187+
If the *Wait* parameter is not specified, then the cmdlet waits for completion.
188+
If `-Wait 0` is specified, then the call is initiated and the cmdlet returns without waiting.
187189

188190
```yaml
189191
Type: Int32
@@ -198,7 +200,7 @@ Accept wildcard characters: False
198200
```
199201

200202
### CommonParameters
201-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
203+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
202204

203205
## INPUTS
204206

0 commit comments

Comments
 (0)