http://www.perlmonks.org?node_id=1033260


in reply to Re^2: Setting Terminal Server User Profile Settings
in thread Setting Terminal Server User Profile Settings

I'm not sure what alternate forms of SetProperty means.

Well, if you read Win32::OLE SetProperty documentation it discusses masking, so if the object you're working with has a SetProperty method, it will conflict with Win32::OLE's method, so you have to use $obj->Invoke('SetProperty', @args )