Get-SCACAdminSetting

Applies To: System Center 2012 R2 App Controller

Get-SCACAdminSetting

Gets one or more administrator settings from the App Controller server.

Syntax

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

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

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

Detailed Description

The Get-SCACAdminSetting cmdlet gets one or more administrator settings from the App Controller 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.

Parameters

-CEIPEnabled

Indicates that the value for the CEIPEnabled setting is displayed.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-JobHistoryPeriodInDays

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

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-RefreshIntervalInSeconds

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

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Microsoft.SystemCenter.CloudManager.PowerShell.ACAdminSetting

Examples

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