Please enter search query.
Search <book_title>...
Veritas Enterprise Vault™ PowerShell Cmdlets
Last Published:
2017-07-28
Product(s):
Enterprise Vault (12.1)
Importing modules
To use the Enterprise Vault PowerShell cmdlets that are not loaded automatically by the Enterprise Vault Management Shell, you must load a separate module. You can do this in an Enterprise Vault Management Shell, or directly in a PowerShell shell.
In this guide, if it is necessary to load a module to use a cmdlet, the cmdlet's reference section tells you which module you must load.
To load an Enterprise Vault PowerShell cmdlet module
- Run PowerShell, or the Enterprise Vault Management Shell.
- At the command prompt, run the Import-Module cmdlet and provide the name of the module you want to load.
For example, to load the Monitoring module, use the following command:
Import-Module .\Symantec.EnterpriseVault.PowerShell.Monitoring.dll
When you have loaded the module, you can use all the Enterprise Vault cmdlets that it contains.