Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Latest commit

 

History

History
68 lines (46 loc) · 1.43 KB

Enable-CrmPluginStep.md

File metadata and controls

68 lines (46 loc) · 1.43 KB
external help file Module Name online version schema
AMSoftware.Crm.PowerShell.Commands.dll-Help.xml
AMSoftware.Crm
2.0.0

Enable-CrmPluginStep

SYNOPSIS

Enable a SDK Message Processing Step.

SYNTAX

Enable-CrmPluginStep [-Id] <Guid[]> [<CommonParameters>]

DESCRIPTION

Enable a SDK Message Processing Step.

EXAMPLES

Example 1

PS C:\> Enable-CrmPluginStep -Id 'BD1D1AF1-D43F-4B00-96DC-979DC0709CDE'

PARAMETERS

-Id

The id of the SDK Message Processing Step to enable.

Type: System.Guid[]
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (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.Guid[]

OUTPUTS

System.Object

NOTES

RELATED LINKS

Disable-CrmPluginStep

Get-CrmPluginStep

Register-CrmPluginStep

Set-CrmPluginStep

Unregister-CrmPluginStep