Get-CMInitialModifiableSecuredCategory

Get-CMInitialModifiableSecuredCategory

Gets modifiable secured categories.

Syntax

Parameter Set: SearchById
Get-CMInitialModifiableSecuredCategory [-Id <String> ] [-ObjectTypeId <String> ] [ <CommonParameters>]

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

Detailed Description

The Get-CMInitialModifiableSecuredCategory cmdlet gets modifiable secured categories from Configuration Manager.

Parameters

-Id<String>

Specifies an identifier in Configuration Manager.

Aliases

CategoryId

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Name<String>

Specifies a name in Configuration Manager.

Aliases

CategoryName

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-ObjectTypeId<String>

Specifies an ID for an object type.

Aliases

none

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 information about all your modifiable secured categories

This command returns information about all your modifiable secured categories.

PS C:\> Get-CMInitialModifiableSecuredCategory

Example 2: Get information about a specific modifiable secured category

This command returns information about the modifiable secured category that has the ID 121989.

PS C:\> Get-CMInitialModifiableSecuredCategory -ID "121989"

Configuration Management Cmdlets