Forum Discussion

mistervault's avatar
13 years ago
Solved

Add-Snapin Vault into an Exchange Powershell

Hello,

I need to make a script which combines both Exchange and Vault cmdlets.

I have got a Vault server (Windows 2003 x64) and an Exchange Server  (Windows 2003 x64).

I want to add the snap-in " Symantec.EnterpriseVault.PowerShell.Snapin" into the Exchange Powershell.

I don't know if it's possible to just copy "Symantec.EnterpriseVault.PowerShell.Snapin.dll" into the Exchange Server, load it and add the snap-in that way, is yes please explain me how.

Thanks!

  • here's a SQL script to get you the backup mode of your vault stores:

    use EnterpriseVaultDirectory
    select VaultStoreName from VaultStoreEntry
    where VaultStoreStatus = 2

12 Replies