Revoke-AzureADSignedInUserAllRefreshToken
This article provides migration details from Revoke-AzureADSignedInUserAllRefreshToken command to Microsoft Graph PowerShell.
Summary
- Azure AD Command: Revoke-AzureADSignedInUserAllRefreshToken
- Azure AD Module: AzureAD
- Microsoft Graph Command: Revoke-MgUserSignInSession (Community Examples)
- Graph Module: Microsoft.Graph.Users.Actions
- Graph Endpoint: POST /users/{id | userPrincipalName}/revokeSignInSessions
Permissions
Permission type | Least privileged permissions | Higher privileged permissions |
---|---|---|
Delegated (work or school account) | User.RevokeSessions.All | Directory.ReadWrite.All, User.ReadWrite.All |
Delegated (personal Microsoft account) | Not supported. | Not supported. |
Application | User.RevokeSessions.All | Not available. |
View more details on permissions.
Property Mapping
Azure AD Name | Microsoft Graph Name |
---|---|
ObjectId | UserId |