Get-DPMGlobalProperty
DPM サーバーのグローバル プロパティを取得します。
構文
Get-DPMGlobalProperty
[[-DPMServerName] <String>]
[-PropertyName] <GlobalProperties>
[<CommonParameters>]
説明
Get-DPMGlobalProperty コマンドレットは、System Center - Data Protection Manager (DPM) サーバーのグローバル プロパティを取得します。
例
例 1: グローバル プロパティを取得する
PS C:\> Get-DPMGlobalProperty -PropertyName AllowLocalDataProtection
このコマンドは、Get-DPMGlobalProperty コマンドレットを使用して、サーバー上のローカル データ保護のグローバル プロパティを取得します。
パラメーター
-DPMServerName
このコマンドレットがプロパティを取得する DPM サーバーの名前を指定します。
型: | String |
Aliases: | ComputerName, CN |
配置: | 1 |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-PropertyName
このコマンドレットがプロパティを取得するプロパティを指定します。
このパラメーターに使用できる値は次のとおりです。
- IsNetworkChecksumRequired
- TruncateSharePointDbLogs
- LibraryRefreshInterval
- OptimizeTapeUsage
- TapeWritePeriodRatio
- ExchangeSCRProtection
- AllowLocalDataProtection
型: | GlobalProperties |
指定可能な値: | IsNetworkChecksumRequired, TruncateSharePointDbLogs, LibraryRefreshInterval, ExchangeSCRProtection, AllowLocalDataProtection, RegisteredWriters, ConsiderForAutoDeployment, MaxCapacityForClientAutoDeployment, KnownVMMServers, HyperVPagefileExclusions |
配置: | 2 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |