Get-SCACCloudSystem

Applies To: System Center 2012 R2 App Controller

Get-SCACCloudSystem

Gets a cloud system on an App Controller server.

Syntax

Parameter Set: SearchByName
Get-SCACCloudSystem [[-Name] <String> ] [ <CommonParameters>]

Parameter Set: SearchByServer
Get-SCACCloudSystem -ServerName <String> [ <CommonParameters>]

Detailed Description

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.

Parameters

-Name<String>

Specifies the name of a cloud system.

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ServerName<String>

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

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

Examples

Example 1: Get all cloud systems on the App Controller server

This command gets all cloud systems on the App Controller server.

PS C:\> Get-SCACCloudSystem

Example 2: Get a cloud system by its server name

This command gets the cloud system object on the server named Management.Core.Windows.Net.

PS C:\> Get-SCACCloudSystem -ServerName "Management.Core.Windows.Net"

Add-SCACCloudSystem

Remove-SCACCloudSystem