Get-DPMGlobalProperty

Get-DPMGlobalProperty

Retrieves the global properties for a DPM server.

構文

Parameter Set: Default
Get-DPMGlobalProperty [[-DPMServerName] <String> ] [-PropertyName] <GlobalProperties> {IsNetworkChecksumRequired | TruncateSharePointDbLogs | LibraryRefreshInterval | ExchangeSCRProtection | AllowLocalDataProtection | RegisteredWriters | ConsiderForAutoDeployment | MaxCapacityForClientAutoDeployment | KnownVMMServers | HyperVPagefileExclusions} [ <CommonParameters>]

詳細説明

The Get-DPMGlobalProperty cmdlet retrieves the global properties for a System Center 2012 – Data Protection Manager (DPM) server.

パラメーター

-DPMServerName<String>

Specifies the name of a DPM server.

エイリアス

ComputerName,CN

必須?

false

位置は?

1

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-PropertyName<GlobalProperties>

Specifies a property to retrieve. Acceptable values for this parameter are:
-- IsNetworkChecksumRequired
-- TruncateSharePointDbLogs
-- LibraryRefreshInterval
-- OptimizeTapeUsage
-- TapeWritePeriodRatio
-- ExchangeSCRProtection
-- AllowLocalDataProtection

エイリアス

none

必須?

true

位置は?

2

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • For more information, type: "Get-Help Get-DPMGlobalProperty -detailed".

Example 1: Retrieve global properties

This command uses the Get-DPMGlobalProperty cmdlet to retrieve the global property for local data protection on a server.

PS C:\> Get-DPMGlobalProperty -PropertyName AllowLocalDataProtection

関連トピック

Set-DPMGlobalProperty