Skip to main content

Stop-MceGrain

SYNOPSIS

Deactivates an MCE grain.

SYNTAX

Stop-MceGrain [-Id] <String> [-GrainType] <String> [<CommonParameters>]

DESCRIPTION

This cmdlet updates triggers the deactivation a specific MCE grain instance, given its ID and grain type.

EXAMPLES

EXAMPLE 1

Stop-MceGrain -Id "4f55b2be-1c07-4fcb-8c66-db563fd46300" -GrainType "MindLink.Core.Mce.Contracts.Grains.IWriteGroupModelGrain"

Deactivates a group write model grain with the specified ID.

PARAMETERS

-Id

The grain ID.

Type: String
Parameter Sets: (All)
Aliases:

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

-GrainType

The grain type.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
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 grain ID.

System.String

The grain type.

OUTPUTS

None

NOTES

MindLink Docs