Remove-SCSSASConnection

Removes the SQL Server Analysis Services connection object from VMM.

Description

The Remove-SCSSASConnection cmdlet removes the SQL Server Analysis Services (SSAS) connection object from System Center Virtual Machine Manager (VMM).

For more information about Remove-SCSSASConnection, type: "Get-Help Remove-SCSSASConnection -online".

Parameters

JobVariable

Required? false
Accept Pipeline Input? false
Position? named
Specifies that job progress is tracked and stored in the variable named by this parameter. 

PROTipID

Required? false
Accept Pipeline Input? false
Position? named
Specifies the ID of the PRO tip that triggered this action. This allows for auditing of PRO tips.

RunAsynchronously

Required? false
Accept Pipeline Input? false
Position? named
Indicates that the job runs asynchronously so that control returns to the command shell immediately. 

VMMServer

Required? false
Accept Pipeline Input? true (ByValue)
Position? named
Specifies a VMM server object.

Examples

1: Remove the existing SQL Server Analysis Services connection.
PS C:\> Remove-SCSSASConnection
This command removes the SQL Server Analysis Services connection object from VMM.

See Also