Initial commit: Office365 web management platform
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
userPrincipalName,displayName,givenName,surname,department,jobTitle,usageLocation,skuPartNumber,password
|
||||
alice,Alice Zhang,Alice,Zhang,Sales,Manager,US,ENTERPRISEPACK,Temp123!2026
|
||||
bob@contoso.com,Bob Li,Bob,Li,IT,Engineer,US,ENTERPRISEPACK,
|
||||
|
@@ -0,0 +1,3 @@
|
||||
userPrincipalName
|
||||
alice@contoso.com
|
||||
bob@contoso.com
|
||||
|
@@ -0,0 +1,3 @@
|
||||
userPrincipalName,password,forceChangePasswordNextSignIn
|
||||
alice@contoso.com,Temp123!2026,true
|
||||
bob@contoso.com,Another123!2026,true
|
||||
|
@@ -0,0 +1,3 @@
|
||||
userPrincipalName,department,jobTitle,officeLocation,mobilePhone,accountEnabled,skuPartNumber
|
||||
alice@contoso.com,Operations,Lead,New York,+15550000001,true,ENTERPRISEPACK
|
||||
bob@contoso.com,Finance,Analyst,Seattle,,false,
|
||||
|
Reference in New Issue
Block a user