Get-CMClientAuthCertificateProfileConfigurationItem

Get-CMClientAuthCertificateProfileConfigurationItem

Gets a certificate profile.

Syntax

Parameter Set: SearchByName
Get-CMClientAuthCertificateProfileConfigurationItem [-Name <String[]> ] [ <CommonParameters>]

Parameter Set: SearchByIdMandatory
Get-CMClientAuthCertificateProfileConfigurationItem -Id <String[]> [ <CommonParameters>]

Parameter Set: SearchByValueMandatory
Get-CMClientAuthCertificateProfileConfigurationItem -InputObject <IResultObject> [ <CommonParameters>]

Detailed Description

The Get-CMClientAuthCertificateProfileConfigurationItem cmdlet gets a certificate profile. Client computers use certificate profiles to authenticate when they use services such as a virtual private network (VPN) or a wireless network.

Parameters

-Id<String[]>

Specifies an array of IDs of certificate profiles.

Aliases

CIId

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-InputObject<IResultObject>

Specifies a certificate profile object.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Name<String[]>

Specifies an array of names of certificate profiles.

Aliases

LocalizedDisplayName

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

<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.

Examples

Example 1: Get a certificate profile

This command gets the certificate profile that has the specified ID.

PS C:\> Get-CMClientAuthCertificateProfileConfigurationItem -Id "16777568"

Copy-CMClientAuthCertificateProfileConfigurationItem

New-CMClientAuthCertificateProfileConfigurationItem

Remove-CMClientAuthCertificateProfileConfigurationItem

Set-CMClientAuthCertificateProfileConfigurationItem