Hi, James. The Toolkit doesn't maintain persistent connections, so there isn't a disconnect cmdlet. Connect-NaController saves the current connection context in the global variable $CurrentNaController, so you can set that value to null if you prefer, or use the -Transient switch to Connect-NaController, or just close the PowerShell session when you're done.