Hi Team,
I have a requirement to retrieve a particular incident information
Example:
I can fetch the whole set of incident information using the below command.
$IC=get-SCSMclass -name system.workitem.incident$
$IO=get-SCSMobject -class $IC | select-object *
I have no idea on how to retrieve a particular data like Title, Description, urgency, impact individually and store in a separate variable
Can anyone please help me out on how to proceed?
It would really be a great help!!!
Thanking you in advance.
Regards,
-Jansi