Unable to Get Deployment Status of Devices in SCCM via PowerShell
I have created a powershell script that checks a Deployment ID in sccm and then pulls all the members in the deployment and checks the deployment status for the members.
The script is able to pull the members, however, it cannot pull the Deployment Status for any of the members that it needs to check through. If possible, I would like to avoid using SQL. I just need to pull a huge report once a day that I can use to compare to another. However, I cannot figure out how to pull the Deployment Status.
Registry Entries to Custom WMI class
i am hoping some one can help me with an issue that i am having. I am need to create a Custom WMI class in root/cmiv2 and add entries from the registry into to that custom class. Ideally i would like to have the code just to look at the regkey go though everything thats in it and add those entries to custom wmi class.
Powershell SMS_CombinedDeviceResources give an error message
I have an AD group with members. Now, I want to know on what computers each member is logged on. To do that, I created the following script: