PowerShell Universal - 5.2.0

PowerShell Universal - 5.2.0

Release Notes

Features

Admin Console

  • Added sorting to all tables in the admin console (#4137)
  • Added security, telemetry, and license configuration to first time wizard (#3990)
  • Added setting for configuring login page theme (#3978)
  • Simplified Gallery page
  • Added name and vault to the set secret value modal (#4174)
  • Improved editing performance when PSScriptAnalyzer is enabled

Apps

  • Added -Target to New-UDButton (#4134)
  • Added -Sx and -Style to New-UDCardHeader and New-UDCardMedia (#4146, #4145)
  • Added support for setting initial table state (#2779)
  • Added support for Publish-PSUStaticApp
  • Added app debugger tab
  • Added -Network to New-UDNivoChart
  • Added -Sx to New-UDTimeline and New-UDTimelineItem (#3804)
  • App editor now includes IntelliSense for app module (#2082)

Agent

  • Added ‘PSU_AgentLogLevel’ environment variable to allow for controlling the log level.
  • Added support for configuring agent with user-scoped settings location

Automation

  • Added default Run On setting (#4116)

Portal

  • Branding settings are now applied to the portal (#4119)

Platform

  • Added support for managing PSResource repositories (#4106)
  • Default admin password complexity is now a warning rather than an error (#4006)
  • Added support for changing git repository and branch
  • Improved extension module load behavior (#4141)
  • Added support for managing vaults (#1470)
  • Added account-based licensing (#2978)

Bug Fixes

Admin Console

  • Fixed an alignment issue with the Reload Configuration button (#4136)
  • Fixed an issue displaying scripts in nested folders (#4127)
  • Fixed an issue with Job Run Id (#4153)
  • Fixed navigation issues in the admin console (#4158, #4162)
  • Fixed an issue with displaying saved string array schedule parameters (#4144)
  • Fixed an issue with the re-run job button (#4150)
  • Fixed an issue adding computer tags multiple times (#4186)

Apps

  • Fixed an issue running apps defined in modules
  • Fixed an issue where all apps could reload when one changed (#4121)
  • Fixed an issue when attempting to run blocked scripts (#3987)
  • Fixed an issue with table row selection when using server side processing (#4000)

Automation

  • Fixed an issue running jobs longer than 30 minutes when using PostgreSQL (#4177)
  • Fixed an issue running jobs across all computers in a computer group

Cmdlets

  • Fixed an issue with Get-PSUSchedule not returning the next execution time (#4168)

Installer (MSI)

  • Fixed an issue with the desktop mode install

Platform

  • Fixed an issue where psu.exe was missing from the installation media
  • Fixed an issue with computer heartbeats in multi-node environments (#4167)

Downloads

2 Likes

Is there a way to redirect the agent log? Currently it just gets written to C:\ProgramData\PowerShellUniversal, even if we don’t use the agent (server installation) and send the user- and systemlog somewhere else.

Currently, you cannot change the log path. I’ve added an issue here: Add PSU_AgentLogPath · Issue #4232 · ironmansoftware/powershell-universal · GitHub

1 Like