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 - App Controller
Gets one or more cloud systems on an App Controller server.
Parameter Set: __AllParameterSets
Get-SCACCloudSystem [[-Name] <String> ] [-ACServer <ACServer> ] [ <CommonParameters>]
The Get-SCACCloudSystem cmdlet gets one or more cloud systems on an System Center 2012 - App Controller server. If a cloud system is specified by using the Name parameter, Get-SCACCloudSystem retrieves the specified cloud system. If no cloud system is specified, Get-SCACCloudSystem retrieves all cloud systems on the App Controller server.
Specifies an App Controller server object. To retrieve an App Controller server object, use the Get-SCACServer cmdlet.
Aliases |
none |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
Specifies the name of a cloud system.
Aliases |
none |
Required? |
false |
Position? |
1 |
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.ACCloudSystem
Description
-----------
This command gets all cloud systems on the App Controller server.
PS C:\> Get-SCACCloudSystem
Description
-----------
This command gets the cloud system object named Management.Core.Windows.Net.
PS C:\> Get-SCACCloudSystem -Name "Management.Core.Windows.Net"