uwefranke / msgDSM7Module

powershell Module SOAP interface Ivanti DSM
GNU General Public License v3.0
9 stars 1 forks source link

Update-DSM7Computer works with string properties only #6

Open KlausSGS opened 1 year ago

KlausSGS commented 1 year ago

Setting non-string properties fails because in function Update-DSM7Object the new objects are always created with type "MdsTypedPropertyOfString" instead of the correct type according to the property type.

JimiDiCapo commented 1 year ago

Thanks Klaus for mentioning this, we really would like to use the function and use it with DateTime format

KlausSGS commented 1 year ago

I created a pull request for the fix. Supports all DSM property types but bool and version.