diff --git a/docset/windows/failoverclusters/add-clustervmmonitoreditem.md b/docset/windows/failoverclusters/add-clustervmmonitoreditem.md index f448b2fe11..702d478549 100644 --- a/docset/windows/failoverclusters/add-clustervmmonitoreditem.md +++ b/docset/windows/failoverclusters/add-clustervmmonitoreditem.md @@ -191,7 +191,7 @@ Accept wildcard characters: False ``` ### -VMId - +Specifies the virtual machine identifier (ID). ```yaml Type: Guid @@ -206,7 +206,8 @@ Accept wildcard characters: False ``` ### -VirtualMachine - +Specifies the name of the clustered virtual machine on which to perform monitoring. +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. ```yaml Type: String @@ -221,7 +222,9 @@ Accept wildcard characters: False ``` ### -Wait - +Specifies the time in seconds to wait for the cmdlet. +If the *Wait* parameter is not specified, then the cmdlet waits for completion. +If `-Wait 0` is specified, then the call is initiated and the cmdlet returns without waiting. ```yaml Type: Int32 diff --git a/docset/windows/failoverclusters/get-clustervmmonitoreditem.md b/docset/windows/failoverclusters/get-clustervmmonitoreditem.md index bc328538db..2ce584f376 100644 --- a/docset/windows/failoverclusters/get-clustervmmonitoreditem.md +++ b/docset/windows/failoverclusters/get-clustervmmonitoreditem.md @@ -93,7 +93,7 @@ Accept wildcard characters: False ``` ### -VMId - +Specifies the virtual machine identifier (ID). ```yaml Type: Guid @@ -108,7 +108,8 @@ Accept wildcard characters: False ``` ### -VirtualMachine - +Specifies the name of the clustered virtual machine on which to perform monitoring. +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. ```yaml Type: String @@ -123,7 +124,9 @@ Accept wildcard characters: False ``` ### -Wait - +Specifies the time in seconds to wait for the cmdlet. +If the *Wait* parameter is not specified, then the cmdlet waits for completion. +If `-Wait 0` is specified, then the call is initiated and the cmdlet returns without waiting. ```yaml Type: Int32 diff --git a/docset/windows/failoverclusters/remove-clustervmmonitoreditem.md b/docset/windows/failoverclusters/remove-clustervmmonitoreditem.md index ae2889da6e..59e18c65de 100644 --- a/docset/windows/failoverclusters/remove-clustervmmonitoreditem.md +++ b/docset/windows/failoverclusters/remove-clustervmmonitoreditem.md @@ -62,7 +62,8 @@ This example removes monitoring on the print spooler service on the virtual mach ## PARAMETERS ### -Cluster - +Specifies the name of the cluster on which to run this cmdlet. +If the input for this parameter is `.` or it is omitted, then the cmdlet runs on the local cluster. ```yaml Type: String @@ -77,7 +78,7 @@ Accept wildcard characters: False ``` ### -EventId - +Specifies the event identifier (ID) of the Event Tracing for Windows (ETW) event to be removed from monitoring. ```yaml Type: Int32 @@ -92,7 +93,7 @@ Accept wildcard characters: False ``` ### -EventLog - +Specifies the event log of the event to be removed from monitoring. ```yaml Type: String @@ -107,7 +108,7 @@ Accept wildcard characters: False ``` ### -EventSource - +Specifies the event source of the event to be removed from monitoring. ```yaml Type: String @@ -122,7 +123,7 @@ Accept wildcard characters: False ``` ### -InputObject - +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. ```yaml Type: PSObject @@ -137,7 +138,7 @@ Accept wildcard characters: False ``` ### -Service - +Specifies the name of the service to be removed from monitoring. ```yaml Type: StringCollection @@ -152,7 +153,7 @@ Accept wildcard characters: False ``` ### -VMId - +Specifies the virtual machine identifier (ID). ```yaml Type: Guid @@ -167,7 +168,8 @@ Accept wildcard characters: False ``` ### -VirtualMachine - +Specifies the name of the clustered virtual machine from which to remove monitoring. +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. ```yaml Type: String @@ -182,7 +184,9 @@ Accept wildcard characters: False ``` ### -Wait - +Specifies the time in seconds to wait for the cmdlet. +If the *Wait* parameter is not specified, then the cmdlet waits for completion. +If `-Wait 0` is specified, then the call is initiated and the cmdlet returns without waiting. ```yaml Type: Int32 diff --git a/docset/winserver2012-ps/failoverclusters/Add-ClusterVMMonitoredItem.md b/docset/winserver2012-ps/failoverclusters/Add-ClusterVMMonitoredItem.md index b783a2d5aa..1285b6a998 100644 --- a/docset/winserver2012-ps/failoverclusters/Add-ClusterVMMonitoredItem.md +++ b/docset/winserver2012-ps/failoverclusters/Add-ClusterVMMonitoredItem.md @@ -131,11 +131,11 @@ Accept wildcard characters: False Specifies that the cluster service will fix, by overriding, the service recovery actions in the event that it is not properly configured for monitoring. To be configured for monitoring the following conditions need to be met: - -- None of the service recovery actions are set to Restart the computer. +- None of the service recovery actions are set to Restart the computer. - ---- AND +AND - -- At least one of the service recovery actions are set to Take no action. +- At least one of the service recovery actions are set to Take no action. ```yaml Type: SwitchParameter diff --git a/docset/winserver2012r2-ps/failoverclusters/Add-ClusterVMMonitoredItem.md b/docset/winserver2012r2-ps/failoverclusters/Add-ClusterVMMonitoredItem.md index b3d0e252ed..2dd960f86f 100644 --- a/docset/winserver2012r2-ps/failoverclusters/Add-ClusterVMMonitoredItem.md +++ b/docset/winserver2012r2-ps/failoverclusters/Add-ClusterVMMonitoredItem.md @@ -154,11 +154,11 @@ Accept wildcard characters: False Specifies that the cluster service will fix, by overriding, the service recovery actions in the event that it is not properly configured for monitoring. To be configured for monitoring the following conditions need to be met: - -- None of the service recovery actions are set to Restart the computer. +- None of the service recovery actions are set to Restart the computer. - ---- AND +AND - -- At least one of the service recovery actions are set to Take no action. +- At least one of the service recovery actions are set to Take no action. ```yaml Type: SwitchParameter @@ -190,7 +190,7 @@ Accept wildcard characters: False ``` ### -VMId -{{Fill VMId Description}} +Specifies the virtual machine identifier (ID). ```yaml Type: Guid @@ -221,7 +221,9 @@ Accept wildcard characters: False ``` ### -Wait -{{Fill Wait Description}} +Specifies the time in seconds to wait for the cmdlet. +If the *Wait* parameter is not specified, then the cmdlet waits for completion. +If `-Wait 0` is specified, then the call is initiated and the cmdlet returns without waiting. ```yaml Type: Int32 @@ -236,7 +238,7 @@ Accept wildcard characters: False ``` ### CommonParameters -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). +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). ## INPUTS diff --git a/docset/winserver2012r2-ps/failoverclusters/Get-ClusterVMMonitoredItem.md b/docset/winserver2012r2-ps/failoverclusters/Get-ClusterVMMonitoredItem.md index ca9b49cac3..07703637cc 100644 --- a/docset/winserver2012r2-ps/failoverclusters/Get-ClusterVMMonitoredItem.md +++ b/docset/winserver2012r2-ps/failoverclusters/Get-ClusterVMMonitoredItem.md @@ -92,7 +92,7 @@ Accept wildcard characters: False ``` ### -VMId -{{Fill VMId Description}} +Specifies the virtual machine identifier (ID). ```yaml Type: Guid @@ -123,7 +123,9 @@ Accept wildcard characters: False ``` ### -Wait -{{Fill Wait Description}} +Specifies the time in seconds to wait for the cmdlet. +If the *Wait* parameter is not specified, then the cmdlet waits for completion. +If `-Wait 0` is specified, then the call is initiated and the cmdlet returns without waiting. ```yaml Type: Int32 @@ -138,7 +140,7 @@ Accept wildcard characters: False ``` ### CommonParameters -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). +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). ## INPUTS diff --git a/docset/winserver2012r2-ps/failoverclusters/Remove-ClusterVMMonitoredItem.md b/docset/winserver2012r2-ps/failoverclusters/Remove-ClusterVMMonitoredItem.md index 28c722b66e..c92eb6d4de 100644 --- a/docset/winserver2012r2-ps/failoverclusters/Remove-ClusterVMMonitoredItem.md +++ b/docset/winserver2012r2-ps/failoverclusters/Remove-ClusterVMMonitoredItem.md @@ -152,7 +152,7 @@ Accept wildcard characters: False ``` ### -VMId -{{Fill VMId Description}} +Specifies the virtual machine identifier (ID). ```yaml Type: Guid @@ -183,7 +183,9 @@ Accept wildcard characters: False ``` ### -Wait -{{Fill Wait Description}} +Specifies the time in seconds to wait for the cmdlet. +If the *Wait* parameter is not specified, then the cmdlet waits for completion. +If `-Wait 0` is specified, then the call is initiated and the cmdlet returns without waiting. ```yaml Type: Int32 @@ -198,7 +200,7 @@ Accept wildcard characters: False ``` ### CommonParameters -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). +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). ## INPUTS