Forum Discussion
Chandrasekhar_Arya
Oct 06, 2021Steel Contributor
Suspend all users
Can we suspend all the IDs within 30 mins, or in specific duration in the event of cyber emergency. How can I do in Azure AD . please note its not deletion of user temporary block them in the event...
- Oct 06, 2021Disable the account via the admin portal/PowerShell/Graph, and revoke their refresh tokens.
Chandrasekhar_Arya
Steel Contributor
Can I do the same for all the user at one go ?
VasilMichev
Oct 07, 2021MVP
Sure, that's what PowerShell is for, you can script it to go over all users in bulk.
- Sanju_SomanOct 07, 2021Copper ContributorWhether all the request will complete within 30 mins? for example i need to suspend 100 IDs on 1000 servers (i.e. 100*1000 requests) will it complete within 30 mins?