Get-DPMGlobalProperty
获取 DPM 服务器的全局属性。
语法
Get-DPMGlobalProperty
[[-DPMServerName] <String>]
[-PropertyName] <GlobalProperties>
[<CommonParameters>]
说明
Get-DPMGlobalProperty cmdlet 获取 System Center - Data Protection Manager (DPM) 服务器的全局属性。
示例
示例 1:检索全局属性
PS C:\> Get-DPMGlobalProperty -PropertyName AllowLocalDataProtection
此命令使用 Get-DPMGlobalProperty cmdlet 获取服务器上的本地数据保护的全局属性。
参数
-DPMServerName
指定此 cmdlet 获取其属性的 DPM 服务器的名称。
类型: | String |
别名: | ComputerName, CN |
Position: | 1 |
默认值: | 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 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |