You can use the Exchange Features tab to view, modify, or specify the archive mailbox name of an archive-enabled Office 365 mailbox user.
To view, modify, or specify the archive mailbox name of an archive-enabled Office 365 mailbox user
In the Exchange Online Properties wizard of an Office 365 user, click Mailbox Features.
Under Mailbox Features, select Archive, click Enable, and then click Save.
The Exchange Online Archive Mailbox wizard is displayed, which allows you to view or modify the archive name derived from the Microsoft Office 365 portal and displayed in the Specify a name for this archive field.
To specify a new name to the archive, select Archive, click Enable, and then click Properties.
|
NOTE: The changes made to MailBox Features for the Office 365 mailbox user can be verified in the Microsoft Office 365 portal. |
For an existing Office 365 user, you can use the Mailbox settings tab in the Exchange Online Properties wizard to view or modify the messaging records management settings.
|
NOTE: The modify option is applicable for Office 365 users on all environments, such as, Federated, Synchronized and non-federated. |
To view or modify the messaging records management settings for an Office 365 user
To place the user mailbox on litigation hold, make sure that the Exchange Online Plan 2 license is enabled for the Office 365 user.
For information on enabling Office 365 licenses for a user, see Create a new Azure AD user.
An error is displayed if the Exchange Online Plan 2 license is not enabled for the user.
In the Messaging records management description URL text box, enter URL of the location where the deleted mailbox items are preserved and changes made to mailbox items are recorded.
In the Comments text box, enter the mailbox comments, and click Save.
A message is displayed confirming the success of the operation.
|
NOTE: The changes made to Mailbox settings for the Office 365 user can be verified in the Microsoft Office 365 portal. |
Active Roles enables you to perform the following management tasks for Azure AD users:
Active Roles Management Shell enables you to perform the following management tasks for Azure AD users:
You can use the Active Roles Management Shell to create a new user. To create a new user, on the Management Shell interface, run the New-QADUser cmdlet. Use this cmdlet with the additional Boolean parameters AzureUserAccountEnabled and AzureOffice365Enabled to create and enable a new Azure AD user. To retrieve and update Azure properties edsvaAzureObjectID attribute with correct value is required.
For more information on creating a new Azure AD user using the Management Shell interface, see the Active Roles Management Shell Help.
Create a new Azure AD user:
C:\PS> New-QADUser -name 'user64' -ParentContainer 'CN=Users,DC=SS64,DC=com' -UserPassword 'Pass123w0rd' -AzureUserAccountEnabled $true -AzureOffice365Enabled $true -AzureUserPrincipalName 'user64@Azuredomain'
Example
You can add additional attribute using -attr @{}:
C:\PS> New-QADUser -name 'user64' -ParentContainer 'CN=Users,DC=SS64,DC=com' -UserPassword 'Pass123w0rd' -AzureUserAccountEnabled $true -AzureOffice365Enabled $true -AzureUserPrincipalName 'user64@Azuredomain' -attr @{edsaAzureUserGivenName='user64';edsaAzureUserUsageLocation='IN'}
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback 이용 약관 개인정보 보호정책