< Back

Get-VCAVToken

Sat Jan 18, 2020 9:52 pm

NAME Get-VCAVToken



SYNOPSIS

Returns the vCloud Availability session token for the current session.





SYNTAX

Get-VCAVToken [<CommonParameters>]





DESCRIPTION

Get-VCAVToken returns a string containing the VCAV session token for the

currently connected VCAV session as used in the 'X-VCAV-Auth' token in

API requests.





PARAMETERS

<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

A string containing the VCAV token for the current VCAV session.





NOTES





If no session is currently connected an empty string will be returned.



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



PS C:\\>Get-VCAVToken















RELATED LINKS