Skip to content
9 changes: 6 additions & 3 deletions docset/windows/failoverclusters/add-clustervmmonitoreditem.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Accept wildcard characters: False
```

### -VMId

Specifies the virtual machine identifier (ID).

```yaml
Type: Guid
Expand All @@ -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
Expand All @@ -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
Expand Down
9 changes: 6 additions & 3 deletions docset/windows/failoverclusters/get-clustervmmonitoreditem.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Accept wildcard characters: False
```

### -VMId

Specifies the virtual machine identifier (ID).

```yaml
Type: Guid
Expand All @@ -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
Expand All @@ -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
Expand Down
22 changes: 13 additions & 9 deletions docset/windows/failoverclusters/remove-clustervmmonitoreditem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -92,7 +93,7 @@ Accept wildcard characters: False
```

### -EventLog

Specifies the event log of the event to be removed from monitoring.

```yaml
Type: String
Expand All @@ -107,7 +108,7 @@ Accept wildcard characters: False
```

### -EventSource

Specifies the event source of the event to be removed from monitoring.

```yaml
Type: String
Expand All @@ -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
Expand All @@ -137,7 +138,7 @@ Accept wildcard characters: False
```

### -Service

Specifies the name of the service to be removed from monitoring.

```yaml
Type: StringCollection
Expand All @@ -152,7 +153,7 @@ Accept wildcard characters: False
```

### -VMId

Specifies the virtual machine identifier (ID).

```yaml
Type: Guid
Expand All @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -190,7 +190,7 @@ Accept wildcard characters: False
```

### -VMId
{{Fill VMId Description}}
Specifies the virtual machine identifier (ID).

```yaml
Type: Guid
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Accept wildcard characters: False
```

### -VMId
{{Fill VMId Description}}
Specifies the virtual machine identifier (ID).

```yaml
Type: Guid
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Accept wildcard characters: False
```

### -VMId
{{Fill VMId Description}}
Specifies the virtual machine identifier (ID).

```yaml
Type: Guid
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down