本帖最后由 zxxx 于 2021-6-15 13:15 编辑
参考:https://docs.microsoft.com/en-us/azure/active-directory/enterprise-users/users-bulk-add
参考:https://docs.microsoft.com/zh-cn/azure/active-directory/enterprise-users/users-bulk-add
登录 https://portal.azure.com/#blade/Microsoft_AAD_IAM/UsersManagementMenuBlade/MsGraphUsers
选择批量操作、批量创建

下载模板

编辑模板
包含【使用位置 [usageLocation]】可以批量分配许可证
- version:v1.0
- 名称 [displayName] 必需,用户名 [userPrincipalName] 必需,初始密码 [passwordProfile] 必需,阻止登录(是/否) [accountEnabled] 必需,名字 [givenName],姓氏 [surname],职务 [jobTitle],部门 [department],使用位置 [usageLocation],街道地址 [streetAddress],省/直辖市/自治区 [state],国家或区域 [country],Office [physicalDeliveryOfficeName],城市 [city],邮政编码 [postalCode],办公室电话 [telephoneNumber],移动电话 [mobile]
- San Zhang,[email protected],myPassword1234,No,,,,,HK,,,,,,,,
- Si Li,[email protected],myPassword1234,No,,,,,HK,,,,,,,,
复制代码
上传模板

创建成功
 |