Skip to content

Get SdnNetworkControllerClusterInfo

Adam Rudell edited this page Jan 6, 2023 · 3 revisions

Get-SdnNetworkControllerClusterInfo

SYNOPSIS

Gather the Network Controller cluster wide info from one of the Network Controller

SYNTAX

Get-SdnNetworkControllerClusterInfo [-NetworkController] <String> [[-Credential] <PSCredential>]
 [-OutputDirectory] <FileInfo> [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Get-SdnNetworkControllerClusterInfo

EXAMPLE 2

Get-SdnNetworkControllerClusterInfo -NetworkController 'NC01' -Credential (Get-Credential)

PARAMETERS

-NetworkController

Specifies the name of the network controller node on which this cmdlet operates.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Credential

Specifies a user account that has permission to perform this action. The default is the current user.

Type: PSCredential
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: [System.Management.Automation.PSCredential]::Empty
Accept pipeline input: False
Accept wildcard characters: False

-OutputDirectory

Directory location to save results. It will create a new sub-folder called NetworkControllerClusterInfo that the files will be saved to

Type: FileInfo
Parameter Sets: (All)
Aliases:

Required: True
Position: 3
Default value: None
Accept pipeline input: False
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.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Documentation

How To Guides:

Troubleshooting Guides

Learning

Functions

Clone this wiki locally