You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @milanholemans, I agree with your proposed modifications. The first idea ensures that the command syntax aligns with the existing user commands and the inclusion of the force flag makes sense in this case.
Usage
m365 entra user session revoke [options]
Description
Revokes all sign-in sessions for a given user
Options
-i, --id [id]
id
oruserName
but not both.-n, --userName [userName]
id
oruserName
but not both.-f, --force
Examples
Revoke sign-in sessions of user with id 4fb72b9b-d0b0-4a35-8bc1-83f9a6488c48
Revoke sign-in sessions of user by name
Revoke sign-in sessions of user by name without prompting for confirmation.
Default properties
No response
Additional Info
https://learn.microsoft.com/en-us/graph/api/user-revokesigninsessions?view=graph-rest-1.0&tabs=http
The text was updated successfully, but these errors were encountered: