Microsoft Virtualization Discussions

is there a way to disconnect from a controller?

dpeverley
7,144 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
migration has accepted the solution

vinith
7,144 Views

Hello

You can just pass $null to $global:CurrentNcController

$global:CurrentNcController = $null

View solution in original post

1 REPLY 1
migration has accepted the solution

vinith
7,145 Views

Hello

You can just pass $null to $global:CurrentNcController

$global:CurrentNcController = $null

Public