PowerShell GUIs • Close form on Escape Key
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 GUIs • Re: Close form on Escape Key
Code: $form1_KeyDown=[System.Windows.Forms.KeyEventHandler]{#Event Argument: $_ = [System.Windows.Forms.KeyEventArgs]#TODO: Place custom script hereIf ($_.KeyCode -eq...
View ArticlePowerShell Studio • Re: Add-Type error in powershell core v7 package
Alexander, thanks for the detailed explanation. I wrote the DLL some years ago using GOLANG, will now look at re-developing it or sticking with PowerShell 5.x.MikeStatistics: Posted by mike_cuff — Thu...
View ArticlePowerShell Studio • Re: Background jobs don't work from packaged code and...
The issue lies with the Start-Job command being hosted in other applications, such as packaged scripts from our SAPIEN Script Packager.As stated in the forum post mentioned, Start-Job depends on the...
View ArticlePowerShell Studio • WebView2 & PowerShell Studio Problematic
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.238OS: Windows 10.0.19045PS Version(s): 5.1.19041.1, 7.3.4, 7.3.4Hi,I have several large existing PowerShell Studio Form projects that use (and...
View ArticlePowerShell Studio • Expand All Aliases to Cmdlets keyboard shortcut not working
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: WebView2 & PowerShell Studio Problematic
Thank you for reporting. We will look into this and get back to you.Can you please upload one of your projects with this behavior here:https://www.sapien.com/support/uploadStatistics: Posted by...
View ArticlePowerShell Studio • Re: Expand All Aliases to Cmdlets keyboard shortcut not...
From my initial tests, I've not been able to reproduce this behavior.Is the editor in focus when you attempt the shortcut?Are the aliases that are not updating recognized by the editor?Statistics:...
View ArticleFree Tools • PowerShell Help
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 • Running a script during MSI install
I hope this is the right section to post this in.I'm having trouble running a script successfully during the MSI installation process.My goal is to import a set of modules as a custom action during...
View ArticleWish List and Feature Requests • Re: Azure / Intune
Looking more into Azure support is on our to-do list.As for Intune, please submit a feature request with as much detail as possible here:https://www.sapien.com/requestsStatistics: Posted by brittneyr...
View ArticleFree Tools • Re: PowerShell Help
It doesn't automatically import, you have to tell it what you want.Did you get any error messages? Could you upload a helpfile that failed to import?Statistics: Posted by Alexander Riedel — Mon Mar...
View ArticleVersionRecall • Version Recall 2024 DateStamps on Files with Same Date
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 ArticleVersionRecall • Re: Version Recall 2024 DateStamps on Files with Same Date
That is pretty strange. I will investigate. How is the creation date?Statistics: Posted by Alexander Riedel — Mon Mar 11, 2024 2:02 pm
View ArticlePowerShell GUIs • Dynamically create buttons with on click events
Hi, I want to create a GUI which displays several buttons to launch an Application.We have an App with several different systems (6 or more Desktop Icons). I want to hide the apps from desktop and...
View ArticlePowerShell GUIs • Re: Dynamically create buttons with on click events
[Topic was moved to PowerShell GUIs forum by moderator]Statistics: Posted by brittneyr — Tue Mar 12, 2024 6:57 am
View ArticlePowerShell • Re: Running a script during MSI install
I am not sure what your expectation is here. Import-Module is a session specific thing. So it will import that module in the script that runs as a custom in the installer. It has no lasting effect on...
View ArticlePowerShell Studio • Message: PowerShell cannot be instantiated
A packaged script throws an exception when executed. Message details:The type initializer for 'System.Net.ServicePointManager' threw an exception.The project runs fine as an exported script. See the...
View ArticlePowerShell Studio • Re: Message: PowerShell cannot be instantiated
Please look at the following and see if this applies to your issue:https://superuser.com/questions/1399906 ... nager-threIf this is not the case, can you upload your script and psbuild file...
View ArticlePowerShell Studio • Unable to Install PowerShell Studio 2024
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 Article