Skip to content

Commit 3800683

Browse files
authored
Merge pull request #6934 from MicrosoftDocs/release-cm2203-tp
Release-cm2203-tp to Main
2 parents 116ef31 + b7be3f6 commit 3800683

7 files changed

Lines changed: 171 additions & 15 deletions

File tree

memdocs/configmgr/core/TOC.yml

Lines changed: 2 additions & 2 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: 2203 features
289+
href: get-started/2022/technical-preview-2203.md
288290
- name: 2202 features
289291
href: get-started/2022/technical-preview-2202.md
290292
- name: 2201 features
291293
href: get-started/2022/technical-preview-2201.md
292294
- name: 2112 features
293295
href: get-started/2021/technical-preview-2112.md
294-
- name: 2111 features
295-
href: get-started/2021/technical-preview-2111.md
296296
- name: Migrate data between hierarchies
297297
items:
298298
- name: Migration overview
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
author: aczechowski
3+
ms.author: aaroncz
4+
ms.prod: configuration-manager
5+
ms.technology: configmgr-core
6+
ms.topic: include
7+
ms.date: 03/02/2022
8+
ms.localizationpriority: medium
9+
---
10+
11+
## <a name="bkmk_blmts"></a> Escrow BitLocker recovery password to the site during a task sequence
12+
13+
<!--10454717-->
14+
15+
You can now configure the **Enable BitLocker** step of a task sequence to escrow the BitLocker recovery information for the OS volume to Configuration Manager. Previously, you had to escrow to Active Directory, or wait for the Configuration Manager client to receive BitLocker management policy after the task sequence. This new option makes sure that the device is fully protected by BitLocker when the task sequence completes, and that you can recover the OS volume immediately.
16+
17+
For more general information, see [Plan for BitLocker management](../../../../../protect/plan-design/bitlocker-management.md).
18+
19+
### Prerequisites for escrowing BitLocker recovery password during a task sequence
20+
21+
The client will only escrow its key to the Configuration Manager site if you configure one of the following options:
22+
23+
- Create and use a certificate to encrypt the site database for BitLocker management.
24+
25+
- Enable the BitLocker client management policy option to **Allow recovery information to be stored in plain text**.
26+
27+
For more information, see [Encrypt recovery data in the database](../../../../../protect/deploy-use/bitlocker/encrypt-recovery-data.md).
28+
29+
### Try it out!
30+
31+
Try to complete the tasks. Then send [Feedback](../../../../understand/product-feedback.md) with your thoughts on the feature.
32+
33+
1. If needed, first [create a task sequence to deploy an OS](../../../../../osd/deploy-use/manage-task-sequences-to-automate-tasks.md).
34+
35+
1. [Use the task sequence editor](../../../../../osd/understand/task-sequence-editor.md) to edit the task sequence.
36+
37+
1. If the task sequence doesn't already include the **Enable BitLocker** step, add it. For more information, see [About task sequence steps: Enable BitLocker](../../../../../osd/understand/task-sequence-steps.md#BKMK_EnableBitLocker).
38+
39+
1. On the properties of the **Enable BitLocker** step, select the option to **Automatically store the recovery key**, and then select **The Configuration Manager database**.
40+
41+
> [!NOTE]
42+
> If Configuration Manager can't escrow the key, by default this task sequence step fails.
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
author: aczechowski
3+
ms.author: aaroncz
4+
ms.prod: configuration-manager
5+
ms.technology: configmgr-core
6+
ms.topic: include
7+
ms.date: 03/02/2022
8+
ms.localizationpriority: medium
9+
---
10+
11+
## <a name="bkmk_powershell"></a> PowerShell release notes preview
12+
13+
<!--13395691-->
14+
15+
These release notes summarize changes to the Configuration Manager PowerShell cmdlets in this technical preview release.
16+
17+
For more information about PowerShell for Configuration Manager, see [Get started with Configuration Manager cmdlets](/powershell/sccm/overview).
18+
19+
### Module changes
20+
21+
The following folder-related cmdlets now support software update groups and deployment packages:
22+
23+
- [Get-CMFolder](/powershell/module/configurationmanager/get-cmfolder)
24+
- [New-CMFolder](/powershell/module/configurationmanager/new-cmfolder)
25+
- [Remove-CMFolder](/powershell/module/configurationmanager/remove-cmfolder)
26+
- [Set-CMFolder](/powershell/module/configurationmanager/set-cmfolder)
27+
- [Move-CMObject](/powershell/module/configurationmanager/move-cmobject)
28+
- [Add-CMObjectSecurityScope](/powershell/module/configurationmanager/Add-CMObjectSecurityScope)
29+
- [Remove-CMObjectSecurityScope](/powershell/module/configurationmanager/Remove-CMObjectSecurityScope)
30+
31+
For more general information, see [Added folder support for nodes in the Software Library](../../technical-preview-2202.md#bkmk_folder).
32+
33+
### Modified cmdlets
34+
35+
#### New-CMSoftwareUpdateDeployment
36+
37+
For more information, see [New-CMSoftwareUpdateDeployment](/powershell/module/configurationmanager/New-CMSoftwareUpdateDeployment).
38+
39+
**Non-breaking changes**
40+
41+
Added parameter **PreDownloadUpdateContent** to support [pre-download for available software updates](../../technical-preview-2202.md#bkmk_pre-download).
42+
43+
#### Set-CMSoftwareUpdateDeployment
44+
45+
For more information, see [Set-CMSoftwareUpdateDeployment](/powershell/module/configurationmanager/Set-CMSoftwareUpdateDeployment).
46+
47+
**Non-breaking changes**
48+
49+
Added parameter **PreDownloadUpdateContent** to support [pre-download for available software updates](../../technical-preview-2202.md#bkmk_pre-download).
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
author: mestew
3+
ms.author: mstewart
4+
ms.prod: configuration-manager
5+
ms.technology: configmgr-core
6+
ms.topic: include
7+
ms.date: 03/02/2022
8+
ms.localizationpriority: medium
9+
---
10+
11+
## <a name="bkmk_dark"></a> Dark theme for the console
12+
<!--9070525-->
13+
The Configuration Manager console now offers a dark theme. To use the theme, select the arrow from the top left of the ribbon, then choose **Switch console theme**. Select **Switch console theme** again to return to the light theme. Using a console theme can help you easily distinguish a test environment from a production environment or one hierarchy from another.
14+
15+
The console dark theme is a [pre-release](../../../../servers/manage/pre-release-features.md) feature. Currently, there are certain locations in the console that may not display the dark theme correctly.
16+
17+
:::image type="content" source="../../media/9070525-dark-theme.png" alt-text="Screenshot of the Configuration Manager using the dark theme for the console. The 'Switch console theme' option is displayed in the upper right corner of the image.":::
18+
19+
### Known issue
20+
21+
When you first switch to a different theme, you may notice the node navigation pane doesn't properly render when you move to a new workspace. To work around this issue, restart the console.
768 KB
Loading
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Technical preview 2203
3+
titleSuffix: Configuration Manager
4+
description: Learn about new features available in the Configuration Manager technical preview branch version 2203.
5+
ms.date: 03/02/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 2203
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 2203. 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/2203/1234567.md)] -->
26+
27+
[!INCLUDE [Dark theme for the console](includes/2203/9070525.md)]
28+
[!INCLUDE [Escrow BitLocker recovery password to the site during a task sequence](includes/2203/10454717.md)]
29+
[!INCLUDE [PowerShell release notes preview](includes/2203/13395691.md)]
30+
31+
<!-- ## General known issues -->
32+
33+
<!-- [!INCLUDE [11018755](includes/2112/known-issue-11018755.md)] -->
34+
## Next steps
35+
36+
For more information about installing or updating the technical preview branch, see [Technical preview](../technical-preview.md).
37+
38+
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: 19 additions & 13 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: 02/18/2022
5+
ms.date: 03/02/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-core
88
ms.topic: conceptual
@@ -121,19 +121,11 @@ bullet format:
121121

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

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

126-
- [Delete collection references](2022/technical-preview-2202.md#bkmk_delcollref) <!--9708999-->
127-
- [Pre-download content for available software updates](2022/technical-preview-2202.md#bkmk_pre-download) <!--4497776-->
128-
- [Added folder support for nodes in the Software Library](2022/technical-preview-2202.md#bkmk_folder) <!--3601129-->
129-
- [New client health checks](2022/technical-preview-2202.md#bkmk_health) <!--10954111-->
130-
- [Improvements to implicit uninstall](2022/technical-preview-2202.md#bkmk_implicit) <!--12488148-->
131-
- [Improvements for sending feedback](2022/technical-preview-2202.md#bkmk_feedback) <!--11754191-->
132-
- [Improvements to Management Insights](2022/technical-preview-2202.md#bkmk_insights) <!--10875436-->
133-
- [Improvements to dashboards](2022/technical-preview-2202.md#bkmk_webview2) <!--10024154-->
134-
- [ADR scheduling improvements for deployments](2022/technical-preview-2202.md#bkmk_adr) <!--12707738-->
135-
- [Console improvements](2022/technical-preview-2202.md#bkmk_console) <!--9575773-->
136-
- [PowerShell release notes preview](2022/technical-preview-2202.md#bkmk_powershell) <!--13040432-->
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-->
137129

138130
> [!NOTE]
139131
> 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.
@@ -153,6 +145,20 @@ The following features were released with previous versions of the Configuration
153145
154146
<!-- ### Technical preview version 2111 -->
155147

148+
### Technical preview version 2202
149+
150+
- [Delete collection references](2022/technical-preview-2202.md#bkmk_delcollref) <!--9708999-->
151+
- [Pre-download content for available software updates](2022/technical-preview-2202.md#bkmk_pre-download) <!--4497776-->
152+
- [Added folder support for nodes in the Software Library](2022/technical-preview-2202.md#bkmk_folder) <!--3601129-->
153+
- [New client health checks](2022/technical-preview-2202.md#bkmk_health) <!--10954111-->
154+
- [Improvements to implicit uninstall](2022/technical-preview-2202.md#bkmk_implicit) <!--12488148-->
155+
- [Improvements for sending feedback](2022/technical-preview-2202.md#bkmk_feedback) <!--11754191-->
156+
- [Improvements to Management Insights](2022/technical-preview-2202.md#bkmk_insights) <!--10875436-->
157+
- [Improvements to dashboards](2022/technical-preview-2202.md#bkmk_webview2) <!--10024154-->
158+
- [ADR scheduling improvements for deployments](2022/technical-preview-2202.md#bkmk_adr) <!--12707738-->
159+
- [Console improvements](2022/technical-preview-2202.md#bkmk_console) <!--9575773-->
160+
- [PowerShell release notes preview](2022/technical-preview-2202.md#bkmk_powershell) <!--13040432-->
161+
156162
### Technical preview version 2201
157163

158164
- [Visualize content distribution status](2022/technical-preview-2201.md#bkmk_contentviz) <!--9495651-->

0 commit comments

Comments
 (0)