Get-DPMGlobalProperty

Gets the global properties for a DPM server.

Syntax

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.

Type:String
Aliases:ComputerName, CN
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-PropertyName

Specifies a property that this cmdlet gets properties.

The acceptable values for this parameter are:

  • IsNetworkChecksumRequired
  • TruncateSharePointDbLogs
  • LibraryRefreshInterval
  • OptimizeTapeUsage
  • TapeWritePeriodRatio
  • ExchangeSCRProtection
  • AllowLocalDataProtection
Type:GlobalProperties
Accepted values:IsNetworkChecksumRequired, TruncateSharePointDbLogs, LibraryRefreshInterval, ExchangeSCRProtection, AllowLocalDataProtection, RegisteredWriters, ConsiderForAutoDeployment, MaxCapacityForClientAutoDeployment, KnownVMMServers, HyperVPagefileExclusions
Position:2
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False