Ioan Popovici
Ioan Popovici
Hi, That script needs a re-write. What types of cache items are not detected? And what are the exact parameters you used? Ioan
`` ## Initialize the CCM resource manager com object [__comobject]$CCMComObject = New-Object -ComObject 'UIResource.UIResourceMgr' ## Get ccm cache info $CacheInfo = $($CCMComObject.GetCacheInfo().GetCacheElements()) ## Get ccm application list $Applications = Get-CimInstance...
The Get-CimInstance -Namespace 'Root\ccm\ClientSDK' -ClassName 'CCM_Application' should return all applications deployed to the machine. Are you sure that you are running powershell as an admin? If you say that there...
Can you also run this? ``` ## Get ccm package list $Packages = Get-CimInstance -Namespace 'Root\ccm\ClientSDK' -ClassName 'CCM_Program' -Verbose:$false ## Count the packages $PackageCount = $($Packages | Measure-Object).Count ## Get...
No, the packages should show the the 'CCM_Program' class. Maybe if packages do bot have a program? I need the check the CM SDK again. If you say you are...
The things starting with SH should be packages and the ones with { are updates I think. Let me check and I'll get back to you
Weird, I'll try to reproduce.
It's an old report, I'll fix it tomorrow
How does the feature image support work?
This would be a great. There is no atom package that supports this for powershell and it's literally the only reason I'm still using Visual Studio Code.