An account will enable you to access:
Don't have an account?
Microsoft Virtualization Discussions
I know how to connect to a cluster with connect-NcController
What If i want to disconnect from the controller? Without theminating the powershell window?
Solved! See The Solution
Hello
You can just pass $null to $global:CurrentNcController
$global:CurrentNcController = $null
View solution in original post