API Reference
Command
Disconnect-TestimoXService
Disconnects from the TestimoX Service Management API.
Remarks
Clears the in-memory connection created by Connect-TestimoXService. Subsequent Get-/Set-/Invoke- cmdlets will fall back to local mode unless you connect again.
Examples
Example 1: Disconnect the current session
PS>
Disconnect-TestimoXService
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.