Get-SCACCloudSystem

Applies To: System Center 2012 - App Controller

Get-SCACCloudSystem

Gets one or more cloud systems on an App Controller server.

Syntax

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

Detailed Description

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.

Parameters

-ACServer<ACServer>

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

-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

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

Description

-----------

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

PS C:\> Get-SCACCloudSystem

-------------------------- EXAMPLE 2 --------------------------

Description

-----------

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

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