Skip to content

Commit

Permalink
Update Get-ClusterLog.md
Browse files Browse the repository at this point in the history
Add -NetFT, correct description for -Health
  • Loading branch information
DerekMeek authored Oct 10, 2024
1 parent a200090 commit 0192249
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions docset/winserver2022-ps/failoverclusters/Get-ClusterLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Creates a log file for all nodes, or a specific a node, in a failover cluster.

```
Get-ClusterLog [[-Node] <StringCollection>] [-Destination <String>] [-TimeSpan <UInt32>]
[-UseLocalTime] [-SkipClusterState] [-Health] [-InputObject <PSObject>] [-Cluster <String>]
[-UseLocalTime] [-SkipClusterState] [-Health] [-Netft] [-InputObject <PSObject>] [-Cluster <String>]
[<CommonParameters>]
```

Expand Down Expand Up @@ -99,7 +99,23 @@ Accept wildcard characters: False

### -Health

Indicates that the cmdlet also logs the health information of the cluster.
Indicates that the cmdlet retrieves the health information logs of the cluster.

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Netft

Indicates that the cmdlet retrieves the NetFT Virtual Network Adapter logs of the cluster.

```yaml
Type: SwitchParameter
Expand Down

0 comments on commit 0192249

Please sign in to comment.