Description
Determines whether or not the web console certificate will be accepted by the PowerShell module; this is only necessary until there is a certificate installed on the administration computer with which the webserver certificate can be validated (e. g. the root certificate of the certificate authority).
Syntax
Set-TPHubServerCertificateValidation -Option DeclineIfUntrusted|AcceptAlways
Parameter | Description |
-Option | AcceptAlways = accept all certificates DeclineIfUntrusted = certificates will be declined which can’t be trusted or verified |
Example
Set-TPHubServerCertificateValidation -Option AcceptAlways