PowerShell Studio • Re: KeyBoard Shortcut Missing for newer Find (Shift+F3)
I have been able to reproduce this issue and have filed a bug report with the development team. I did notice that the keyboard short 'Shift+F3' worked as expected for me when the Find/Replace dialog...
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 • Re: Packaging and including an executable
You cannot include an executable with your packaged script, but you can make an installer (MSI) for your packaged script and the additional executable. This will install both files under Program...
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 • Re: Error: Cannot open AMSI session
We are looking into this and will get back to you soon.Statistics: Posted by brittneyr — Mon Nov 04, 2024 12:56 pm
View ArticlePowerShell Studio • Re: PowerShell 7.x – ProgressBarOverlay does not work (EXE)
Is there any news or a date by which the error will be fixed?Many thanks and best regardsStatistics: Posted by freeman — Tue Nov 05, 2024 4:31 am
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 ArticlePowerShell Studio • Re: command get-acl don't work correctly under powershell...
We are looking into this and will get back to you soon.Statistics: Posted by brittneyr — Tue Nov 05, 2024 9:17 am
View Article