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 サーバーの名前を指定します。
Type: | String |
Aliases: | ComputerName, CN |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PropertyName
このコマンドレットがプロパティを取得するプロパティを指定します。
このパラメーターの有効値は、次のとおりです。
- 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 |