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 - App Controller
Removes a connection to a VMM management server.
Parameter Set: __AllParameterSets
Remove-SCACCloudSystem [-CloudSystem] <ACCloudSystem> [ <CommonParameters>]
The Remove-SCACCloudSystem function removes a connection to a System Center 2012 – Virtual Machine Manager (VMM) management server.
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 |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters
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