Remove-SCACCloudSystem

Applies To: System Center 2012 R2 App Controller

Remove-SCACCloudSystem

Removes a connection to a cloud system.

Syntax

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

Detailed Description

The Remove-SCACCloudSystem function removes a connection to a cloud system.

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

-PassThru

Returns a cloud system object. By default, this cmdlet does not generate output.

Aliases

none

Required?

false

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.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Remove a cloud system

The first command gets the cloud system object named CloudSystem01 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 "CloudSystem01"
PS C:\> Remove-SCACCloudSystem –CloudSystem $CloudSystem

Add-SCACCloudSystem

Get-SCACCloudSystem

Set-SCACCloudSystem