Aracılığıyla paylaş


Get-DPMGlobalProperty

Bir DPM sunucusunun genel özelliklerini alır.

Syntax

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

Description

Get-DPMGlobalProperty cmdlet'i bir System Center - Data Protection Manager (DPM) sunucusunun genel özelliklerini alır.

Örnekler

Örnek 1: Genel özellikleri alma

PS C:\> Get-DPMGlobalProperty -PropertyName AllowLocalDataProtection

Bu komut, bir sunucudaki yerel veri koruması için genel özelliği almak için Get-DPMGlobalProperty cmdlet'ini kullanır.

Parametreler

-DPMServerName

Bu cmdlet'in özelliklerini aldığı DPM sunucusunun adını belirtir.

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

-PropertyName

Bu cmdlet'in özellikleri alacağı özelliği belirtir.

Bu parametrenin kabul edilebilir değerleri şunlardır:

  • 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