Trong Azure Active Directory, bạn có thể thêm mới, cập nhật và xóa hàng loạt thông qua Bulk create, Bulk invite, và Bulk delete.
Thêm mới nhiều người dùng
Bạn mở Home > Default Directory | Users > Bulk operations > Bulk create
Bạn download file csv theo mẫu
File CSV có cấu trúc như sau:
version:v1.0,,,,,,,,,,,,,,,,
Name [displayName] Required,User name [userPrincipalName] Required,Initial password [passwordProfile] Required,Block sign in (Yes/No) [accountEnabled] Required,First name [givenName],Last name [surname],Job title [jobTitle],Department [department],Usage location [usageLocation],Street address [streetAddress],State or province [state],Country or region [country],Office [physicalDeliveryOfficeName],City [city],ZIP or postal code [postalCode],Office phone [telephoneNumber],Mobile phone [mobile]
Các field Name, User name, Inintial password, Block sign in đều required. Các field khác là optional
Để thêm hàng loại user, bạn nên sử dụng Excell để chương trình tự thêm dấu , vào những field trống.version:v1.0,,,,,,,,,,,,,,,,
Name [displayName] Required,User name [userPrincipalName] Required,Initial password [passwordProfile] Required,Block sign in (Yes/No) [accountEnabled] Required,First name [givenName],Last name [surname],Job title [jobTitle],Department [department],Usage location [usageLocation],Street address [streetAddress],State or province [state],Country or region [country],Office [physicalDeliveryOfficeName],City [city],ZIP or postal code [postalCode],Office phone [telephoneNumber],Mobile phone [mobile]
Captain America,steverogers@test.com, CapAmerica456, No,,,,,,,,,,,,,
Tony Stark,tstark@avengers.com,IronMan123,No,,,,,,,,,,,,,
Natasha Romanoff,nromanoff@avengers.com,BlackWidow789,No,,,,,,,,,,,,,
Bruce Banner,bbanner@avengers.com,HulkSmash000,No,,,,,,,,,,,,,
Bulk operations > Create. Bạn chọn file csv để upload lên.
Bạn sẽ nhận được thông báo
Request was unsuccessful. Details: The domain portion of the userPrincipalName property is invalid. You must use one of the verified domain names in your organization.Quay trở lại Exercise 1, bạn cần chọn domain name hợp lệ trong new user File csv sẽ được cập nhật như sau
version:v1.0,,,,,,,,,,,,,,,,
Name [displayName] Required,User name [userPrincipalName] Required,Initial password [passwordProfile] Required,Block sign in (Yes/No) [accountEnabled] Required,First name [givenName],Last name [surname],Job title [jobTitle],Department [department],Usage location [usageLocation],Street address [streetAddress],State or province [state],Country or region [country],Office [physicalDeliveryOfficeName],City [city],ZIP or postal code [postalCode],Office phone [telephoneNumber],Mobile phone [mobile]
Captain America,steverogers@domaintestlive.onmicrosoft.com, CapAmerica456, No,,,,,,,,,,,,,
Tony Stark,tstark@domaintestlive.onmicrosoft.com,IronMan123,No,,,,,,,,,,,,,
Natasha Romanoff,nromanoff@domaintestlive.onmicrosoft.com,BlackWidow789,No,,,,,,,,,,,,,
Bruce Banner,bbanner@domaintestlive.onmicrosoft.com,HulkSmash000,No,,,,,,,,,,,,,
Nhận xét
Đăng nhận xét