Veritas Enterprise Vault™ PowerShell Cmdlets
Add-EVPstComputer
Add-EVPstComputer adds a computer as a locate and migrate PST migration target. Depending on configuration, Enterprise Vault can search the computer for PST files to be migrated to Enterprise Vault. For example, you can add computers that belong to individual users, and you can add file servers that host PST files belonging to many users.
Add-EVPstComputer is provided by Symantec.EnterpriseVault.PowerShell.Snapin.dll, which is loaded by the Enterprise Vault Management Shell.
Add-EVPstComputer -Name <String> [-Mailbox <String>] [-EnableSearch] [-SiteName <String>] [-DirectoryServer <String>] [<CommonParameters>]
Table: Add-EVPstComputer parameters
Parameter | Description |
---|---|
-Name (required) | The name of the computer you want to add as a PST migration target. |
-Mailbox | The name of the mailbox in which Enterprise Vault places shortcuts for items migrated from PST files found on the computer. If you do not specify a mailbox, Add-EVPstComputer uses the mailbox that each PST file is associated with. Typically, you would not specify a mailbox for any computer that hosts PST files that belong to different users, such as a file server. |
-EnableSearch | Use -EnableSearch if you want Enterprise Vault to search the target computer for PST files. |
-SiteName | If you have more than one Enterprise Vault site in your environment, use -SiteName to specify the site in which you want to add the computer. |
-DirectoryServer | If you execute Add-EVPstComputer from a server other than an Enterprise Vault server, specify the name of the Enterprise Vault server that Add-EVPstComputer should connect to. |
Add-EVPstComputer -Name FileServer1 -EnableSearch
Adds FileServer1 as a PST migration target, and specifies that Enterprise Vault should search the server for PST files.
Add-EVPstComputer -Name JohnDoeLaptop -Mailbox "John Doe" -EnableSearch
Adds John Doe's laptop as a PST migration target, and also specifies John's mailbox, in which Enterprise Vault will place shortcuts for migrated items.
See Add-EVPstFile.