Skip to content

Commit 47e32ab

Browse files
committed
fix 13993273
1 parent 9c85701 commit 47e32ab

4 files changed

Lines changed: 10 additions & 8 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

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)