Skip to content

Commit 8dcc77f

Browse files
authored
Merge pull request #7221 from aczechowski/cz-2203cb-10954111-revert
2203CB two tweaks
2 parents 978d865 + 47e32ab commit 8dcc77f

5 files changed

Lines changed: 11 additions & 45 deletions

File tree

memdocs/configmgr/core/clients/deploy/prerequisites-for-deploying-clients-to-windows-computers.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Windows client prerequisites
33
titleSuffix: Configuration Manager
44
description: Learn about the prerequisites for deploying the Configuration Manager client to Windows computers.
5-
ms.date: 12/01/2021
5+
ms.date: 04/01/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-client
88
ms.topic: conceptual
@@ -69,11 +69,13 @@ The Configuration Manager client has external dependencies. These dependencies d
6969
| Microsoft Policy Platform 1.2.3514.0 or later (`MicrosoftPolicyPlatformSetup.msi`) | Required to allow clients to evaluate compliance settings. |
7070
| Microsoft .NET Framework version 4.6.2 or later (`NDP462-KB3151800-x86-x64-AllOS-ENU.exe`) | _Version 2107 and later_:<!--10402814--> Required to support client operations. Automatically installed on the computer if it doesn't have this version installed. For more information, see [More details about Microsoft .NET](#more-details-about-microsoft-net). |
7171
| Microsoft .NET Framework version 4.5.2 or later (`NDP452-KB2901907-x86-x64-AllOS-ENU.exe`) | _Version 2103 and earlier_: Required to support client operations. Automatically installed on the computer if it doesn't have this version installed. For more information, see [More details about Microsoft .NET](#more-details-about-microsoft-net). |
72-
| Microsoft SQL Server Compact Edition (CE) 4.0 SP1 components | Required to store information related to client operations. |
7372
| Microsoft Monitoring Agent version 10.20.18053.0 (`MMASetup-*.exe`) | Installed as needed by devices that you onboard to Microsoft Defender for Endpoint. |
7473
| Windows Firewall configuration (`WindowsFirewallConfigurationProvider.msi`) | Required for certain endpoint protection policies. |
7574
| Microsoft WebView2 (`Microsoft.WebView2.FixedVersionRuntime.x86.cab`) | Installed as needed when you use Software Center custom tabs. |
7675

76+
> [!NOTE]
77+
> Starting in version 2107, the Configuration Manager client no longer has an external dependency on Microsoft SQL Server Compact Edition (CE) 4.0 SP1. It now uses a built-in version of this component to store information related to client operations.<!-- 13993273 -->
78+
7779
#### More details about Microsoft .NET
7880

7981
<!--10402814-->

memdocs/configmgr/core/clients/manage/client-health-checks.md

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Client health checks
33
titleSuffix: Configuration Manager
44
description: The checks that the Configuration Manager client runs regularly to keep healthy.
5-
ms.date: 03/28/2022
5+
ms.date: 04/01/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-client
88
ms.topic: reference
@@ -54,7 +54,7 @@ Verify that the client check scheduled task (`CcmEval`) has run at least one tim
5454

5555
<!--7B9F8FF6-EDF7-42CA-A67F-073A2E161C19-->
5656

57-
The client uses Microsoft SQL Server Compact Edition (CE) to locally store information. If this check fails, reinstall the Configuration Manager client to remediate.
57+
The client uses a built-in version of SQL Server Compact Edition (CE) to locally store information. If this check fails, reinstall the Configuration Manager client to remediate.
5858

5959
### Verify WMI
6060

@@ -72,28 +72,6 @@ There are two other checks to test the overall health of WMI on the device:
7272

7373
- The WMI event sink test checks whether the Configuration Manager-related WMI event sink is lost.<!--C35E790D-4C05-40A8-BB46-A68578966D19--> If this check fails, restart the client service.
7474

75-
### Verify CCMCache is not near drive capacity
76-
77-
_Applies to version 2203 and later._
78-
<!--10954111-->
79-
80-
Verify that the remaining cache space isn't near the available disk drive space.
81-
82-
The client compares the remaining cache space against free space on the drive with the client cache. If the space remaining on the drive is less than 1% of the total default size, or the remaining cache space is greater than the available drive space, the check fails.
83-
84-
To remediate a failure with this check, free disk space on the drive that contains the cache.
85-
86-
### Verify disk space not near capacity
87-
88-
_Applies to version 2203 and later._
89-
<!--10954111-->
90-
91-
Verify that the device's primary disk drive isn't close to full.
92-
93-
The client compares the WMI entry for free disk space against total disk space. If the space remaining is lower than 15% of total disk space, the check fails.
94-
95-
To remediate a failure with this check, free disk space on the primary drive.
96-
9775
### Verify the antimalware service
9876

