...
| Info |
|---|
Prior to using this tool to bulk activate tokens, you must first upload your tokens to Azure AD. If you have not uploaded your tokens yet, please refer to the guide below:How to Upload SafeID Token to Azure AD Enroll pre-programmed OATH hardware tokens using Entra Admin Portal |
To bulk activate SafeID tokens, first download the bulk activation tool, unzip the tool into a folder on your local hard drive, e.g. D:\Tools\AzureMFA, then follow the instrcution instruction below.
1 - Run Windows PowerShell as an administrator (use Run as administrator)
...
2 - If this is the first time, you need to install the Azure PowerShell module. Enter the comand command below:
Install-Module -Name Az -Repository PSGallery -Force -SkipPublisherCheckThe installation will take a while to start and complete
3 - Change the directory to the folder where the bulk activation tool resides
4 - To start bulk activate activating the tokens that you have uploaded, you have the following options:
a) If your account is secure by Mordern Modern Authentication, then execute then execute the command below:
| Code Block | ||
|---|---|---|
| ||
.\batch-activate-uniform.ps1 -seedfile 'your-seed-file' |
...
| Code Block | ||
|---|---|---|
| ||
.\batch-activate-uniform.ps1 -seedfile 'your-seed-file' -tenant 'your-tenant-id' -subscription 'your-subscription-id' |
If you have a GCC High account, then you must provide the option "-hccHigh" and set it to true:
| Code Block | ||
|---|---|---|
| ||
.\batch-activate-uniform.ps1 -seedfile 'your-seed-file' -tenant 'your-tenant-id' -gccHigh $true |
Example: Sign in with modern authentication
...
It take about 1-2 seconds to activate one token






