PS > Import-Module HPEAlletra6000andNimbleStoragePowerShellToolkit
PS > Get-Help Connect-NSGroup
. . .
It is recommended to ignore the server certificate validation (-IgnoreServerCertificate param) since it uses an untrusted SSL certificate.
. . .
-------------------------- EXAMPLE 1 --------------------------
PS > Connect-NSGroup -Group nimblegroup.yourdns.local -Credential admin -IgnoreServerCertificate
*Note: IgnoreServerCertificate parameter is not available with PowerShell Core
Is there some way to ignore the server certificate validation?
PS > Import-Module HPEAlletra6000andNimbleStoragePowerShellToolkitPS > Get-Help Connect-NSGroup. . .
It is recommended to ignore the server certificate validation (-IgnoreServerCertificate param) since it uses an untrusted SSL certificate.
. . .
-------------------------- EXAMPLE 1 --------------------------
Is there some way to ignore the server certificate validation?