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/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