Skip to content

Commit 0192249

Browse files
authored
Update Get-ClusterLog.md
Add -NetFT, correct description for -Health
1 parent a200090 commit 0192249

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

docset/winserver2022-ps/failoverclusters/Get-ClusterLog.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Creates a log file for all nodes, or a specific a node, in a failover cluster.
1717

1818
```
1919
Get-ClusterLog [[-Node] <StringCollection>] [-Destination <String>] [-TimeSpan <UInt32>]
20-
[-UseLocalTime] [-SkipClusterState] [-Health] [-InputObject <PSObject>] [-Cluster <String>]
20+
[-UseLocalTime] [-SkipClusterState] [-Health] [-Netft] [-InputObject <PSObject>] [-Cluster <String>]
2121
[<CommonParameters>]
2222
```
2323

@@ -99,7 +99,23 @@ Accept wildcard characters: False
9999

100100
### -Health
101101

102-
Indicates that the cmdlet also logs the health information of the cluster.
102+
Indicates that the cmdlet retrieves the health information logs of the cluster.
103+
104+
```yaml
105+
Type: SwitchParameter
106+
Parameter Sets: (All)
107+
Aliases:
108+
109+
Required: False
110+
Position: Named
111+
Default value: None
112+
Accept pipeline input: False
113+
Accept wildcard characters: False
114+
```
115+
116+
### -Netft
117+
118+
Indicates that the cmdlet retrieves the NetFT Virtual Network Adapter logs of the cluster.
103119

104120
```yaml
105121
Type: SwitchParameter

0 commit comments

Comments
 (0)