Tuesday, April 8, 2014

Add Symantec Enterprise Vault Mail Application to OWA 2013

Bad word-wrap on this so I split the lines out

$strLegDN = (Get-Mailbox sandib@slhs.org -domaincontroller YourDomainController).LegacyExchangeDN


$strEVOMAUrl = "https://entvault1.widgets.com/EnterpriseVault/OfficeMailAppManifest.aspx?LegacyMbxDn=" + $strLegDN + "&BaseURL=https://entvault1.widgets.com/EnterpriseVaultBasic"



New-App -mailbox $strLegDN -Url $strEVOMAUrl|Out-Null

Cheers!

No comments:

Post a Comment