Microsoft Virtualization Discussions

is there a way to disconnect from a controller?

dpeverley
6,103 Views

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?

1 ACCEPTED SOLUTION

vinith
6,103 Views

Hello

You can just pass $null to $global:CurrentNcController

$global:CurrentNcController = $null

View solution in original post

1 REPLY 1

vinith
6,104 Views

Hello

You can just pass $null to $global:CurrentNcController

$global:CurrentNcController = $null

Public