For the complete documentation index, see llms.txt. This page is also available as Markdown.

Disconnect-PSUServer

Disconnects from a PSU server.

SYNOPSIS

Disconnects from a PSU server.

SYNTAX

Disconnect-PSUServer [<CommonParameters>]

DESCRIPTION

Disconnects from a PSU server. This clears the state of a Connect-PSUServer call.

EXAMPLES

Example 1

PS C:\> Disconnect-PSUServer

Disconnect from a PSU server.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable, and -ProgressAction. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

Last updated

Was this helpful?