Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Get-ClusterLog.md #3881

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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