uz-it
Results
1
comments of
uz-it
I can also reproduce the issue: Doing ForgetUser when promting for Authentification. Disconnect-MgGraph -ErrorAction SilentlyContinue Connect-MgGraph -Scopes "RoleManagement.ReadWrite.Directory" -ContextScope Process -ForceRefresh $MgContext = Get-MgContext $UserObjectId = (Get-MgUser -UserId $MgContext.Account).Id $params...