Issues running Remote powershell after upgrading from 8.0->8.3p3

<Rule created="" id="" language="beanshell" modified="" name="The Remote Rule">
  <Attributes>
    <Map>
      <entry key="ObjectOrientedScript" value="true"/>
      <entry key="disabled" value="false"/>
      <entry key="extension" value=".ps1"/>
      <entry key="program" value="powershell.exe"/>
      <entry key="timeout" value="100"/>
    </Map>
  </Attributes>
  <Source>
 Add-type -path d:\iqservice\Utils.dll
"Hello World" | Out-File D:\IQService\stuff.txt
  </Source>
</Rule>