Get-SCACAdminSetting

Get-SCACAdminSetting

Gets one or more administrator settings from the server.

構文

Parameter Set: CEIP
Get-SCACAdminSetting [-CEIPEnabled] [ <CommonParameters>]

Parameter Set: JobHistoryPeriod
Get-SCACAdminSetting [-JobHistoryPeriodInDays] [ <CommonParameters>]

Parameter Set: RefreshInterval
Get-SCACAdminSetting [-RefreshIntervalInSeconds] [ <CommonParameters>]

詳細説明

The Get-SCACAdminSetting cmdlet gets one or more administrator settings from the server. If a setting name is specified by using the Name parameter, that setting is retrieved. If no setting is specified, all settings on the server are returned.

パラメーター

-CEIPEnabled

Indicates that the value for the CEIPEnabled setting is displayed.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-JobHistoryPeriodInDays

Indicates that the value for the job history period setting is displayed.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-RefreshIntervalInSeconds

Indicates that the value for the refresh interval setting is displayed.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

<CommonParameters>

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

入力

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

  • System.String

出力

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

  • Microsoft.SystemCenter.CloudManager.PowerShell.ACAdminSetting

Example 1: Get all administrator settings

This command gets all administrator settings and displays information about the settings for the user.

PS C:\>Get-SCACAdminSetting

Example 2: Get the CEIPEnbled administrator setting

This command gets the CEIPEnabled administrator setting and displays information about the setting for the user.

PS C:\>Get-SCACAdminSetting -CEIPEnabled

関連トピック

Set-SCACAdminSetting