paulwetter / DocumentConfigMgrCB

This script attempts to document your entire Configuration Manager (MEMCM/SCCM) environment
https://wetterssource.com/documentconfigmgrcb
174 stars 45 forks source link

Line 5822 appears to have a hardcoded SmsObjectId and ends up null #77

Closed russrimm closed 3 years ago

russrimm commented 3 years ago

Get-CMConfigurationPolicyDeployment -SmsObjectId 16780575

If you remove the "-SmsObjectId 16780575" the error is resolved

paulwetter commented 3 years ago

3.62 should fix this issue. thanks for the report!