Share via


Get-DPMGlobalProperty

Gets the global properties for a DPM server.

Syntax

Default (Default)

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

Description

The Get-DPMGlobalProperty cmdlet gets the global properties for a System Center - Data Protection Manager (DPM) server.

Examples

Example 1: Retrieve global properties

PS C:\> Get-DPMGlobalProperty -PropertyName AllowLocalDataProtection

This command uses the Get-DPMGlobalProperty cmdlet to get the global property for local data protection on a server.

Parameters

-DPMServerName

Specifies the name of a DPM server of which this cmdlet gets properties.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:ComputerName, CN

Parameter sets

(All)
Position:1
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PropertyName

Specifies a property that this cmdlet gets properties.

The acceptable values for this parameter are:

  • IsNetworkChecksumRequired
  • TruncateSharePointDbLogs
  • LibraryRefreshInterval
  • OptimizeTapeUsage
  • TapeWritePeriodRatio
  • ExchangeSCRProtection
  • AllowLocalDataProtection

Parameter properties

Type:GlobalProperties
Default value:None
Accepted values:IsNetworkChecksumRequired, TruncateSharePointDbLogs, LibraryRefreshInterval, ExchangeSCRProtection, AllowLocalDataProtection, RegisteredWriters, ConsiderForAutoDeployment, MaxCapacityForClientAutoDeployment, KnownVMMServers, HyperVPagefileExclusions
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:2
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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