Skip to content

Commit 08fbb38

Browse files
authored
Merge pull request #7496 from MicrosoftDocs/release-cm2204-tp
Release cm2204 tp -> main
2 parents 3a6c6d8 + 0c9bcb8 commit 08fbb38

7 files changed

Lines changed: 103 additions & 8 deletions

File tree

memdocs/configmgr/core/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,14 +285,14 @@ items:
285285
items:
286286
- name: Technical Preview overview
287287
href: get-started/technical-preview.md
288+
- name: 2204 features
289+
href: get-started/2022/technical-preview-2204.md
288290
- name: 2203 features
289291
href: get-started/2022/technical-preview-2203.md
290292
- name: 2202 features
291293
href: get-started/2022/technical-preview-2202.md
292294
- name: 2201 features
293-
href: get-started/2022/technical-preview-2201.md
294-
- name: 2112 features
295-
href: get-started/2021/technical-preview-2112.md
295+
href: get-started/2022/technical-preview-2201.md
296296
- name: Migrate data between hierarchies
297297
items:
298298
- name: Migration overview
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: [Administrative Management option added in Azure Service]
3+
titleSuffix: Configuration Manager
4+
description: Configure Administrative Management to enhance security of the Administrative Service Azure AD endpoints.
5+
ms.date: 04/29/2022
6+
ms.prod: configuration-manager
7+
author: banreet
8+
ms.author: banreetkaur
9+
ms.manager: apoorvseth
10+
ms.topic : include
11+
---
12+
## <a name="bkmk_administration"></a> Administration Service Management option
13+
<!--12952905-->
14+
When configuring Azure Services, a new option called **Administration Service Management** is now added for enhanced security. Selecting this option allows administrators to segment their admin privileges between [cloud management gateway (CMG)](../../../../clients/manage/cmg/overview.md) and [administration service](../../../../../../configmgr/develop/adminservice/overview.md). By enabling this option, access is restricted to only administration service endpoints. Configuration Management clients will authenticate to the site using Azure Active Directory.
15+
16+
> [!NOTE]
17+
> Currently, the administration service management option can’t be used with CMG.
18+
19+
:::image type="content" source="../../media/12952905-administration-service-management-azure-services.png" alt-text="Screenshot of administration service management option in the Azure Service Wizard.":::
20+
21+
### Try it out!
22+
23+
Try to complete the tasks. Then send [Feedback](../../../../understand/product-feedback.md) with your thoughts on the feature.
24+
25+
Generate an Azure Active Directory (Azure AD) token and call the administration service by using a PowerShell script. The sample script and details can be found in the [Microsoft/configmgr-hub GitHub repository](https://aka.ms/cmadminservicetokensample).
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
author: Baladelli
3+
ms.author: Baladell
4+
ms.prod: configuration-manager
5+
ms.technology: configmgr-core
6+
ms.topic: include
7+
ms.date: 04/29/2022
8+
ms.localizationpriority: medium
9+
---
10+
11+
## <a name="bkmk_folder"></a> Folders for automatic deployment rules (ADRs)
12+
<!--13507410-->
13+
14+
Admins can now organize ADRs by using folders. This change allows for better categorization and management of ADRs. Folder management for ADRs is also supported with PowerShell cmdlets.
15+
16+
:::image type="content" source="../../media/13507410-sum-adrdeployment.png" alt-text="Screenshot of right-click menu displaying folder options for the automatic deployment rules node." lightbox="../../media/13507410-sum-adrdeployment.png":::
17+
18+
### Try it out!
19+
20+
Try to complete the tasks. Then send [Feedback](../../../../understand/product-feedback.md) with your thoughts on the feature.
21+
22+
1. Open the Configuration Manager console, go to the **Software Library** workspace, and then go to **Automatic Deployment Rules**.
23+
2. From the ribbon or right-click menu, and in the **Automatic Deployment Rules** select from the following options:
24+
- **Create Folder**
25+
- **Delete Folder**
26+
- **Rename Folder**
27+
- **Move Folders**
28+
- **Set Security Scopes**
54.3 KB
Loading
728 KB
Loading
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Technical preview 2204
3+
titleSuffix: Configuration Manager
4+
description: Learn about new features available in the Configuration Manager technical preview branch version 2204.
5+
ms.date: 04/29/2022
6+
ms.prod: configuration-manager
7+
ms.technology: configmgr-core
8+
ms.topic: conceptual
9+
author: mestew
10+
ms.author: mstewart
11+
manager: dougeby
12+
ms.localizationpriority: medium
13+
---
14+
15+
# Features in Configuration Manager technical preview version 2204
16+
17+
*Applies to: Configuration Manager (technical preview branch)*
18+
19+
This article introduces the features that are available in the technical preview for Configuration Manager, version 2204. Install this version to update and add new features to your technical preview site.<!-- baseline only statement: When you install a new technical preview site, this release is also available as a baseline version. -->
20+
21+
Review the [technical preview](../technical-preview.md) article before installing this update. That article familiarizes you with the general requirements and limitations for using a technical preview, how to update between versions, and how to provide feedback.
22+
23+
The following sections describe the new features to try out in this version:
24+
25+
<!-- [!INCLUDE [Example feature name](includes/2204/1234567.md)] -->
26+
27+
[!INCLUDE [Administration Service Management option](includes/2204/12952905.md)]
28+
[!INCLUDE [Folders for automatic deployment rules (ADRs)](includes/2204/13507410.md)]
29+
30+
<!-- ## General known issues -->
31+
32+
<!-- [!INCLUDE [11018755](includes/2112/known-issue-11018755.md)] -->
33+
## Next steps
34+
35+
For more information about installing or updating the technical preview branch, see [Technical preview](../technical-preview.md).
36+
37+
For more information about the different branches of Configuration Manager, see [Which branch of Configuration Manager should I use?](../../understand/which-branch-should-i-use.md).

memdocs/configmgr/core/get-started/technical-preview.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Technical preview releases
33
titleSuffix: Configuration Manager
44
description: Learn about the technical preview branch to test-drive new functionality and capabilities in Configuration Manager.
5-
ms.date: 04/08/2022
5+
ms.date: 04/29/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-core
88
ms.topic: conceptual
@@ -121,11 +121,10 @@ bullet format:
121121

122122
The following features are available with the most recent Configuration Manager technical preview version:
123123

124-
### Technical preview version 2203
124+
### Technical preview version 2204
125125

126-
- [Dark theme for the console](2022/technical-preview-2203.md#bkmk_dark) <!--9070525-->
127-
- [Escrow BitLocker recovery password to the site during a task sequence](2022/technical-preview-2203.md#bkmk_blmts) <!--10454717-->
128-
- [PowerShell release notes preview](2022/technical-preview-2203.md#bkmk_powershell) <!--13395691-->
126+
- [Administration Service Management option](2022/technical-preview-2204.md#bkmk_administration) <!--12952905-->
127+
- [Folders for automatic deployment rules (ADRs)](2022/technical-preview-2204.md#bkmk_folder) <!--13507410-->
129128

130129
> [!NOTE]
131130
> Features that were available in a previous version of the technical preview remain available in later versions. Similarly, features that are added to the Configuration Manager current branch remain available in the technical preview branch.
@@ -145,6 +144,12 @@ The following features were released with previous versions of the Configuration
145144
146145
<!-- ### Technical preview version 2111 -->
147146

147+
### Technical preview version 2203
148+
149+
- [Dark theme for the console](2022/technical-preview-2203.md#bkmk_dark) <!--9070525-->
150+
- [Escrow BitLocker recovery password to the site during a task sequence](2022/technical-preview-2203.md#bkmk_blmts) <!--10454717-->
151+
- [PowerShell release notes preview](2022/technical-preview-2203.md#bkmk_powershell) <!--13395691-->
152+
148153
### Technical preview version 2202
149154

150155
- [Delete collection references](2022/technical-preview-2202.md#bkmk_delcollref) <!--9708999-->

0 commit comments

Comments
 (0)