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 a cloud system on an App Controller server.
Parameter Set: SearchByName
Get-SCACCloudSystem [[-Name] <String> ] [ <CommonParameters>]
Parameter Set: SearchByServer
Get-SCACCloudSystem -ServerName <String> [ <CommonParameters>]
The Get-SCACCloudSystem cmdlet gets one or more cloud systems on an 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 the name of a cloud system.
Aliases |
none |
Required? |
false |
Position? |
1 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
Specifies the name of the server for a cloud system.
Aliases |
none |
Required? |
true |
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.ACCloudSystem
This command gets all cloud systems on the App Controller server.
PS C:\> Get-SCACCloudSystem
This command gets the cloud system object on the server named Management.Core.Windows.Net.
PS C:\> Get-SCACCloudSystem -ServerName "Management.Core.Windows.Net"