You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

To bulk activate SafeID tokens in Azure AD, Deepnet Security has developed a set of tools.  

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 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 below:

Install-Module -Name Az -Repository PSGallery -Force -SkipPublisherCheck

The installation will take a while to start and complete

3 - Change directory to the folder where the bulk activation tool resides

4 - To start bulk activate the tokens that you have uploaded, you have the following options:

a) If your account is secure by Mordern Authentication, then execute the command below:

.\batch-activate-uniform.ps1 -seedfile 'your-seed-file'

b) If you would like to provide the username and plain text password in the command line, then execute the command below:

.\batch-activate-uniform.ps1 -seedfile 'your-seed-file' -username 'gloabal-admin-user' -password 'plain-password'

c) If you would like to provide the username and encrypted password in the command line, then execute the command below:

.\batch-activate-uniform.ps1 -seedfile 'your-seed-file' -username 'gloabal-admin-user' -encpass 'encrypted-password'


If you have multiple tenants in your account, you must also use the option "-tenant" to specify the Tenant ID

Example: Sign in with morden authentication

Press 'R' key to contunue

The Microsoft login window will pop up

Sign in with a global admin account.

Then, the process of activation will start

It take about 1-2 seconds to activate one token











  • No labels