Citrix Daas SDK

Get-UserProfileManagerServiceAddedCapability

Lists the properties that can be configured through user profile configuration.

Syntax

Get-UserProfileManagerServiceAddedCapability
   [<CommonParameters>]
<!--NeedCopy-->

Description

This command produces an array containing the names of the properties that can be configured as part of a user profile configuration. Any name that occurs in the array can be used as a parameter for the Set-UserProfileDefinition cmdlet.

Examples

EXAMPLE 1

This command creates a list of all the properties that can be set through Set-UserProfileDefinition and stores them in $properties.

$properties = Get-UserProfileManagerServiceAddedCapability
<!--NeedCopy-->

Parameters

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

None

You cannot pipe input to this command

Outputs

Object[]

The names of the properties that can be configured through user profile configurations

Get-UserProfileManagerServiceAddedCapability