- Related Products
- ADAudit Plus
- ADSelfService Plus
- EventLog Analyzer
- Exchange Reporter Plus
- AD360
- Log360
Using this feature, Office 365 user accounts can be provisioned for the users already present in your Active Directory. This is accomplished by sending AD users' required attribute values to Office 365. DirSync is not enabled for this process. As per your need, you can use this feature to:
This feature also offers the flexibility to create AD users' corresponding Office 365 user accounts individually as well as in bulk.
Steps:
* These tasks that might not be executed immediately, but with a delay, as it might take some time to create the user's mailbox. These tasks will be executed as soon as the mailbox is created. Until then, these operations will be listed under Delayed Management Tasks. Click here to know how to view, and manage all such Delayed Management Tasks.
Sample CSV File:
At least one of the following must be mentioned in the CSV header:
Sample 1: To specify the desired users using their Object GUID, mention the attribute 'objectGUID' as the CSV file's header:
objectGUID
068692C4-5F55-4775-BFD1-A5E20A2B6282
269BB725-F611-41B7-98A5-08A98E8CCF9E
Sample 2: To specify the desired users using their user principal name, mention the attribute 'userPrincipalName' as the CSV file's header:
userPrincipalName
test1@test.onmicrosoft.com
test2@test.onmicrosoft.com
Sample 3: To specify the desired users using their SAM account name, mention the attribute 'sAMAccountName' as the CSV file's header:
sAMAccountName
test1
test2
Sample 4: To specify the desired users using their distinguished name, mention the attribute 'distinguishedName' as the CSV file's header:
distinguishedName
"CN=test1,OU=IT Department,DC=domain,DC=com"
"CN=test2,CN=Users,DC=domain,DC=com"