Hello,
I am using SC_PowerShell_Toolkit_4.1.7.0.
After a SnapCreator Upgrade to version 4.3.0P3, the snapcreator powershell cannot connect to the scserver with the following error:
PS C:\Users\user> Connect-ScServer -Name <SnapCreatorServer> -Credential admin
Connect-ScServer : Could not establish secure channel for SSL/TLS with authority '<SnapCreatorServerIP>:8443'.
At line:1 char:1
+ Connect-ScServer -Name <SnapCreatorServer> -Credential admin
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidResult: (<SnapCreatorServer>:ScServer) [Connect-ScServer], SecurityNegotiationException
+ FullyQualifiedErrorId : HttpsConnectionFailed,NetApp.SnapCreatorPS.Server.Cmdlets.ConnectScServer
Hostname Address ApiVersion
-------- ------- ----------
<SnapCreatorServer> <SnapCreatorServerIP> 1.0
Any help is appreciated.