-
Notifications
You must be signed in to change notification settings - Fork 2
Get MdeAuthorizationInfo
Jan-Henrik Damaschke edited this page Sep 15, 2022
·
1 revision
Returns the authorization information that is used to get a valid MDE token.
Get-MdeAuthorizationInfo [<CommonParameters>]
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.
Get-MdeAuthorizationInfo
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Jan-Henrik Damaschke