Get-OBCertificateListFromLocalStore

Get-OBCertificateListFromLocalStore

Gets the list of certificates from the local computer certificate store.

Syntax

Get-OBCertificateListFromLocalStore [ <CommonParameters>]

Detailed Description

The Get-OBCertificateListFromLocalStore cmdlet gets the list of certificates from the local computer certificate store. You can use the certificates that the cmdlet returns to register the current computer with . You can use the Start-OBRegistration cmdlet to register the current computer to .

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • OBCertificate[]

    List of certificates that you can use to register the server.

Examples

Example 1: Get certificates from the local certificate store

This command gets the list of certificates from the local computer certificate store.

PS C:\> Get-OBCertificateListFromLocalStore

Get-OBRecoveryService