< Back

Disconnect-vLCMServer

Sat Jan 18, 2020 9:53 pm

NAME Disconnect-vLCMServer



SYNOPSIS

Disconnect from a vLCM server





SYNTAX

Disconnect-vLCMServer [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Disconnect from a vLCM server by removing the authorization token and the global vLCMConnection variable from

PowerShell





PARAMETERS

-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Disconnect-vLCMServer













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Disconnect-vLCMServer -Confirm:$false















RELATED LINKS