From be7e5e498933550a77a9c1fc2fa87cd947bb5828 Mon Sep 17 00:00:00 2001 From: Borislav Velkov Date: Fri, 27 Sep 2019 19:36:10 +0300 Subject: [PATCH 1/2] Add parameter description. --- .../failoverclusters/add-clustervmmonitoreditem.md | 9 ++++++--- .../failoverclusters/Add-ClusterVMMonitoredItem.md | 6 +++--- .../failoverclusters/Add-ClusterVMMonitoredItem.md | 14 ++++++++------ 3 files changed, 17 insertions(+), 12 deletions(-) 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..557e14c758 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](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS From b93e5d8c4b10e2db7a7342c24d6a4a7549cc1f08 Mon Sep 17 00:00:00 2001 From: Raaj Baskaran Date: Tue, 1 Oct 2019 08:40:19 -0500 Subject: [PATCH 2/2] updated http -> https --- .../failoverclusters/Add-ClusterVMMonitoredItem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2012r2-ps/failoverclusters/Add-ClusterVMMonitoredItem.md b/docset/winserver2012r2-ps/failoverclusters/Add-ClusterVMMonitoredItem.md index 557e14c758..2dd960f86f 100644 --- a/docset/winserver2012r2-ps/failoverclusters/Add-ClusterVMMonitoredItem.md +++ b/docset/winserver2012r2-ps/failoverclusters/Add-ClusterVMMonitoredItem.md @@ -238,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