PowerShell 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 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 • Re: does not contain a method named 'op_Addition'
This might help:https://community.spiceworks.com/t/how- ... r/950539/4It seems this happens if you attempt to fill or append an array from an empty object.Statistics: Posted by Alexander Riedel — Fri...
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 • Re: When packaging psf in exe, any manifest result in error
It could be related to the Visual C++ runtime, make sure you have the Visual C++ 2015-2022 runtime installed. This error could also be mean that this runtime is corrupt therefore if it is installed,...
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 Studio • Re: PowerShell 7.4.6 - Status bar and picture boxes not...
This seems to be caused by this:https://learn.microsoft.com/en-us/dotne ... r-disabledI will forward this to the team. I am assuming (you know what that means) that there will need to be changes to...
View ArticleWish List and Feature Requests • Re: Include Github Copilot
Thank you for the feedback. You are welcome to make a feature request here: https://www.sapien.com/requestsStatistics: Posted by brittneyr — Tue Nov 12, 2024 10:38 am
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 ArticlePowerShell • Re: PowerShell Console freeze
Please note that you are posting in a SAPIEN community forum. This appears to be a repeat of a general PowerShell question.As there is little context or information it is unlikely that someone will...
View ArticlePowerShell Studio • Re: Packaging and including an executable
Hi Brittany, thank you for clarifying the limitation of a Package. I have read through the entire series of the Deploy/MSI steps and have also watched a youtube video on the subject and I am still...
View ArticleFormer and Future Customers - Questions • Updated MSI Install
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 ArticleFormer and Future Customers - Questions • Re: Updated MSI Install
Did you increase the version number between installers? If so, from what to what?Statistics: Posted by Alexander Riedel — Thu Nov 14, 2024 2:08 pm
View Article