-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAddFastpathDEVS.ps1
14 lines (12 loc) · 1.21 KB
/
AddFastpathDEVS.ps1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
param
(
[parameter(Mandatory=$True)]
[String]
$tenantId
)
.\NewAdmin.ps1 -tenantId $tenantId -adminEmailAddress '[email protected]' -adminFirstName 'Ethan' -adminLastName 'Hartman' -idp 'AzureAD' -idpUserId '[email protected]'
.\NewAdmin.ps1 -tenantId $tenantId -adminEmailAddress '[email protected]' -adminFirstName 'Ben' -adminLastName 'Meredith' -idp 'AzureAD' -idpUserId '[email protected]'
.\NewAdmin.ps1 -tenantId $tenantId -adminEmailAddress '[email protected]' -adminFirstName 'Zach' -adminLastName 'Messerschmidt' -idp 'AzureAD' -idpUserId '[email protected]'
.\NewAdmin.ps1 -tenantId $tenantId -adminEmailAddress '[email protected]' -adminFirstName 'Zach' -adminLastName 'Wear' -idp 'AzureAD' -idpUserId '[email protected]'
.\NewAdmin.ps1 -tenantId $tenantId -adminEmailAddress '[email protected]' -adminFirstName 'Alex' -adminLastName 'Meyer' -idp 'AzureAD' -idpUserId '[email protected]'
.\NewAdmin.ps1 -tenantId $tenantId -adminEmailAddress '[email protected]' -adminFirstName 'Matt' -adminLastName 'Smith' -idp 'AzureAD' -idpUserId '[email protected]'