Get-SCACAdminSetting

Applies To: System Center 2012 - App Controller

Get-SCACAdminSetting

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

Syntax

Parameter Set: __AllParameterSets
Get-SCACAdminSetting [-ACServer <ACServer> ] [ <CommonParameters>]

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 System Center 2012 - App Controller server. If a setting name is specified by using the Name parameter, that setting is retrieved. It no setting is specified, all settings on the server are returned.

Parameters

-ACServer<ACServer>

Specifies an App Controller server object. To retrieve an App Controller server object, use the Get-ACServer cmdlet.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-CEIPEnabled

Indicates that the value for the CEIPEnabled setting is displayed.

Aliases

none

Required?

false

Position?

1

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?

1

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?

1

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 --------------------------

Description

-----------

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

PS C:\> Get-SCACAdminSetting

-------------------------- EXAMPLE 2 --------------------------

Description

-----------

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

PS C:\> Get-SCACAdminSetting -CEIPEnabled

Set-SCACAdminSetting