Remove-SCACCloudSystem

Applies To: System Center 2012 - App Controller

Remove-SCACCloudSystem

Removes a connection to a VMM management server.

Syntax

Parameter Set: __AllParameterSets
Remove-SCACCloudSystem [-CloudSystem] <ACCloudSystem> [ <CommonParameters>]

Detailed Description

The Remove-SCACCloudSystem function removes a connection to a System Center 2012 â€“ Virtual Machine Manager (VMM) management server.

Parameters

-CloudSystem<ACCloudSystem>

Specifies a cloud system object. To retrieve a cloud system object, use the Get-SCACCloudSystem cmdlet.

Aliases

none

Required?

true

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

Examples

-------------------------- EXAMPLE 1 --------------------------

Description

-----------

The first command gets the cloud system object named Management.Core.Windows.Net and stores the object in the $CloudSystem variable.

The second command removes the cloud system object stored in $CloudSystem.

PS C:\> $CloudSystem Get-SCACCloudSystem -Name "Management.Core.Windows.Net"
PS C:\> Remove-SCACCloudSystem –ACCloudSystem $CloudSystem