Get-DPMGlobalProperty

DPM 서버에 대한 전역 속성을 가져옵니다.

Syntax

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

Description

Get-DPMGlobalProperty cmdlet은 System Center - DPM(Data Protection Manager) 서버에 대한 전역 속성을 가져옵니다.

예제

예제 1: 전역 속성 검색

PS C:\> Get-DPMGlobalProperty -PropertyName AllowLocalDataProtection

이 명령은 Get-DPMGlobalProperty cmdlet을 사용하여 서버에서 로컬 데이터 보호에 대한 전역 속성을 가져옵니다.

매개 변수

-DPMServerName

이 cmdlet이 속성을 가져오는 DPM 서버의 이름을 지정합니다.

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

-PropertyName

이 cmdlet이 속성을 가져오는 속성을 지정합니다.

이 매개 변수에 허용되는 값은 다음과 같습니다.

  • 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