Set-DPMGlobalProperty

Set-DPMGlobalProperty

Sets the global properties for this DPM installation.

Syntax

Set-DPMGlobalProperty [-DPMServerName] <String> -OptimizeTapeUsage <bool> [<CommonParameters>]


Set-DPMGlobalProperty [-DPMServerName] <String> -IsNetworkChecksumRequired <bool> [<CommonParameters>]


Set-DPMGlobalProperty [-DPMServerName] <String> -TapeWritePeriodRatio <bool> [<CommonParameters>]


Set-DPMGlobalProperty [-DPMServerName] <String> -AllowLocalDataProtection <Boolean> [<CommonParameters>]


Set-DPMGlobalProperty [-DPMServerName] <String> -ExchangeSCRProtection <string> [<CommonParameters>]


Set-DPMGlobalProperty [-DPMServerName] <String> -TruncateSharePointDbLogs <bool> [<CommonParameters>]


Set-DPMGlobalProperty [-DPMServerName] <String> -LibraryRefreshInterval <bool> [<CommonParameters>]

Detailed Description

The Set-DPMGlobalProperty cmdlet sets the global properties for this DPM installation.

Parameters

-DPMServerName

The name of a DPM server.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

0

-AllowLocalDataProtection

This is a Boolean value and when set indicates that the DPM server can protect data sources on the same computer that it is installed on.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

named

-ExchangeSCRProtection <string>

Name of the Exchange SCR Servers. To provide the names of multiple servers, you can list them all separated by commas.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

named

-IsNetworkChecksumRequired

Indicates whether a checksum should be used to verify data transferred over a network.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

named

-LibraryRefreshInterval

Allows you to set the interval at which the information about shared libraries must be refreshed.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

named

-OptimizeTapeUsage

Indicates whether tape data co-location has been enabled.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

named

-TapeWritePeriodRatio

Indicates the number of days for which data can be written to a tape, as a ratio of the retention period of the first data set written to the tape.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

named

-TruncateSharePointDbLogs

Indicates whether SharePoint database logs should be truncated during replication.

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 Set-DPMGlobalProperty -detailed".
    For technical information, type "Get-Help Set-DPMGlobalProperty -full".

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

Examples