Found that is not supported in public void AssignNewValue(ManagementPackProperty p, EnterpriseManagementSimpleObject so,object newValue)
default:
WriteVerbose("Could not find type setter for " + PropertyType);
WriteError(new ErrorRecord(new ItemNotFoundException("PropertySetterNotFound"),"No such property setter", ErrorCategory.ObjectNotFound, PropertyType));
break;
Is it possible to add support for decimal in it?