Skip to main content

Sync-MceGroupClassification

SYNOPSIS

Synchronizes MCE group classifications.

SYNTAX

Sync-MceGroupClassification [[-Id] <String>] [-WhatIf] [<CommonParameters>]

DESCRIPTION

This cmdlet synchronizes MCE group classifications on the system.

EXAMPLES

EXAMPLE 1

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

Synchronizes the classification for group with the ID 4f55b2be-1c07-4fcb-8c66-db563fd46206.

EXAMPLE 2

Sync-MceGroupClassification

Synchronizes classifications for all groups.

EXAMPLE 3

Sync-MceGroupClassification -WhatIf

Lists the group classifications that would be synchronized without actually committing them.

PARAMETERS

-Id

The group ID.

Type: String
Parameter Sets: (All)
Aliases:

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

-WhatIf

The WhatIf flag.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: False
Accept pipeline input: False
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 group ID.

OUTPUTS

MindLink.Core.Mce.PowerShell.Services.SynchronizeGroupClassificationsResult

Group classification synchronization result.

NOTES

MindLink Docs