Skip to content

Commit af94ae2

Browse files
authored
Merge pull request #6752 from aczechowski/cz-2202tp-10954111-health
add 2202tp content for 10954111 (client health)
2 parents ec12694 + 20466de commit af94ae2

1 file changed

Lines changed: 31 additions & 2 deletions

File tree

  • memdocs/configmgr/core/get-started/2022/includes/2202
Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,38 @@
11
---
2-
author: mestew
3-
ms.author: mstewart
2+
author: aczechowski
3+
ms.author: aaroncz
44
ms.prod: configuration-manager
55
ms.technology: configmgr-core
66
ms.topic: include
77
ms.date: 02/16/2022
88
ms.localizationpriority: medium
99
---
10+
11+
## <a name="bkmk_health"></a> New client health checks
12+
13+
<!--10954111-->
14+
15+
Based on your feedback, there are two new [Client health checks](../../../../clients/manage/client-health-checks.md) in this release:
16+
17+
- Verify disk space not near capacity
18+
- Verify CCMCache is not near drive capacity
19+
20+
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.
21+
22+
This release also includes performance improvements to the [Client health dashboard](../../../../clients/manage/client-health-dashboard.md).
23+
24+
### Verify disk space not near capacity
25+
26+
Verify that the device's primary disk drive isn't close to full.
27+
28+
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.
29+
30+
To remediate a failure with this check, free disk space on the primary drive.
31+
32+
### Verify CCMCache is not near drive capacity
33+
34+
Verify that the remaining cache space isn't near the available disk drive space.
35+
36+
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.
37+
38+
To remediate a failure with this check, free disk space on the drive that contains the cache.

0 commit comments

Comments
 (0)