Skip to content

Commit 36a7565

Browse files
authored
Merge branch 'main' into patch-7
2 parents 05a642c + b3f8ebf commit 36a7565

45 files changed

Lines changed: 272 additions & 94 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

memdocs/configmgr/apps/deploy-use/uninstall-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Many customers have lots of collections because for every application they need
8080

8181
Starting in version 2107, you can enable an application deployment to support implicit uninstall. If a resource is in a collection, the application installs. Then when you remove the resource from the collection, the application uninstalls.
8282

83-
Starting in version 2111, this behavior also supports [application groups](create-app-groups.md#app-approval).<!-- 10479618 --> When this article refers to an _application_, it also applies to app groups.
83+
Starting in version 2111, this behavior also supports [application groups](create-app-groups.md).<!-- 10479618 --> When this article refers to an _application_, it also applies to app groups.
8484

8585
> [!NOTE]
8686
> In version 2111 and later, this behavior applies to deployments to device or user collections.<!--10393847--> In version 2107, this behavior only applies to deployments to device collections.

memdocs/configmgr/core/clients/deploy/about-client-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ _Applies to version 2103 and later_
676676

677677
Enable this option for Software Center to use the Microsoft Edge WebView2 browser control. The WebView2 browser control provides improved security and user experience. For example, more websites should work with these custom tabs without displaying script errors or security warnings.
678678

679-
If it's not already installed, the Configuration Manager client installs the **Microsoft Edge WebView2 runtime (fixed version)** on the device. Clients download the WebView2 redistributable installation file from the management point. The installer is over 100 MB in size. If you need to enable this setting on a large number of clients, and are concerned about the effect of network usage, predeploy the WebView2 runtime as an application. Use the software distribution features of Configuration Manager to better control the content distribution and timing of software installation.<!-- 12769440 -->
679+
If it's not already installed, the Configuration Manager client installs the **Microsoft Edge WebView2 runtime (fixed version)** on the device. The installer is over 100 MB in size. If you need to enable this setting on a large number of clients, and are concerned about the effect of network usage, predeploy the WebView2 runtime as an application. Use the software distribution features of Configuration Manager to better control the content distribution and timing of software installation.<!-- 12769440 -->
680680

681681
> [!NOTE]
682682
> - If the client device isn't running .NET Framework version 4.6.2 or later, it falls back to use the Internet Explorer browser control. Starting in version 2107, the client requires .NET version 4.6.2, and version 4.8 is recommended.<!--10402814--> For more information, see [Prerequisites for deploying clients to Windows computers](prerequisites-for-deploying-clients-to-windows-computers.md#more-details-about-microsoft-net).

memdocs/configmgr/core/get-started/set-up-your-lab.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ Following the guidance in this topic will enable you to set up a lab for evaluat
2626

2727
- **The lab environment uses Windows Server 2012 R2**, into which we will install Configuration Manager.
2828

29-
You can download an evaluation version of Windows Server 2012 R2 from the [Evaluation Center](https://www.microsoft.com/evalcenter/evaluate-windows-server-2012).
29+
You can download an evaluation version of Windows Server.
3030

31-
Consider modifying or disabling Internet Explorer Enhanced Security Configuration in order to more easily access some of the downloads referenced throughout the course of these exercises. For more information, see [Internet Explorer: Enhanced Security Configuration](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/dd883248(v=ws.10)).
31+
> [!NOTE]
32+
> The Microsoft Evaluation Center is temporarily unavailable. To access this download, see [Accessing trials and kits for Windows (Eval Center workaround)](https://techcommunity.microsoft.com/t5/windows-11/accessing-trials-and-kits-for-windows-eval-center-workaround/m-p/3361125).<!-- MAXADO-6049663, CMADO-14437681 -->
33+
34+
Consider modifying or disabling Internet Explorer Enhanced Security Configuration in order to more easily access some of the downloads referenced throughout the course of these exercises. For more information, see [Internet Explorer: Enhanced Security Configuration](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/dd883248(v=ws.10)).
3235

3336
- **The lab environment uses SQL Server 2012 SP2** for the site database.
3437

@@ -333,7 +336,10 @@ Before you begin the installation, launch the [Prerequisite Checker](../servers
333336

334337
#### To download and install Configuration Manager:
335338

336-
1. Navigate to the [System Center Evaluations](https://www.microsoft.com/evalcenter/evaluate-system-center-2012-configuration-manager-and-endpoint-protection) page to download the newest evaluation version of Configuration Manager.
339+
1. Download the latest evaluation version of Configuration Manager.
340+
341+
> [!NOTE]
342+
> The Evaluation Center is currently unavailable. As a workaround you can download the current branch evaluation from [aka.ms/MECM2203CB-Eval](https://aka.ms/MECM2203CB-Eval).<!-- 14437681 -->
337343
338344
2. Decompress the download media into your predefined location.
339345

@@ -378,4 +384,4 @@ Each Configuration Manager site publishes its own site-specific information to t
378384

379385
3. In the **Administration** workspace, click **Active Directory Forests**.
380386

381-
4. On the **Publishing** tab of the site properties, select your connected forest, then click **Ok** to save the configuration.
387+
4. On the **Publishing** tab of the site properties, select your connected forest, then click **Ok** to save the configuration.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ Install a baseline version for up to one year after its release. When you instal
9696

9797
- **Technical preview version 2202**
9898

99-
Download a baseline version from the [Evaluation Center](https://www.microsoft.com/evalcenter/evaluate-system-center-configuration-manager-and-endpoint-protection-technical-preview).
99+
> [!NOTE]
100+
> The Evaluation Center is currently unavailable. As a workaround you can download the latest technical preview branch baseline build from [aka.ms/MECM2202TP-Baseline](https://aka.ms/MECM2202TP-Baseline).<!-- 14437681 -->
100101
101102
## <a name="BKMK_TPFeedback"></a> Providing feedback
102103

memdocs/configmgr/core/plan-design/hierarchy/fundamental-concepts-for-content-management.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,13 @@ For more information, see [Boundary groups](../../servers/deploy/configure/bound
323323

324324
## On-demand content distribution
325325

326-
On-demand content distribution is an option for individual application and package deployments. This option enables on-demand content distribution to preferred servers.
326+
On-demand content distribution is an option for individual applications and packages. This option enables on-demand content distribution to preferred servers.
327327

328-
- To enable this setting for a deployment, enable: **Distribute the content for this package to preferred distribution points**.
328+
- To enable On-Demand content distribution for a package/application, do the following :
329+
330+
- In the Distribution Point properties, inside the Boundary Groups tab, select : **Enable for on-demand distribution**.
331+
332+
- Inside the distribution settings tab for package/application properties, select : **Enable for on-demand distribution**.
329333

330334
- When you enable this option for a deployment, and a client requests that content but the content isn't available on any of the client's preferred distribution points, Configuration Manager automatically distributes that content to the client's preferred distribution points.
331335

memdocs/configmgr/core/plan-design/hierarchy/log-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ The following table lists the log files that are on the Configuration Manager si
246246
|CertMgr.log|Records certificate activities for intrasite communication.|Site system server|
247247
|chmgr.log|Records activities of the client health manager.|Site server|
248248
|Cidm.log|Records changes to the client settings by the Client Install Data Manager (CIDM).|Site server|
249-
|CollectionAADGroupSyncWorker.log | Log file for synchronization of collection membership results to Azure Active Directory. | Site server|
250249
|colleval.log|Records details about when collections are created, changed, and deleted by the Collection Evaluator.|Site server|
251250
|compmon.log|Records the status of component threads monitored for the site server.|Site system server|
252251
|compsumm.log|Records Component Status Summarizer tasks.|Site server|
@@ -387,6 +386,7 @@ The following table lists the log files that contain information related to the
387386
|Log name|Description|Computer with log file|
388387
|--------------|-----------------|----------------------------|
389388
|CertMgr.log|Records certificate and proxy account information.|Site server|
389+
|CollectionAADGroupSyncWorker.log | Log file for synchronization of collection membership results to Azure Active Directory. |Computer with the service connection point|
390390
|CollEval.log|Records details about when collections are created, changed, and deleted by the Collection Evaluator.|Primary site and central administration site|
391391
|Cloudusersync.log|Records license enablement for users.|Computer with the service connection point|
392392
|Dataldr.log|Records information about the processing of MIF files.|Site server|

memdocs/configmgr/core/servers/deploy/install/get-install-media.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ ms.localizationpriority: medium
1515

1616
*Applies to: Configuration Manager (current branch)*
1717

18-
If you have Configuration Manager volume licenses with Software Assurance, or if you have purchased licenses for Configuration Manager volume licenses, you can download baseline source media to install Configuration Manager from the [Volume Licensing Service Center](https://www.microsoft.com/Licensing/servicecenter/default.aspx).
18+
If you have Configuration Manager volume licenses with Software Assurance, or if you have purchased licenses for Configuration Manager volume licenses, you can download baseline source media to install Configuration Manager from the [Volume Licensing Service Center](https://www.microsoft.com/Licensing/servicecenter/default.aspx).
1919

2020
If you have a Configuration Manager license from EMS, Microsoft 365, or a Cloud Solution Provider (CSP), please see the [Product and Licensing FAQ](../../../understand/product-and-licensing-faq.yml#i-have-purchased-ems-or-microsoft-365-through-a-cloud-solution-provider--csp---do-i-have-rights-to-use-configuration-manager-).
2121

22-
If you would like to purchase volume licenses for Configuration Manager, contact your preferred Microsoft Reseller or see [How to purchase through Volume Licensing](https://www.microsoft.com/Licensing/how-to-buy/how-to-buy.aspx). You can also download media to install an evaluation edition of Configuration Manager from the [Evaluation Center](https://www.microsoft.com/evalcenter/evaluate-system-center-configuration-manager-and-endpoint-protection) website.
22+
If you would like to purchase volume licenses for Configuration Manager, contact your preferred Microsoft Reseller or see [How to purchase through Volume Licensing](https://www.microsoft.com/Licensing/how-to-buy/how-to-buy.aspx). You can also download media to install an evaluation edition of Configuration Manager.
23+
24+
> [!NOTE]
25+
> The Evaluation Center is currently unavailable. As a workaround you can download the current branch evaluation from [aka.ms/MECM2203CB-Eval](https://aka.ms/MECM2203CB-Eval).<!-- 14437681 -->
2326
2427
To learn about baseline media for Configuration Manager, see [Baseline and update versions](../../manage/updates.md#bkmk_Baselines).

memdocs/configmgr/core/servers/manage/cmpivot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ The CMPivot window contains the following elements:
138138

139139
- The available columns vary based upon the entity and the query.
140140

141+
- The color saturation of the data in the results table or chart indicates if the data is live or from the last hardware inventory scan stored in the site database. For example, black is real-time data from an online client whereas grey is cached data.
142+
141143
- Select a column name to sort the results by that property.
142144

143145
- Right-click on any column name to group the results by the same information in that column, or sort the results.

memdocs/configmgr/core/understand/learn-more-editions.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,19 @@ Critical security updates for Configuration Manager are made available to this b
5252

5353
### Evaluation installation of the current branch
5454

55-
The evaluation version doesn't require a Software Assurance agreement with Microsoft. [Evaluation installs](https://www.microsoft.com/evalcenter/evaluate-system-center-configuration-manager-and-endpoint-protection) are always the current branch, and you can use them for 180 days.
55+
The evaluation version doesn't require a Software Assurance agreement with Microsoft. Evaluation installs are always the current branch, and you can use them for 180 days.
56+
57+
> [!NOTE]
58+
> The Evaluation Center is currently unavailable. As a workaround you can download the current branch evaluation from [aka.ms/MECM2203CB-Eval](https://aka.ms/MECM2203CB-Eval).<!-- 14437681 -->
5659
5760
You can upgrade the evaluation installation to a full installation of the current branch. You can't upgrade an evaluation installation to the long-term servicing branch.
5861

5962
### Technical preview branch
6063

61-
The [technical preview branch](https://www.microsoft.com/evalcenter/evaluate-system-center-configuration-manager-and-endpoint-protection-technical-preview) is also available. This branch is a limited build of Configuration Manager that lets you try out new features. You install the technical preview using different media than the licensed versions. For more information, see [Technical Preview](../get-started/technical-preview.md).
64+
The technical preview branch is also available. This branch is a limited build of Configuration Manager that lets you try out new features. You install the technical preview using different media than the licensed versions. For more information, see [Technical Preview](../get-started/technical-preview.md).
6265

66+
> [!NOTE]
67+
> The Evaluation Center is currently unavailable. As a workaround you can download the latest technical preview branch baseline build from [aka.ms/MECM2202TP-Baseline](https://aka.ms/MECM2202TP-Baseline).<!-- 14437681 -->
6368
6469
## Software Assurance agreements
6570

memdocs/configmgr/core/understand/product-and-licensing-faq.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ metadata:
33
title: Product and licensing FAQ
44
titleSuffix: Configuration Manager
55
description: Find answers for common product and license questions for Configuration Manager.
6-
ms.date: 10/01/2021
6+
ms.date: 05/12/2022
77
ms.prod: configuration-manager
88
ms.technology: configmgr-core
99
ms.topic: faq
@@ -155,8 +155,11 @@ sections:
155155
156156
- Some developer programs like MSDN offer products like Configuration Manager for development and test, but not production use.
157157
158-
- For a temporary environment, you can use the [evaluation version](https://www.microsoft.com/evalcenter/evaluate-system-center-configuration-manager-and-endpoint-protection) for 180 days.
158+
- For a temporary environment, you can use the evaluation version for 180 days.
159159
160+
> [!NOTE]
161+
> The Evaluation Center is currently unavailable. As a workaround you can download the current branch evaluation from [aka.ms/MECM2203CB-Eval](https://aka.ms/MECM2203CB-Eval).<!-- 14437681 -->
162+
160163
- For a lab environment, you can use the [technical preview branch](../get-started/technical-preview.md). Technical preview has the same functionality as current branch, but has some limitations in terms of scale and supported platforms.
161164
162165
- question: |
@@ -169,8 +172,11 @@ sections:
169172
- question: |
170173
I have purchased EMS or Microsoft 365 through a Cloud Solution Provider (CSP), do I have rights to use Configuration Manager?
171174
answer: |
172-
Yes, you have rights to use Configuration Manager to manage clients covered by the EMS license. First download and install the [evaluation software](https://www.microsoft.com/evalcenter/evaluate-system-center-configuration-manager-and-endpoint-protection). Then contact your CSP partner to obtain the license key from the Microsoft Partner Center support team, specifically CSP.<!--SCCMDocs#472,OSGS 33035978--> When your CSP partner talks with Microsoft Support, they should ask them to reference the internal article ID 4033838.<!--SCCMDocs#493-->
175+
Yes, you have rights to use Configuration Manager to manage clients covered by the EMS license. First download and install the evaluation software. Then contact your CSP partner to obtain the license key from the Microsoft Partner Center support team, specifically CSP.<!--SCCMDocs#472,OSGS 33035978--> When your CSP partner talks with Microsoft Support, they should ask them to reference the internal article ID 4033838.<!--SCCMDocs#493-->
173176
177+
> [!NOTE]
178+
> The Evaluation Center is currently unavailable. As a workaround you can download the current branch evaluation from [aka.ms/MECM2203CB-Eval](https://aka.ms/MECM2203CB-Eval).<!-- 14437681 -->
179+
174180
- question: |
175181
Is my subscription end-date the same as an SA expiration date?
176182
answer: |

0 commit comments

Comments
 (0)