Get-DPMGlobalProperty

Get-DPMGlobalProperty

Retrieves the global properties for this DPM installation.

Syntax

Get-DPMGlobalProperty [-DPMServerName] <String> [-PropertyName] <GlobalProperties> [<CommonParameters>]

Detailed Description

The Get-DPMGlobalProperty cmdlet retrieves 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

-PropertyName

The name of the DPM global property.
This can take the values:
- IsNetworkChecksumRequired
- TruncateSharePointDbLogs
- LibraryRefreshInterval
- OptimizeTapeUsage
- TapeWritePeriodRatio
- ExchangeSCRProtection
- AllowLocalDataProtection

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

1

-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-DPMGlobalProperty -detailed".

    For technical information, type: "get-help Get-DPMGlobalProperty -full".

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

Examples