Invoke-VxrailClusterShutdown¶
Synopsis¶
Invoke the shutdown command on a VxRail Cluster.
Syntax¶
Invoke-VxrailClusterShutdown [-server] <String> [-user] <String> [-pass] <String>
Description¶
The Invoke-VxrailClusterShutdown
cmdlet powers off a VxRail cluster.
The cmdlet will perform a dry run test prior to initiating a shutdown command on a VxRail cluster.
Examples¶
Example 1¶
Invoke-VxrailClusterShutdown -server [vxrail_manager_fqdn] -user [admin_username] -pass [admin_password]
This example powers off a Vxrail cluster which the VxRail Manager controls.
Parameters¶
-server¶
The FQDN of the VxRail Manager.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-user¶
The username to authenticate to the SSO service in which the VxRail is registered to.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-pass¶
The password for the admin username to authenticate to the SSO service in which the VxRail is registered to.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Common Parameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.