3 minutes ago, Cole McDonald said:
My first script was specifically using categories and may have made the forward movement more difficult. I also always assume the GET (gotten?) properties should match the PUT properties for a given object.
It does, it's just that system properties as listed in the LM portal is not programming objects. They are more tokens used in the GUI. Agree that categories are the weird exception, I assume for legacy reasons.
Quote
The DeviceObj.* is something I haven't seen anywhere up to this point.
Sorry, forget that. I was just referring to how you can access the (real) object properties in Powershell. $DeviceObj = get-webrequest...; $DeviceObj.displayName.