Enterprise Vault™ PowerShell Cmdlets
- Introducing the Enterprise Vault PowerShell cmdlets
- Archiving: Exchange
- Archiving: FSA
- Archiving: Skype for Business
- Archiving: SMTP
- Backup
- Classification
- Databases
- IMAP access
- Indexing
- Records management
- Retention plans
- Roles-based administration
- Sites and servers
- Tasks and services
- Vault stores and archives
Set-EVRBAAzStoreXml
Set-EVRBAAzStoreXml uploads the RBA store from the specified folder to the Enterprise Vault Directory database. Set-EVRBAAzStoreXml requires that the RBA store is in a file called EvAzStore.xml
, and that it is in the folder you specify.
Specify the Enterprise Vault Directory using the -EVDirectoryServer parameter.
The Vault Service account and the members of the RBAC Cmdlets Administrator role can execute this cmdlet. Only the Vault Service account can upload the RBA store with the changes made for the RBAC Cmdlets Administrator role or for the operation with the name
.If you execute the cmdlet from a server other than an Enterprise Vault server, the cmdlet prompts for the -EVDirectoryServer parameter, unless -EVDirectoryServer is already specified as a parameter.
You can only upload changes to latest version of EvAzStore.xml
. If Enterprise Vault has a newer version of EvAzStore.xml
, you must get the latest RBA store using Get-EVRBAAzStoreXml, make the changes and upload EvAzStore.xml
again.
Set-EVRBAAzStoreXml is provided by the snap-in Symantec.EnterpriseVault.PowerShell.AdminAPI.dll
.
Set-EVRBAAzStoreXml [-FolderPath] <String> -EVDirectoryServer <String> [<CommonParameters>]
Table: Set-EVRBAAzStoreXml parameters
Parameter | Description |
---|---|
-FolderPath (required) | Specifies the folder from which |
-EVDirectoryServer (required) | Specifies the host name, fully qualified domain name, or DNS alias of an Enterprise Vault Directory server. Note that although this parameter is required, the cmdlet determines it automatically if it can. |
Set-EVRBAAzStoreXml "C:\EvAzStoreXmlLocation"
Uploads
EvAzStore.xml
fromC:\EvAzStoreXmlLocation
to the locally installed Enterprise Vault server.Set-EVRBAAzStoreXml "C:\EvAzStoreXmlLocation" -EVDirectoryServer "evserver.example.com"
Uploads
EvAzStore.xml
fromC:\EvAzStoreXmlLocation
to evserver.example.com.Set-EVRBAAzStoreXml - FolderPath "C:\EvAzStoreXmlLocation" -EVDirectoryServer "evserver.example.com"
Uploads
EvAzStore.xml
fromC:\EvAzStoreXmlLocation
to evserver.example.com. Note the use of named parameters.
None.
See Get-EVRBAAzStoreXml.