For the complete documentation index, see llms.txt. This page is also available as Markdown.

Export-OSDCertificatesAsReg

Exports selected LocalMachine certificates as .reg files.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Prompts for installed certificates and exports matching certificate registry keys from system certificate hives into .reg files under the temporary Certs folder.

Syntax

Export-OSDCertificatesAsReg [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

This function does not define function-specific parameters beyond common parameters.

Examples

Example

Export-OSDCertificatesAsReg
Opens a selection grid and exports registry-backed certificate entries for selected certificates to $env:Temp\Certs.

Last updated

Was this helpful?