Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

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

Code Block
languagebash
.\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:

Code Block
.\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:

Code Block
.\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

Image AddedImage Removed

Press 'R' key to contunue

...