Former and Future Customers - Questions • Re: Powershell studio 2024 uses the...
Looks like an encoding problem. What type of encoding are you using for your files? It is in the status bar.Statistics: Posted by Alexander Riedel — Sun Aug 18, 2024 4:37 pm
View ArticlePowerShell • compiling error code 2 ?
hi all,any idea what error code 2 means when compiling a script using Powershell Studio, latest version? the error doesn't say more, so I'm at a loss...Error: Writing settings to bin\x64\Packager.exe...
View ArticlePowerShell • Re: compiling error code 2 ?
https://learn.microsoft.com/en-us/windo ... es--0-499-Error code 2 means file not found. When packaging, that usually means that your A/V application, whichever one you use, snatched the new created...
View ArticlePowerShell Studio • Installing Powershell Studio 2024 in closed enviroment
hiI'm trying to install the PowerShell Studio 2024 (latest version) on Windows Server 2019 in my company.the environment is a closed one - no contact to the internet unless approved, and most of the...
View ArticlePowerShell Studio • Re: Installing Powershell Studio 2024 in closed enviroment
The trial installer is an online installer. The offline installer for any software you have a license for is *always* available on your SAPIEN account page.There is also an option to request an...
View ArticlePowerShell Studio • dot sourcing and debugging
Going on one of my previous posts:viewtopic.php?p=85822#p85822I have decided to dotsource my functions to share them between my PS Studio apps and other automation scripts.What I have noticed is that...
View ArticlePowerShell GUIs • Splashscreen image and pop-up web page.
Hi,On my GUI project I need to load a splashscreen but I need to connect to Exchange Online too (with a pop-up web page with password, authenthicator code....).When I put the command...
View ArticlePowerShell Studio • Hang opening projects when files are unavailable
Product, version and build: PowerShell Studio v5.8.224Operating system: Windows 10 22H2PowerShell version(s): 5, 7When opening a project where the folder has moved, or if on a cloud drive (OneDrive)...
View ArticlePowerShell Studio • Re: Hang opening projects when files are unavailable
There is not much that we can do if OneDrive is causing the product to hang. When did you receive these error messages? Was it before or after the product hangs? Does PowerShell Studio ever recover...
View ArticlePowerShell Studio • Re: dot sourcing and debugging
For debugging with dot sourced files, please try Debugging with Multiple Files (Ctrl+M):This will open a dialog with a list of files currently open in the editor to include while debugging:Statistics:...
View ArticlePowerShell GUIs • Using the LocationChange event in PowerShell
Hi Everyone,Can anyone point me to or give me an example of the needed logic for the *_LocationChange event for a form itself.I have first tried to have it show me a messagebox to tell me that the...
View ArticleCustomer Service • Too many running instances.
When launching Powershell Studio 2024 it keeps asking me to activate it. It shows as active in the store already under my devops suite license. I type in my username, password, and activation key and...
View ArticleCustomer Service • Re: Too many running instances.
This is a subscription license. While it can be activated on up to 20 computers it can only be active on two at the same time.According to our logs, you have the software activated on 4 computers and...
View ArticlePowerShell Studio • Temppoint files
Whenever a ps1 file is being edited, PS Studio creates a temppoint file which I assume is used for recovery purposes.It is really annoying though having them hanging around. For one I dot source all...
View ArticlePowerShell Studio • Re: Temppoint files
TempPoint files are for when you modify a file to allow you to easily undo all changes. The automatic restore point is only created once, at the time of first edit (start of a session). When you...
View ArticlePowerShell • Using parameters with MyService.exe
Hi,By following the guide for creating a service project, I got MyService.exe to work like I wanted.(https://www.sapien.com/blog/2022/06/14/ ... e-project/)How do I get the .exe to accept one or more...
View ArticlePowerShell • New shell window from GUI
Trying to launch a new shell window from a GUI based form. Using the below code works when I debug the program from within Powershell Studio..Code: Start-Process powershell.exe -argumentlist...
View ArticlePowerShell Studio • Webview2
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.246OS: Windows 10.0.19045PS Version(s): 5.1.19041.1, 7.4.2, 7.3.4As a bit of a novice, particularly, in the Web side of things, I thought I'd share...
View ArticlePowerShell Studio • Re: Webview2
You should not be able to set the source from the Designer. If you are seeing the 'Property value is not valid' message, the value was not set. Selecting cancel will set it back to the last valid...
View ArticlePowerShell • Comment based help.
I have one script, just one (which is weird) that will not work with get-help. Here is the section <#.SYNOPSISThis script will modify permissions ona shared mailbox.DESCRIPTIONThis script will...
View Article