Get MdeAuthorizationInfo - Visorian/PSMDE GitHub Wiki


external help file: PSMDE-help.xml Module Name: PSMDE online version: schema: 2.0.0

Get-MdeAuthorizationInfo

SYNOPSIS

Returns the authorization information that is used to get a valid MDE token.

SYNTAX

Get-MdeAuthorizationInfo [<CommonParameters>]

DESCRIPTION

Returns the authorization information that is used to get a valid MDE token including current token expiration state and current token roles. To clear, please use the Clear-MdeAuthorizationInfo function.

EXAMPLES

EXAMPLE 1

Get-MdeAuthorizationInfo

PARAMETERS

CommonParameters

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

INPUTS

OUTPUTS

NOTES

Author: Jan-Henrik Damaschke

RELATED LINKS