Get-DPMGlobalProperty
DPM 서버에 대한 전역 속성을 가져옵니다.
구문
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 서버의 이름을 지정합니다.
형식: | String |
별칭: | ComputerName, CN |
Position: | 1 |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-PropertyName
이 cmdlet이 속성을 가져오는 속성을 지정합니다.
이 매개 변수에 허용되는 값은 다음과 같습니다.
- IsNetworkChecksumRequired
- TruncateSharePointDbLogs
- LibraryRefreshInterval
- OptimizeTapeUsage
- TapeWritePeriodRatio
- ExchangeSCRProtection
- AllowLocalDataProtection
형식: | GlobalProperties |
허용되는 값: | IsNetworkChecksumRequired, TruncateSharePointDbLogs, LibraryRefreshInterval, ExchangeSCRProtection, AllowLocalDataProtection, RegisteredWriters, ConsiderForAutoDeployment, MaxCapacityForClientAutoDeployment, KnownVMMServers, HyperVPagefileExclusions |
Position: | 2 |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |