Skip to content

Commit 71dfedb

Browse files
authored
Merge pull request #8347 from MicrosoftDocs/main
Publish main to live on 8/30 @ 10:30 am
2 parents 8467a25 + e936bad commit 71dfedb

23 files changed

Lines changed: 164 additions & 49 deletions

memdocs/configmgr/core/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,16 +285,16 @@ items:
285285
items:
286286
- name: Technical Preview overview
287287
href: get-started/technical-preview.md
288+
- name: 2208 features
289+
href: get-started/2022/technical-preview-2208.md
288290
- name: 2207 features
289291
href: get-started/2022/technical-preview-2207.md
290292
- name: 2206 features
291293
href: get-started/2022/technical-preview-2206.md
292294
- name: 2205 features
293295
href: get-started/2022/technical-preview-2205.md
294296
- name: 2204 features
295-
href: get-started/2022/technical-preview-2204.md
296-
- name: 2203 features
297-
href: get-started/2022/technical-preview-2203.md
297+
href: get-started/2022/technical-preview-2204.md
298298
- name: Migrate data between hierarchies
299299
items:
300300
- name: Migration overview
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
author: Banreet
3+
ms.author: banreetkaur
4+
ms.prod: configuration-manager
5+
ms.technology: configmgr-core
6+
ms.topic: include
7+
ms.date: 08/29/2022
8+
ms.localizationpriority: medium
9+
---
10+
11+
## <a name="bkmk_fixedIssues "></a> Issues that are fixed
12+
13+
<!--13879970 -->
14+
15+
If the osdinjection.xml file is directly modified, it isn't correctly preserved updating to a new Configuration Manager version.
16+
Example modifications include adding support for more binaries or for an alternate content provider (ACP). When this issue occurs, operating system deployment task sequences fail to resolve required dependencies. The smsts.log file contains the following error.
17+
18+
```Failed to load TSCore.dll Code (0x8007007E).```
19+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
author: Banreet
3+
ms.author: banreetkaur
4+
ms.prod: configuration-manager
5+
ms.technology: configmgr-core
6+
ms.topic: include
7+
ms.date: 08/29/2022
8+
ms.localizationpriority: medium
9+
---
10+
11+
## <a name="bkmk_improvements-to-the-dark-theme"></a> Dark theme is now extended to more dashboards
12+
13+
<!--14917369, 14959592, 14969236-->
14+
15+
In this release we've extended the dark theme to more dashboards, which previously didn't display the dark theme correctly. For example, the O365 Updates Dashboard, PCM Dashboard, and Health Attestation dashboard will now display according to the dark theme, when it's enabled.
16+
17+
Enable this pre-release feature to experience the dark theme. For more information, see [Dark theme for the console.](../../../../../core/servers/manage/admin-console.md)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
author: Banreet
3+
ms.author: banreetkaur
4+
ms.prod: configuration-manager
5+
ms.technology: configmgr-core
6+
ms.topic: include
7+
ms.date: 08/29/2022
8+
ms.localizationpriority: medium
9+
---
10+
11+
## <a name="bkmk_enable-intune"></a> Intune role-based access control (RBAC) for tenant attached devices
12+
13+
<!--8126836-->
14+
15+
You can now use Intune role-based access control (RBAC) when interacting with tenant attached devices from the Microsoft Endpoint Manager admin center.
16+
For example, when using Intune as the role-based access control authority, a user with Intune's [Help Desk Operator role](../../../../../../intune/fundamentals/role-based-access-control.md#built-in-roles) doesn't need an assigned security role or additional permissions from Configuration Manager.
17+
For more information, see [Intune role-based access control for tenant attached clients.](../../../../../cloud-attach/use-intune-rbac.md)
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Technical preview 2208
3+
titleSuffix: Configuration Manager
4+
description: Learn about new features available in the Configuration Manager technical preview branch version 2208.
5+
ms.date: 08/29/2022
6+
ms.prod: configuration-manager
7+
ms.technology: configmgr-core
8+
ms.topic: conceptual
9+
author: paasin
10+
ms.author: paasin
11+
manager: apoorvseth
12+
ms.reviewer: mstewart,aczechowski
13+
ms.localizationpriority: medium
14+
---
15+
16+
# Features in Configuration Manager technical preview version 2208
17+
18+
*Applies to: Configuration Manager (technical preview branch)*
19+
20+
This article introduces the features that are available in the technical preview for Configuration Manager, version 2208. 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.-->
21+
22+
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.
23+
24+
The following sections describe the new features to try out in this version:
25+
26+
<!-- [!INCLUDE [Example feature name](includes/2208/1234567.md)] -->
27+
28+
[!INCLUDE [Intune RBAC for tenant attached devices](includes/2208/8126836.md)]
29+
[!INCLUDE [Dark theme is now extended to additional dashboards](includes/2208/14917369.md)]
30+
[!INCLUDE [OSD TS might fail to resolve dependencies and reboot due to error](includes/2208/13879970.md)]
31+
32+
<!-- ## General known issues -->
33+
34+
<!-- [!INCLUDE [11018755](includes/2112/known-issue-11018755.md)] -->
35+
36+
## Next steps
37+
38+
For more information about installing or updating the technical preview branch, see [Technical preview](../technical-preview.md).
39+
40+
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: 11 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: 08/12/2022
5+
ms.date: 08/29/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-core
88
ms.topic: conceptual
@@ -128,11 +128,11 @@ bullet format:
128128

