PowerShell Universal - 4.3.3

avatar

PowerShell Universal - 4.3.3

Release Notes

Automation

  • Fixed an issue where calling Get-PSUJob over HTTP would return all child jobs (#3445)
  • Moved Script Base Folder setting from Data to Automation (#3447)
  • Fixed an issue where new jobs would not pass roles when the logged in user was Policy Defined (#3452)
  • Fixed an issue creating schedules on some machines (#3453)
  • Fixed an issue where jobs would queue up when all computers were in maintenance mode (#3458)
  • Fixed an issue where paused schedules would still run in some circumstances (#3450)
  • Fixed an issue where job parameters were not provided in triggers (#3382)

Apps

  • Fixed an issue filtering rows with a space in the field name (#3432)
  • Fixed an issue where app pages would not update properly during git sync (#3436)
  • Fixed an issue where all apps would reload when anything changed in the repository (#3442)
  • Fixed an issue where New-UDEditor image uploads wouldn’t work when hosted in a nested IIS site (#3449)
  • Fixed an issue loading the app designer (#3454)
  • Fixed an issue using filters with number columns in New-UDDataGrid (#3459)
  • Added deprecation warning for app designer
  • Fixed an issue where it wasn’t possible to link to a tab wish a hash in the URL (#3426)

Platform

  • Fixed an issue with the /api/v1/notification POST API (#3462)
  • Added a clearer error message to the IIS WebSocket health check when it fails (#3404)
  • Fixed an issue with adding files with spaces in the name when using git sync and an external client (#3465)

Downloads

Adam Driscoll
PowerShell Expert and Developer at Devolutions

All Comments (4)

avatar

@Adam Driscoll No SmartScreen warning this time. I guess they finally trust your installers to be safe now.

avatar

calling
$Job=Invoke-PSUScript -Name myscript.ps1
worked in 4.3.2.

In 4.3.3 I get “not authorized” on Invoke-PSUScript

I reverted to 4.3.2 and all good again.

avatar

All of my endpoints that use Invoke-PSUScript still work in 4.3.3. Can you open a new topic on here for this, and provide more detail about this (like, what type of account you’re using to run the command, who is authorized to run the script myscript.ps1, what your environment settings are set to for both the job and your defaults?

avatar
Fixed an issue where all apps would reload when anything changed in the repository (#3442)

Holy shit!