Comments on: Get Configuration Manager Client Cache Size using PowerShell https://www.prajwaldesai.com/get-configuration-manager-client-cache-size-using-powershell/ SCCM | ConfigMgr | Intune | Windows 11 | Azure Thu, 29 Sep 2022 09:06:03 +0000 hourly 1 https://wordpress.org/?v=6.4.1 By: Tomasz https://www.prajwaldesai.com/get-configuration-manager-client-cache-size-using-powershell/#comment-39966 https://www.prajwaldesai.com/?p=15189#comment-39966 It works for me.
Get-CimInstance -ClassName CacheConfig -Namespace ROOT\CCM\SoftMgmtAgent

]]>
By: Aaron Krueger https://www.prajwaldesai.com/get-configuration-manager-client-cache-size-using-powershell/#comment-17446 https://www.prajwaldesai.com/?p=15189#comment-17446 This method really doesn’t work anymore. As soon as you restart ccmexec and the machine processes client settings policy it will revert to the value contained in the policy. If you’re not setting cache size via client policy…well…not sure why you wouldn’t.

]]>
By: SIVA KRISHNA https://www.prajwaldesai.com/get-configuration-manager-client-cache-size-using-powershell/#comment-15451 https://www.prajwaldesai.com/?p=15189#comment-15451 In reply to Matt.

Exactly, Even I’m looking for the same. We can manually write a powershell script but looking for a sql query or any inventory extensions for free space in ccmcache so that it can be used in PowerBI in our environment

]]>
By: Matt https://www.prajwaldesai.com/get-configuration-manager-client-cache-size-using-powershell/#comment-14211 https://www.prajwaldesai.com/?p=15189#comment-14211 How do you extend this to find size of cache (actual data) or free space in ccmcache folder?

]]>