< Back

Get-AADIntDesktopSSO

Fri Jan 10, 2020 5:42 pm

NAME Get-AADIntDesktopSSO



SYNOPSIS

Returns the status of Seamless SSO status





SYNTAX

Get-AADIntDesktopSSO [-AccessToken] <String> [<CommonParameters>]





DESCRIPTION

Returns the status of Seamless SSO status





PARAMETERS

-AccessToken <String>

Access Token.



Required? true

Position? 1

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:\\>$cred=Get-Credential



PS C:\\>$pt=Get-AADIntAccessTokenForPTA -Credentials $cred

PS C:\\>Get-AADIntSeamlessSSO -AccessToken $pt



Domains : company.com

Enable : True

ErrorMessage :

Exists : True

IsSuccessful : True











RELATED LINKS