Set-TPHubServerCertificateValidation

78 views 0

Description

Determines whether or not the web console certificate will be accepted by the Pow­erShell 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

 setting certificate validation to AcceptAlways

Previous Page
Next Page

Was this helpful?