Invoke-MSESMPlan
Run an ESM Plan on a given list of items
Syntax
Invoke-MSESMPlan -Module (String) -Ids (Int32[]) -PlanId (Int32) [-ResetPriorToRun] [-WaitForComplete] [-ExplicitSteps (String)]
Invoke-MSESMPlan -Module (String) -Ids (Int32[]) -PlanName (String) [-ResetPriorToRun] [-WaitForComplete] [-ExplicitSteps (String)]
Examples
Invoke-MSESMPlan -Module UserMigrations -PlanName 'Add to Group' -Ids @(39314, 33314, 32314, 38314) -ResetPriorToRun -WaitForComplete