Veritas Enterprise Vault™ Setting up the Enterprise Vault Office Mail App
- Setting up the Enterprise Vault Office Mail App
- About the Enterprise Vault Office Mail App
- Deploying the Enterprise Vault Office Mail App
- Troubleshooting the Enterprise Vault Office Mail App
Removing, disabling, and re-enabling the Enterprise Vault Office Mail App for a user or an organization
You can remove the Enterprise Vault Office Mail App for an individual user or an organization by using the PowerShell cmdlet Remove-App.
You can disable the Office Mail App for an individual user by using the cmdlet Disable-App. It is not possible to disable an Office Mail App that is installed at the organization level.
After you have disabled the Office Mail App, you can re-enable it by using the cmdlet Enable-App.
When you disable the Office Mail App with Disable-App, it does not load and the Enterprise Vault tab does not appear on the Office Mail App bar. As an alternative, you can use a separate, more easily reversible method to disable the Office Mail App for a particular device type. With this method, the Office Mail App still loads. The Enterprise Vault tab appears on the Office Mail App bar, but the usual options are not available.
See Disabling and re-enabling the Enterprise Vault Office Mail App for a device type.
To remove the Office Mail App for an individual user
- Log in to the Exchange server using an account that is assigned the management role User Options. By default, members of the "Organization Management" role group are assigned this role.
- Open the Exchange Management Shell.
- Run a PowerShell command based on the following example:
Remove-App -mailbox mailbox -Identity 0cc6d075-e610-4b8a-90c6-1460e6d4d710
Where mailbox is the mailbox from which you want to remove the Office Mail App.
The GUID identifies the Enterprise Vault Office Mail App, and does not change.
You are prompted to confirm the action.
- To confirm, enter your response and press Enter.
To remove the Office Mail App for an organization
- Log in to the Exchange server using an account that is assigned the management role User Options. By default, members of the "Organization Management" role group are assigned this role.
- Open the Exchange Management Shell.
- Type the following PowerShell command:
Remove-App -OrganizationApp -Identity 0cc6d075-e610-4b8a-90c6-1460e6d4d710
The GUID identifies the Enterprise Vault Office Mail App, and does not change.
You are prompted to confirm the action.
- To confirm, enter your response and press Enter.
To disable the Office Mail App for an individual user
- Log in to the Exchange server using an account that is assigned the management role User Options. By default, members of the "Organization Management" role group are assigned this role.
- Open the Exchange Management Shell.
- Run a PowerShell command based on the following example:
Disable-App -mailbox mailbox -Identity 0cc6d075-e610-4b8a-90c6-1460e6d4d710
Where mailbox is the mailbox for which you want to disable the Office Mail App.
The GUID identifies the Enterprise Vault Office Mail App, and does not change.
You are prompted to confirm the action.
- To confirm, enter your response and press Enter.
To re-enable the Office Mail App for an individual user
- Log in to the Exchange server using an account that is assigned the management role User Options. By default, members of the "Organization Management" role group are assigned this role.
- Open the Exchange Management Shell.
- Run a PowerShell command based on the following example:
Enable-App -mailbox mailbox -Identity 0cc6d075-e610-4b8a-90c6-1460e6d4d710
Where mailbox is the mailbox for which you want to re-enable the Office Mail App.
The GUID identifies the Enterprise Vault Office Mail App, and does not change.
You are prompted to confirm the action.
- To confirm, enter your response and press Enter.