Skip to main content

Sync-MceUserAttributes

SYNOPSIS

Synchronizes a MCE user's attributes.

SYNTAX

Sync-MceUserAttributes [-Id] <String> [<CommonParameters>]

DESCRIPTION

This cmdlet synchronizes a user's attributes on the system.

The cmdlet is designed to support pipelining from Get-MceUser

EXAMPLES

EXAMPLE 1

Sync-MceUserAttributes -Id "4f55b2be-1c07-4fcb-8c66-db563fd46206"

Synchronizes user attributes for the user with the ID 4f55b2be-1c07-4fcb-8c66-db563fd46206.

EXAMPLE 2

Sync-MceUserAttributes -Id "4f55b2be-1c07-4fcb-8c66-db563fd46206" | Get-MceUserAttributesSynchronizationState

Synchronizes user attributes for the user with the ID 4f55b2be-1c07-4fcb-8c66-db563fd46206 and retrieves the updated user attributes synchronization state.

EXAMPLE 3

Get-MceUser | Sync-MceUserAttributes

Gets all MCE users and synchronizes their user attributes.

PARAMETERS

-Id

The user ID.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
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

NOTES

MindLink Docs