Ironman Software PowerShell Universal v5.0.6

Released: Sep 9, 2024

v5.0.6 버젼 업데이트

기능

  • Admin Console
    • Added delete computer button for offline computers.
    • Improved display of charts on dashboard.
    • Improved admin portal page header formatting.
  • Platform
    • Added support for configuring -TrustCertificate flag at the server level.
    • Removed 4MB limit for Universal cmdlet calls.
    • Added -Migrate to psudb.exe to enable migration to the newest schema in SQLite.

수정사항

  • Admin Console
    • Fixed an issue where the git pause switch wouldn't display the proper status when paused.
    • Fixed property label text wrapping in modal dialogs in the admin console.
    • Fixed an issue where the Discover Environments button would be enabled when git sync wasn't editing.
    • Fixed an issue where editing git settings when using SQL would cause it to delete the settings.
    • Fixed a display issue with the job feedback modal.
    • Fixed the performance of the schedules page.
    • Added missing Diagnostics button.
  • APIs
    • Fixed an issue calling Invoke-PSUScript in an unauthenticated API using the permissive security policy.
  • Automation
    • Fixed a SQLite locking issue when running many jobs at once.
    • Fixed an issue calling Invoke-PSUScript -Name with a path.
  • Apps
    • Fixed an issue calling OnRender in OnRowExpand in New-UDTable.
    • Fixed an issue calling Invoke-PSUScript in apps using the permissive security policy.
    • Fixed an issue with a base URL of / and the admin console routing.
    • Fixed an issue where duplicate apps could show up after server restart.
    • General fixes to Nivo Charts.
  • Platform
    • Fixed an issue with redirect URL after login.
    • Fixed an issue where variables stored in database would be null after restart.
    • Fixed an issue with psudb.exe where it could throw an exception attempting to move job output.
    • Fixed an issue with background job scheduling when using multi-node configurations.
    • Fixed an issue where upgrades from v4 with New-PSUEnvironment -EnableDebugger would cause the environment to not show up.
    • Fixed an issue where git sync would push even when there were no changes.
  • Portal
    • Fixed an issue where an error could be displayed on the portal for certain authentication types.
  • Security
    • Updated .NET (8.0.8) and PowerShell (7.4.5) SDK versions to address security issues in dependencies.
    • Added missing View Claim Information button.
    • Fixed an issue enabling Anonymous Authentication and Windows Authentication in IIS.