Forum Discussion

AndrewX's avatar
AndrewX
Iron Contributor
May 06, 2019

Azure CloudShell Permissions

Hi   In a standard powershell session, importing the azuread module, connecting and executing the Revoke-AzureADUserAllRefreshToken command is no problem, however when running this command from the...
  • AndrewX's avatar
    May 06, 2019
    Solution: I assumed that when starting the Shell, it had already connected and authenticated me to AzureAD. I was wrong. This is solved by first running command Connect-AzureAD, then you may successfully run the Revoke-AzureADUserAllRefreshToken command.

Resources