Get-DPMGlobalProperty

获取 DPM 服务器的全局属性。

语法

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

说明

Get-DPMGlobalProperty cmdlet 获取 System Center 2019 - Data Protection Manager (DPM) 服务器的全局属性。

示例

示例 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