Get-SCACAdminSetting

Get-SCACAdminSetting

Gets one or more administrator settings from the 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 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?

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 (https://go.microsoft.com/fwlink/p/?LinkID=113216).

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