Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: System Center 2012 R2 App Controller
Gets one or more administrator settings from the App Controller 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 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.
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 |
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 |
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 |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.
The input type is the type of the objects that you can pipe to the cmdlet.
- System.String
The output type is the type of the objects that the cmdlet emits.
- Microsoft.SystemCenter.CloudManager.PowerShell.ACAdminSetting
This command gets all administrator settings and displays information about the settings for the user.
PS C:\>Get-SCACAdminSetting
This command gets the CEIPEnabled administrator setting and displays information about the setting for the user.
PS C:\>Get-SCACAdminSetting -CEIPEnabled