Export-CcRootCertificate

The Export-CcRootCertificate cmdlet exports the root CA certificate to a local file on the Skype for Business Cloud Connector Edition host server.

Export-CcRootCertificate [[-Path] <string>]

Examples

Example 1

The following example sets the Path parameter as a directory path—not a file path. It generates the file c:\test\CCERootCertificates.p7b.

Export-CcRootCertificate -Path "C:\test" 

Detailed Description

The Export-CcRootCertificate cmdlet allows you to save the root and intermediate certificates to a file path. This can be useful if there's a disaster recovery scenario.

Parameters

Parameter Required Type Description
Path
Required
System.String
File path where the certificate is stored.

Input Types

None. The Export-CcRootCertificate cmdlet doesn't accept pipelined input.

Return Types

None

See also

None