Skip to main content

Get-MceUserAttributesSynchronizationState

SYNOPSIS

Gets the synchronization states of a specified MCE user's attribute providers.

SYNTAX

Get-MceUserAttributesSynchronizationState [-UserId] <String> [<CommonParameters>]

DESCRIPTION

This cmdlet gets the MCE user attributes synchronization state by user ID.

The cmdlet is designed to support pipelining from Get-MceUser.

EXAMPLES

EXAMPLE 1

Get-MceUserAttributesSynchronizationState -UserId "4f55b2be-1c07-4fcb-8c66-db563fd46206"

Gets the attribute provider synchronization states of the MCE user whose user ID matches "4f55b2be-1c07-4fcb-8c66-db563fd46206".

EXAMPLE 2

Get-MceUser -SearchTerm "john" | Get-MceUserAttributesSynchronizationState

Gets the attribute provider synchronization states of the MCE user whose display name matches "john".

PARAMETERS

-UserId

The user ID.

Type: String
Parameter Sets: (All)
Aliases: Identity

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

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

System.String

The user ID.

OUTPUTS

System.Collections.Generic.IEnumerable`1[[MindLink.Core.Mce.PowerShell.Model.MceUserAttributesSynchronizationState, MindLink.Core.Mce.PowerShell, Version=24.4.0.5, Culture=neutral, PublicKeyToken=null]]

NOTES

MindLink Docs