Skip to content

Commit

Permalink
Updated AddFastpathDEVS.ps1 in Azure Automation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nboettcher committed Feb 22, 2018
1 parent 6ea236e commit c33bb73
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions AddFastpathDEVS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ param
)


.\NewAdmin.ps1 -tenantId $tenantId -adminEmailAddress 'miller@gofastpath.com' -adminFirstName 'Chris' -adminLastName 'Miller'
.\NewAdmin.ps1 -tenantId $tenantId -adminEmailAddress 'nelson.middendorff@gofastpath.com' -adminFirstName 'Nelson' -adminLastName 'Middendorff'
.\NewAdmin.ps1 -tenantId $tenantId -adminEmailAddress 'ben.meredith@gofastpath.com' -adminFirstName 'Ben' -adminLastName 'Meredith'
.\NewAdmin.ps1 -tenantId $tenantId -adminEmailAddress 'zach.messerschmidt@gofastpath.com' -adminFirstName 'Zach' -adminLastName 'Messerschmidt'
.\NewAdmin.ps1 -tenantId $tenantId -adminEmailAddress 'zach.wear@gofastpath.com' -adminFirstName 'Zach' -adminLastName 'Wear'
.\NewAdmin.ps1 -tenantId $tenantId -adminEmailAddress 'meyer@gofastpath.com' -adminFirstName 'Alex' -adminLastName 'Meyer'
.\NewAdmin.ps1 -tenantId $tenantId -adminEmailAddress 'ethan.hartman@gofastpath.com' -adminFirstName 'Ethan' -adminLastName 'Hartman' -idp 'AzureAD' -idpUserId '[email protected]'
.\NewAdmin.ps1 -tenantId $tenantId -adminEmailAddress 'ben.meredith@gofastpath.com' -adminFirstName 'Ben' -adminLastName 'Meredith' -idp 'AzureAD' -idpUserId '[email protected]'
.\NewAdmin.ps1 -tenantId $tenantId -adminEmailAddress 'zach.messerschmidt@gofastpath.com' -adminFirstName 'Zach' -adminLastName 'Messerschmidt' -idp 'AzureAD' -idpUserId '[email protected]'
.\NewAdmin.ps1 -tenantId $tenantId -adminEmailAddress 'zach.wear@gofastpath.com' -adminFirstName 'Zach' -adminLastName 'Wear' -idp 'AzureAD' -idpUserId '[email protected]'
.\NewAdmin.ps1 -tenantId $tenantId -adminEmailAddress 'meyer@gofastpath.com' -adminFirstName 'Alex' -adminLastName 'Meyer' -idp 'AzureAD' -idpUserId '[email protected]'
.\NewAdmin.ps1 -tenantId $tenantId -adminEmailAddress 'matthew.smith@gofastpath.com' -adminFirstName 'Matt' -adminLastName 'Smith' -idp 'AzureAD' -idpUserId '[email protected]'

0 comments on commit c33bb73

Please sign in to comment.