PrimalSQL • WDAC Compatibility Issue with PrimalSQL 2024
Product, version and build: PrimalSQL 2024Operating system: Windows 11 23H2 (build 22631.4317)PowerShell version(s): 5.1.22621.4249Issue Description: While using PrimalSQL, I noticed that dynamic DLL...
View ArticlePowerShell GUIs • Textbox Selected Item to String?
I know I have done this plenty of times before but I cannot get it to work today.I have a textbox that I populate with items from Active Directory. I want the selected item to show up in another...
View ArticlePowerShell Studio • Mouse behaviour in script window
To help you better we need some information from you.*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we...
View ArticlePowerShell • Issue with Event Handlers in Tray App for Dynamic Script Execution
Hi all,I'm developing a tray app to dynamically load and run my scripts. Loading directories and their scripts works fine. I also want to include themes, ensuring only one theme can be selected at a...
View ArticlePowerShell Studio • Warning on filter function requiring Process block
Operating system: Windows 11PowerShell version(s): 5.8.249There is an incorrect warning on filter functions using pipeline values. Code: filter Get-AbsoluteFilePath...
View ArticleCustomer Service • $Script:Variable work in debug mode but not in build
Hi Community,I declared a variable :Code: [Boolean]$sortDescending = $FalseWhen I modify it in a function, it works in debug mode. It no longer works in the compiled exe. Code:...
View ArticlePowerShell • $Host.Name / (Get-Host).Name and Using it with Invoke-Command
I have a PowerShell/JEA Session Configuration/endpoint. I want my form/application to be the only entity allowed to use it. This is to say, that I don't want people using it from the ConsoleHost,...
View ArticlePowerShell Studio • KeyBoard Shortcut Missing for newer Find (Shift+F3)
Hello, I have noticed the missing keyboard shortcut used with the "find" dialog.Find always included "F3"--> find next and "Shift+F3"--> find previousI like the new Arrows, but the "Shift+F3...
View ArticlePowerShell GUIs • After packaging the GUI that I created I am unable to run...
After it is packaged, I am getting the error message "The directory name is invalid". It is really hard to know what PowerShell Studio is having a problem with since it not specifying a path that is...
View ArticleCustomer Service • Change Account owner
Hi, I will soon leave my company and is currently the account owner for a number of licenses that I administer. How do I best transfer the ownership to a new person who will manage the...
View ArticlePowerShell Studio • GitHub Copilot Support
Product, version and build: Powershell Studio 2024Operating system: WindowsPowerShell version(s): 2024Ok so last year you dodged the question of GitHub support in PowerShell Studio. "Copyright issues"...
View ArticlePowerShell Studio • Packaging and including an executable
To help you better we need some information from you.*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we...
View ArticlePowerShell Studio • Error: Cannot open AMSI session
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.249OS: Windows 11.0.22631 & Windows 10 v10.0.19045.0PS Version(s): 5.1.22621.1When trying to build a package, I get the following error:SAPIEN...
View ArticlePowerShell Studio • command get-acl don't work correctly under powershell...
function Get-AclBranch { param ( [parameter(Mandatory = $true)] [string]$pBranch ) $vACLs = get-acl $pBranch; $vDomainSids = [regex]::Matches($vACLs.Sddl, 'S-1-5-21(-\d+){4}') | ForEach-Object {...
View ArticleWish List and Feature Requests • Include Github Copilot
Product, version and build: Powershell Studio 2024Operating system: WindowsPowerShell version(s): 2024I've been using this product for years, and I think it's great. I use VSCode for all...
View ArticlePowerShell GUIs • PowerShell GUI but with silent mode, output in PS Window
Hey all,I have written a script that has a GUI for interaction, but the desire to interact with it via command line has come up and I have implemented some basics of being able to run actions...
View ArticlePowerShell • does not contain a method named 'op_Addition'
When I type the following code in a PowerShell console window (version 5.1) it works fine:$locked = @()$locked = Search-ADAccount -LockedOutBut when I run it in PowerShell Studio 2024 I get:ERROR:...
View ArticlePowerShell Studio • When packaging psf in exe, any manifest result in error
Product, version and build: Powershell Studio 2024 v. 5.8.250Operating system: Windows 10PowerShell version(s): 5*** Please add details and screenshots as needed below. ***Hello,When I use the...
View ArticlePowerShell Studio • PowerShell 7.4.6 - Status bar and picture boxes not...
Hi, I apologize if this has been talked about before. When using statusbars and pictureboxes with PowerShell 7.4.6 and dotnet 8 I’m getting “BinaryFormatter serialization and deserialization are...
View ArticlePowerShell • PowerShell Console freeze
Hello,After the write-progress command sometimes my Powershell console freezes and I have to press a key to continue. How can this be fixed?Thanks for your help,Statistics: Posted by Philaubur — Wed...
View Article