Initial commit: Office365 web management platform

This commit is contained in:
youbin
2026-03-21 21:11:01 +08:00
commit 8d715a3a15
21 changed files with 3828 additions and 0 deletions

View File

@@ -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,
1 userPrincipalName displayName givenName surname department jobTitle usageLocation skuPartNumber password
2 alice Alice Zhang Alice Zhang Sales Manager US ENTERPRISEPACK Temp123!2026
3 bob@contoso.com Bob Li Bob Li IT Engineer US ENTERPRISEPACK

View File

@@ -0,0 +1,3 @@
userPrincipalName
alice@contoso.com
bob@contoso.com
1 userPrincipalName
2 alice@contoso.com
3 bob@contoso.com

View File

@@ -0,0 +1,3 @@
userPrincipalName,password,forceChangePasswordNextSignIn
alice@contoso.com,Temp123!2026,true
bob@contoso.com,Another123!2026,true
1 userPrincipalName password forceChangePasswordNextSignIn
2 alice@contoso.com Temp123!2026 true
3 bob@contoso.com Another123!2026 true

View File

@@ -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,
1 userPrincipalName department jobTitle officeLocation mobilePhone accountEnabled skuPartNumber
2 alice@contoso.com Operations Lead New York +15550000001 true ENTERPRISEPACK
3 bob@contoso.com Finance Analyst Seattle false