共用方式為


Get-DPMGlobalProperty

取得 DPM 伺服器的全域屬性。

語法

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

Description

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