🖥️ What's new in PSADT 4.1.6 - 2025-10-17
🛠️ Fixes
- Added the ability to format URLs with a description using in tags in dialog strings, e.g.
[url=https://contoso.com/security]Click here for the IT Security Policy[/url]
- Added support for nested tags for UI text formatting.
- Changed
-TerminalServerMode
switch behavior so that if not running in a terminal server, no action is taken. - Changed Fluent Dialogs to use software rendering-mode which resolves issues with remote assistance / control tools, e.g. ScreenConnect, etc.
- Fixed an issue where the UI may fail to be displayed when explorer.exe is being elevated by an EPM rule using BeyondTrust EPM, Microsoft EPM, or other EPM tool.
- Fixed an issue where
Get-ADTApplication
could error out ifInstallSource
/InstallLocation
properties were malformed. - Fixed an issue where
Get-ADTLoggedOnUser
would not return any output when pipelined, unless it was encapsulated in a subexpression. - Fixed
Start-ADTProcessAsUser
to work with the callers' username even if it doesn't have an active session. - Fixed issue where tags specified in dialog strings were incorrectly being displayed in Classic Dialogs (even though the tag formatting such as bold doesn't work in Classic). These are now correctly removed and the text is displayed without formatting.
- Fixed passing parameters from the command-line to a v3 compatibility template.
- Fixed Fluent Window dialog position to factor in the default offset if changed.
- Fixed a number of issues found in example documentation for
Show-ADTInstallationPrompt
,Get-ADTExecutableInfo
andStart-ADTProcess
. - Fixed
Start-ADTProcess -ArgumentList
parameter incorrectly resolving custom$adtSession
property to 'True'. - Fixed
Test-ADTOobeCompleted
andTest-ADTEspActive
not working. - Fixed
Set-ADTServiceStartMode
error handling bug. - Fixed
Set-ADTActiveSetup -Description
parameter could not be specified in parameter setCreateNoExecute
. - Fixed unexpected error output when reading a HKLM key in SID context.
- Fixed all known
Copy-ADTFile
issues. - Fixed
New-ADTZipFile
not working. - Fixed issue where
Start-AdtMsiProcess
could fail to uninstall an installed MSI. - Fixed
Remove-ADTEnvironmentVariable
just removing that variables value, not the variable itself. - Fixed
Get-ADTShortcut
no longer working for URL shortcuts.
New Contributors
- @lumirjasny made their first contribution in #1768
Full Changelog: 4.1.5...4.1.6
@sintaxasn, @mjr4077au, & @DanGough - Team PSADT 😊🦖