I am a complete newbie at Powershell, so please accept my apologies for this basic (I'm sure) question.
I need to be able to open closed tickets to make changes for reporting purposes. I am currently able to do this for Incidents with:
GET-SCSMIncident -ID IR9999 | SET-SCSMIncident -Status Active
However, I can't get my head around the documentation for the GET-SCSMObject cmdlet. What should the command be for this, and how do I determine the GUID for the class I'm attempting to update?
Thanks.