PSCCMClient icon indicating copy to clipboard operation
PSCCMClient copied to clipboard

PowerShell Module for managing the MEMCM client

Results 9 PSCCMClient issues
Sort by recently updated
recently updated
newest added

hello, whats could be the reason for getting the below results ? There are 3 pending OS updates on the host1 but im not able to trigger the installation :(...

A number of CM classes use lazy-loaded properties, such as `AppDTs` (deployment types) on `CCM_Application` - it'd be great if the functions had the option to load them. This is...

With certain schedules, I get the above error in MCM. I looked over the WMI and I don't see anything particular about this return value: https://learn.microsoft.com/en-us/mem/configmgr/develop/reference/core/servers/configure/sms_scheduletoken-server-wmi-class The value returned from...

This PR implements a comprehensive refactoring of the CCM service architecture by introducing abstract base classes, fixing critical model property mismatches with the PowerShell module, adding dual compilation support for...

This PR implements the ability to load lazy properties for CCM classes, starting with the `Get-CCMApplication` function. ## Problem Configuration Manager classes like `CCM_Application` use lazy-loaded properties such as `AppDTs`...

The `ConvertFrom-CCMSchedule` function was failing when encountering schedule strings with RecurType 6, throwing the error "Parsing Schedule String resulted in invalid type of 6". This issue was caused by Microsoft...

The `Invoke-CCMSoftwareUpdate` function was incorrectly returning `Invoked = False` even when software update installations were successfully triggered. This issue occurred because the function used `if ($Invocation)` to determine success, which...