As per the title, one my customers has queried if there are any plans for connect-nccontroller to allow certificiate based authentication from the credential cache so we could use
PS> $cert = Get-Credential
PS> connect-nccontroller <controller. -Credential $cred -HTTPS
I know the underlying NMSDK allows this.