Get-DPMGlobalProperty

Mendapatkan properti global untuk server DPM.

Sintaks

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

Deskripsi

Cmdlet Get-DPMGlobalProperty mendapatkan properti global untuk server System Center - Data Protection Manager (DPM).

Contoh

Contoh 1: Mengambil properti global

PS C:\> Get-DPMGlobalProperty -PropertyName AllowLocalDataProtection

Perintah ini menggunakan cmdlet Get-DPMGlobalProperty untuk mendapatkan properti global untuk perlindungan data lokal di server.

Parameter

-DPMServerName

Menentukan nama server DPM tempat cmdlet ini mendapatkan properti.

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

-PropertyName

Menentukan properti yang mendapatkan properti cmdlet ini.

Nilai yang dapat diterima untuk parameter ini adalah:

  • 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