Skip to content

Commit 8389176

Browse files
committed
Add powershell cmdlets
1 parent 44bcb01 commit 8389176

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

memdocs/configmgr/sum/deploy-use/create-orchestration-groups.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create orchestration groups
33
titleSuffix: Configuration Manager
44
description: Create, edit, and use orchestration groups.
5-
ms.date: 12/01/2021
5+
ms.date: 12/28/2021
66
ms.prod: configuration-manager
77
ms.technology: configmgr-sum
88
ms.topic: conceptual
@@ -169,6 +169,20 @@ From the **Assets and Compliance** workspace, select the **Orchestration Group**
169169

170170
If you want to rerun orchestration on a group member, you can clear its state such as *Complete* or *Failed*. To clear the state, right-click on the Orchestration Group member and select **Reset Orchestration Group Member**. You can also select **Reset Orchestration Group Member** from the ribbon. Before resetting the state, you should check the client to see why it failed and correct any issues found.
171171

172+
## Automate with Windows PowerShell
173+
174+
You can use the following PowerShell cmdlets to automate some of these tasks:
175+
176+
- [Get-CMOrchestrationGroup](/powershell/module/configurationmanager/Get-CMOrchestrationGroup): Use this cmdlet to get an orchestration group object by name or ID. You can use this object to start, remove, or configure the orchestration group.
177+
178+
- [Invoke-CMOrchestrationGroup](/powershell/module/configurationmanager/Invoke-CMOrchestrationGroup): Use this cmdlet to start orchestration.
179+
180+
- [New-CMOrchestrationGroup](/powershell/module/configurationmanager/New-CMOrchestrationGroup): Use this cmdlet to create a new orchestration group.
181+
182+
- [Remove-CMOrchestrationGroup](/powershell/module/configurationmanager/Remove-CMOrchestrationGroup): Use this cmdlet to remove an orchestration group.
183+
184+
- [Set-CMOrchestrationGroup](/powershell/module/configurationmanager/Set-CMOrchestrationGroup): Use this cmdlet to configure an orchestration group.
185+
172186
## Next steps
173187

174188
- [Orchestration groups prerequisites](orchestration-groups.md)

0 commit comments

Comments
 (0)