Get-DatasourceProtectionOption

Get-DatasourceProtectionOption

Returns the protection options for all data sources of the specified datasource type in a protection group.

Syntax

Get-DatasourceProtectionOption [-ProtectionGroup] <ProtectionGroup> -FileSystem <SwitchParameter> [<CommonParameters>]


Get-DatasourceProtectionOption [-ProtectionGroup] <ProtectionGroup> -E14Options <SwitchParameter> [<CommonParameters>]


Get-DatasourceProtectionOption [-ProtectionGroup] <ProtectionGroup> -ExchangeOptions [<CommonParameters>]

Detailed Description

The Get-DatasourceProtectionOption cmdlet returns the protection options for all data sources of the specified datasource type in a protection group.

Parameters

-ProtectionGroup

The name of a protection group.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

true (ByValue)

Position?

0

-E14Options

Indicates that the cmdlet must return an Exchange Server 2010 protection object.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

named

-ExchangeOptions

Indicates that the options that follow affect only Microsoft Exchange data sources.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

named

-FileSystem

Indicates that the operation is performed on a file system data source.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

named

-CommonParameter

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. For more information, see about_CommonParameters.

Input and Return Types

The input type is the type of the objects that you can pipe to the cmdlet. The return type is the type of the objects that the cmdlet emits.

Notes

  • For more information, type "Get-Help Get-DatasourceProtectionOption -detailed".
    For technical information, type "Get-Help Get-DatasourceProtectionOption -full".

    Additionally, any updated information about the cmdlet will be available at https://go.microsoft.com/fwlink/?LinkId=95130.

Examples