Get-CMUserDataAndProfileConfigurationItem

Get-CMUserDataAndProfileConfigurationItem

Gets user data and profiles configuration items.

Syntax

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

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

Detailed Description

The Get-CMUserDataAndProfileConfigurationItem cmdlet gets one or more user data and profiles configuration items in Microsoft System Center 2012 Configuration Manager.

Parameters

-Id<String[]>

Specifies an array of IDs of user data and profiles configuration items.

Aliases

CIId

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Name<String[]>

Specifies an array of names of user data and profiles configuration items.

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 user data and profiles configuration item

The command gets the user data and profiles configuration item that is named UDPConfig02.

PS C:\> Get-CMUserDataAndProfileConfigurationItem -Name "UDPConfig02"

Copy-CMUserDataAndProfileConfigurationItem

New-CMUserDataAndProfileConfigurationItem

Remove-CMUserDataAndProfileConfigurationItem

Set-CMUserDataAndProfileConfigurationItem