9977
There are two checks for whatever antimalware service is registered with Windows:

memdocs/configmgr/core/plan-design/changes/whats-new-in-version-2203.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,6 @@ You can now perform client notification actions, including **Run Scripts**, from
8080

8181
For more information, see [Review deployment details](../../../apps/deploy-use/monitor-applications-from-the-console.md#review-deployment-details).
8282

83-
### New client health checks
84-
<!--10954111-->
85-
86-
Based on your feedback, there are two new client health checks in this release:
87-
88-
- Verify disk space not near capacity
89-
- Verify CCMCache isn't near drive capacity
90-
91-
Configuration Manager client functionality can be limited when the disk is full. These checks help you maintain healthy clients, which help you better manage the devices.
92-
93-
For more information, see [Client health checks](../../clients/manage/client-health-checks.md).
94-
95-
This release also includes performance improvements to the [Client health dashboard](../../clients/manage/client-health-dashboard.md).
96-
9783
## Collections
9884

9985
### Delete collection references

memdocs/configmgr/core/plan-design/configs/support-for-sql-server-versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Supported SQL Server versions
33
titleSuffix: Configuration Manager
44
description: Get SQL Server version and configuration requirements for hosting a Configuration Manager site database.
5-
ms.date: 08/02/2021
5+
ms.date: 04/01/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-core
88
ms.topic: conceptual
@@ -181,7 +181,7 @@ To identify the SQL Server cardinality estimation compatibility level in use for
181181
SELECT name, compatibility_level FROM sys.databases
182182
```
183183

184-
For more information on SQL Server Compact Edition (CE) compatibility levels and how to set them, see [ALTER DATABASE Compatibility Level (Transact-SQL)](/sql/t-sql/statements/alter-database-transact-sql-compatibility-level).
184+
For more information on SQL Server compatibility levels and how to set them, see [ALTER DATABASE Compatibility Level (Transact-SQL)](/sql/t-sql/statements/alter-database-transact-sql-compatibility-level).
185185

186186
### SQL Server features
187187

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Log file reference
33
titleSuffix: Configuration Manager
44
description: A reference of all log files for Configuration Manager client, server, and dependent components.
5-
ms.date: 08/02/2021
5+
ms.date: 04/01/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-core
88
ms.topic: reference
@@ -126,7 +126,7 @@ The following table lists the log files located on the Configuration Manager cli
126126
|Ccmperf.log|Records activities related to the maintenance and capture of data related to client performance counters.|
127127
|CcmRestart.log|Records client service restart activity.|
128128
|CCMSDKProvider.log|Records activities for the client SDK interfaces.|
129-
|ccmsqlce.log|Records activities for the SQL Server Compact Edition (CE) that the client uses. This log is typically only used when you enable debug logging, or there's a problem with the component. The client health task (ccmeval) usually self-corrects problems with this component.|
129+
|ccmsqlce.log|Records activities for the built-in version of SQL Server Compact Edition (CE) that the client uses. This log is typically only used when you enable debug logging, or there's a problem with the component. The client health task (ccmeval) usually self-corrects problems with this component.|
130130
|CcmUsrCse.log|Records details during user sign on for folder redirection policies.|
131131
|CCMVDIProvider.log|Records information for clients in a virtual desktop infrastructure (VDI).|
132132
|CertEnrollAgent.log|Records information for Windows Hello for Business. Specifically communication with the Network Device Enrollment Service (NDES) for certificate requests using the Simple Certificate Enrollment Protocol (SCEP).|
@@ -394,7 +394,7 @@ The following table lists the log files that contain information related to the
394394
|Distmgr.log|Records details about content distribution requests.|Top-level site server|
395395
|Dmpdownloader.log|Records details about downloads from Microsoft, such as site updates.|Computer with the service connection point|
396396
|Dmpuploader.log|Records detail related to uploading database changes to Microsoft.|Computer with the service connection point|
397-
|EndpointConnectivityCheckWorker.log|Starting in version 2010, records detail related to checks for important internet endpoints.|Computer with the service connection point|
397+
|EndpointConnectivityCheckWorker.log|Records detail related to checks for important internet endpoints.|Computer with the service connection point|
398398
|hman.log|Records information about message forwarding.|Site server|
399399
|WsfbSyncWorker.log|Records information about the communication with the Microsoft Store for Business.|Computer with the service connection point|
400400
|objreplmgr.log|Records the processing of policy and assignment.|Primary site server|

0 commit comments

Comments
 (0)