Vault store cmdlet syntax

The syntax is the same for all three vault store backup mode cmdlets. For example:

Clear-VaultStoreBackupMode [-Name] <String> [-EVServerName] <String> [-EvObjectType] <EVObjectType> [<CommonParameters>]

The following examples show how Clear-VaultStoreBackupMode is used to clear backup mode from vault stores and vault store groups:

In all cases you must provide the name of the server that owns the vault stores or site, and specify the object type. These parameters allow the cmdlet to find the correct ID.

You must provide the parameters in the order that is shown if you omit the parameter names. However, if you provide parameter names, you can use them in any order. For example:

Clear-VaultStoreBackupMode -EVServerName EVServer -EVObjectType VaultStore -Name VS1

If you know the ID of the vault store, vault store group or site, you can use the following syntax to clear backup mode:

Clear-VaultStoreBackupMode -EntryId <String> [<CommonParameters>]

For example:

Clear-VaultStoreBackupMode -EntryId 1F3C7910CD579234AB8EB207F0ECEBCE91210000EVServer.Domain1.local

This command clears backup mode from the object that has the specified ID. Specify the ID of a vault store to clear backup mode from that vault store. Specify the ID of a vault store group or a site to clear backup mode from its associated vault stores.

Set-VaultStoreBackupMode uses the same syntax to set backup mode on vault stores. Get-VaultStoreBackupMode also uses the same syntax to report current backup mode settings.