You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: memdocs/configmgr/sum/deploy-use/automatically-deploy-software-updates.md
+26-6Lines changed: 26 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
title: Automatically deploy software updates
3
3
titleSuffix: Configuration Manager
4
4
description: Automatically deploy software updates by using automatic deployment rules (ADR).
5
-
author: mestew
6
-
ms.author: mstewart
7
-
manager: dougeby
8
-
ms.date: 04/08/2022
5
+
author: baladelli
6
+
ms.author: baladell
7
+
manager: apoorvseth
8
+
ms.date: 08/01/2022
9
9
ms.topic: conceptual
10
10
ms.prod: configuration-manager
11
11
ms.technology: configmgr-sum
@@ -16,7 +16,7 @@ ms.localizationpriority: medium
16
16
17
17
*Applies to: Configuration Manager (current branch)*
18
18
19
-
Use an automatic deployment rule (ADR) rather than adding new updates to an existing software update group. Typically, you use ADRs to deploy monthly software updates (also known as "Patch Tuesday" updates) and for managing Endpoint Protection definition updates. If you need help to determine which deployment method is right for you, see [Deploy software updates](deploy-software-updates.md).
19
+
Use an automatic deployment rule (ADR) rather than adding new updates to an existing software update group. Typically, you use ADRs to deploy monthly software updates (also known as "Patch Tuesday" updates) and for managing Endpoint Protection definition updates. If you need help determining which deployment method is right for you, see [Deploy software updates](deploy-software-updates.md).
20
20
21
21
22
22
## <aname="BKMK_CreateAutomaticDeploymentRule"></a> Create an automatic deployment rule (ADR)
@@ -259,6 +259,26 @@ Deployments can also be added programmatically using Windows PowerShell cmdlets.
259
259
260
260
For more information about the deployment process, see [Software update deployment process](../understand/software-updates-introduction.md#BKMK_DeploymentProcess).
261
261
262
+
## Process to create a folder for automatic deployment rules
263
+
(*Starting in version 2207*) <!--13507410-->
264
+
265
+
1. In the Configuration Manager console, go to the **Software Library** workspace, and then go to **Automatic Deployment Rules**.
266
+
267
+
2. From the ribbon or right-click menu, and in the Automatic Deployment Rules select from the following options:
268
+
269
+
- Create Folder
270
+
- Delete Folder
271
+
- Rename Folder
272
+
- Move Folders
273
+
- Set Security Scopes
274
+
275
+
Folder creations can also be added programmatically using Windows PowerShell cmdlets. For a complete description of using this method, see
0 commit comments