Skip to content

Get SdnCertificate

github-actions edited this page Jan 12, 2023 · 4 revisions

Get-SdnCertificate

SYNOPSIS

Returns a list of the certificates within the given certificate store.

SYNTAX

Default (Default)

Get-SdnCertificate -Path <String> [<CommonParameters>]

Thumbprint

Get-SdnCertificate -Path <String> [-Thumbprint <String>] [<CommonParameters>]

Subject

Get-SdnCertificate -Path <String> [-Subject <String>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Get-SdnCertificate -Path "Cert:\LocalMachine\My"

PARAMETERS

-Path

Defines the path within the certificate store. Path is expected to start with cert:.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Subject

{{ Fill Subject Description }}

Type: String
Parameter Sets: Subject
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Thumbprint

{{ Fill Thumbprint Description }}

Type: String
Parameter Sets: Thumbprint
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Documentation

How To Guides:

Troubleshooting Guides

Learning

Functions

Clone this wiki locally