Get-CMTrustedRootCertificateProfileConfigurationItem

Get-CMTrustedRootCertificateProfileConfigurationItem

Gets root certificate profiles.

Syntax

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

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

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

Detailed Description

The Get-CMTrustedRootCertificateProfileConfigurationItem cmdlet gets root certificate profiles.

Parameters

-Id<String[]>

Specifies an array of IDs of root certificate profiles.

Aliases

CIId

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-InputObject<IResultObject>

Specifies a root 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 root 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 certificate profiles

This command gets all trusted root certificate profiles.

PS C:\> Get-CMTrustedRootCertificateProfileConfigurationItem

Copy-CMTrustedRootCertificateProfileConfigurationItem

New-CMTrustedRootCertificateProfileConfigurationItem

Remove-CMTrustedRootCertificateProfileConfigurationItem

Set-CMTrustedRootCertificateProfileConfigurationItem