NAME
Disconnect-SasServer
SYNOPSIS
Disconnects your SAS session and frees resources
SYNTAX
Disconnect-SasServer [-Server] <PSObject>
[<CommonParameters>]
DESCRIPTION
PARAMETERS
-Server <PSObject>
SAS server object you want to close
Required? true
Position? 0
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters:
Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction,
WarningVariable,
OutBuffer and OutVariable. For more
information, see
about_CommonParameters
(http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
-------------- Example 1 --------------
PS C:\> Disconnect-SasServer $ws
Disconnects the SAS workspace server session
object $ws
RELATED LINKS