Skip to content

Get SdnServiceFabricNode

Adam Rudell edited this page May 21, 2025 · 6 revisions

Get-SdnServiceFabricNode

SYNOPSIS

Gets information for all nodes in a Service Fabric cluster for Network Controller.

SYNTAX

Default (Default)

Get-SdnServiceFabricNode [-NetworkController <String>] [-Credential <PSCredential>]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

NodeName

Get-SdnServiceFabricNode [-NetworkController <String>] [-Credential <PSCredential>] -NodeName <String>
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

Disabled

Get-SdnServiceFabricNode [-NetworkController <String>] [-Credential <PSCredential>] [-Disabled]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Get-SdnServiceFabricNode -NetworkController 'Prefix-NC01' -Credential (Get-Credential)

EXAMPLE 2

Get-SdnServiceFabricNode -NetworkController 'Prefix-NC01' -Credential (Get-Credential) -NodeName 'Prefix-NC02'

EXAMPLE 3

Get-SdnServiceFabricNode -NodeName 'Prefix-NC01'

PARAMETERS

-NetworkController

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

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: $env:COMPUTERNAME
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: Named
Default value: [System.Management.Automation.PSCredential]::Empty
Accept pipeline input: False
Accept wildcard characters: False

-NodeName

Specifies the name of the Service Fabric node whose information is being returned. If not specified, the cmdlet will return information for all the nodes in the cluster.

Type: String
Parameter Sets: NodeName
Aliases:

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

-Disabled

Specifies that only disabled nodes should be returned. This parameter is mutually exclusive with the NodeName parameter.

Type: SwitchParameter
Parameter Sets: Disabled
Aliases:

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

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
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