Creates a backup selection object for Microsoft Exchange 2003 or 2007 databases.
Creates a backup selection object for Microsoft Exchange 2003 or 2007 databases.
Specifies the name of a storage group. Specify '*' to indicate all available storage groups.
Required | false |
Position | 0 |
Accepts pipeline input | true (ByValue ByPropertyName) |
Accepts wildcard characters | false |
Specifies the name of a database. Specify '*' to indicate all available databases.
Required | false |
Position | 1 |
Accepts pipeline input | true (ByPropertyName) |
Accepts wildcard characters | false |
Excludes the storage group or database selection specified with the -StorageGroupName parameter and/or -DatabaseName parameter.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
For more information about common parameters, type "Get-Help about_commonparameters".
You can pipe a string object to New-BEExchangeStorageGroupDatabaseSelection.
New-BEExchangeStorageGroupDatabaseSelection returns an BEExchangeStorageGroupDatabaseSelection object
These commands create a backup definition that backs up the Exchange database named "Database1" in a storage group named "StorageGroup1" for the local computer using the "BackupToDisk" job defaults.
These commands submit a one-time backup job that backs up the Exchange database named "Database1" in the storage group named "StorageGroup1" on the local computer.