129129
The following features are available with the most recent Configuration Manager technical preview version:
130130

131-
### Technical preview version 2207
131+
### Technical preview version 2208
132+
133+
- [Intune RBAC for tenant attached devices](2022/technical-preview-2208.md#bkmk_enable-intune) <!--8126836-->
134+
- [Dark theme is now extended to additional dashboards](2022/technical-preview-2208.md#bkmk_improvements-to-the-dark-theme) <!--14917369-->
132135

133-
- [Distribution point content migration](2022/technical-preview-2207.md#bkmk_dpconmig) <!--10928371-->
134-
- [Improvements to Configuration Manager policies for Microsoft Defender Application Guard](2022/technical-preview-2207.md#bkmk_app-guard) <!--14059872-->
135-
- [PowerShell release notes preview](2022/technical-preview-2207.md#bkmk_powershell) <!--14637353-->
136136

137137
> [!NOTE]
138138
> 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.
@@ -152,6 +152,12 @@ The following features were released with previous versions of the Configuration
152152
153153
<!-- ### Technical preview version 2111 -->
154154

155+
### Technical preview version 2207
156+
157+
- [Distribution point content migration](2022/technical-preview-2207.md#bkmk_dpconmig) <!--10928371-->
158+
- [Improvements to Configuration Manager policies for Microsoft Defender Application Guard](2022/technical-preview-2207.md#bkmk_app-guard) <!--14059872-->
159+
- [PowerShell release notes preview](2022/technical-preview-2207.md#bkmk_powershell) <!--14637353-->
160+
155161
### Technical preview version 2206
156162

157163
- [Default site boundary group behavior to support cloud source selection](2022/technical-preview-2206.md#bkmk_dbgmp) <!--10674394-->

memdocs/configmgr/core/servers/manage/checklist-for-installing-update-2203.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ For more information, see [Update distribution points with the boot image](../..
350350

351351
### Update PowerShell help content
352352

353-
To get the latest information for the Configuration Manager PowerShell module, use the [Update-Help](/powershell/module/microsoft.powershell.core/update-help) cmdlet. Run this cmdlet on all computers with the Configuration Manager console. This help content is the same as what's published on docs.microsoft.com for the [ConfigurationManager module](/powershell/module/configurationmanager/).
353+
To get the latest information for the Configuration Manager PowerShell module, use the [Update-Help](/powershell/module/microsoft.powershell.core/update-help) cmdlet. Run this cmdlet on all computers with the Configuration Manager console. This help content is the same as what's published for the [ConfigurationManager module](/powershell/module/configurationmanager/).
354354

355355
For more information, see [Configuration Manager PowerShell cmdlets: Update help](/powershell/sccm/overview#update-help).
356356

memdocs/configmgr/core/servers/manage/checklist-for-installing-update-2207.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ For more information, see [Update distribution points with the boot image](../..
350350

351351
### Update PowerShell help content
352352

353-
To get the latest information for the Configuration Manager PowerShell module, use the [Update-Help](/powershell/module/microsoft.powershell.core/update-help) cmdlet. Run this cmdlet on all computers with the Configuration Manager console. This help content is the same as what's published on docs.microsoft.com for the [ConfigurationManager module](/powershell/module/configurationmanager/).
353+
To get the latest information for the Configuration Manager PowerShell module, use the [Update-Help](/powershell/module/microsoft.powershell.core/update-help) cmdlet. Run this cmdlet on all computers with the Configuration Manager console. This help content is the same as what's published for the [ConfigurationManager module](/powershell/module/configurationmanager/).
354354

355355
For more information, see [Configuration Manager PowerShell cmdlets: Update help](/powershell/sccm/overview#update-help).
356356

memdocs/intune/apps/apps-add-office365.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# required metadata
33

4-
title: Add Microsoft 365 apps to Windows 10/11 devices using Microsoft Intune
4+
title: Add Microsoft 365 Apps to Windows 10/11 devices using Microsoft Intune
55
titleSuffix:
66
description: Learn how you can use Microsoft Intune to install Microsoft 365 apps on Windows 10/11 devices.
77
keywords:
@@ -32,7 +32,7 @@ ms.collection:
3232
- highpri
3333
---
3434

35-
# Add Microsoft 365 apps to Windows 10/11 devices with Microsoft Intune
35+
# Add Microsoft 365 Apps to Windows 10/11 devices with Microsoft Intune
3636

3737
Before you can assign, monitor, configure, or protect apps, you must add them to Intune. One of the available [app types](apps-add.md#app-types-in-microsoft-intune) is Microsoft 365 apps for Windows 10 devices. By selecting this app type in Intune, you can assign and install Microsoft 365 apps to devices you manage that run Windows 10. You can also assign and install apps for the Microsoft Project Online desktop client and Microsoft Visio Online Plan 2, if you own licenses for them. The available Microsoft 365 apps are displayed as a single entry in the list of apps in the Intune console within Azure.
3838

memdocs/intune/apps/apps-win32-app-management.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ Set the app availability based on a date and time for a required app by using th
124124
- **Allow user to snooze the restart notification**: You can choose **Yes** or **No**.
125125
- **Select the snooze duration (minutes)**: The default value is 240 minutes (4 hours). The snooze value can't be more than the reboot grace period.
126126

127-
> [!IMPORTANT]
128-
> Restart time is not registered when the user doesn't have admin privileges to the device.
129-
130127
11. Select **Review + save**.
131128

132129
## Notifications for Win32 apps

0 commit comments

Comments
 (0)