PowerShell Studio • Re: Package as PS V7?
While you can run scripts with V7 in some capacity prior, official support for V7 wasn't added until service build 5.7.175.For more information, you may find the following blog...
View ArticlePowerShell Studio • Run Selection In Console - Not reading If Else correct
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.241OS: Windows 10.0.19045PS Version(s): 5.1.19041.1, 7.4.2Something I never had an issue with before latest version.* Highlight Select a section of...
View ArticlePowerShell Studio • Re: Run Selection In Console - Not reading If Else correct
This functionality has not changed and this is expected behavior. If you copy and paste the code in a separate console, you will get the same behavior.Statistics: Posted by brittneyr — Thu May 02,...
View ArticlePowerShell Studio • Issue with Running Script from Path Containing Single...
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.241OS: Windows 10.0.19045PS Version(s): 5.1.19041.1, 7.4.2I am encountering a problem when trying to execute a script through PowerShell Studio,...
View ArticlePowerShell Studio • Re: Issue with Running Script from Path Containing Single...
We are looking into this and will get back to you soon.Statistics: Posted by brittneyr — Fri May 03, 2024 9:48 am
View ArticlePowerShell Studio • Spelling error in SAPIEN Script Packager
Product, version and build: PowerShell Studio 2024, 5.8.238Operating system: Windows 11PowerShell version(s): 5.1.22621.2506I noticed the following spelling error in SAPIEN Script Packager. It says,...
View ArticlePowerShell Studio • Re: Spelling error in SAPIEN Script Packager
Arg? How did that happen? Thanks, I will have a word with QA Statistics: Posted by Alexander Riedel — Sat May 04, 2024 5:24 pm
View ArticlePowerShell Studio • Can't find my project after power outage
Product: PowerShell Studio 2020 (64 Bit)Build: v5.7.178OS: Windows 10 Pro (64 Bit)Build: v10.0.19045.0I was working on a project that I was saving through last night and this morning. This morning I...
View ArticlePowerShell Studio • Re: Can't find my project after power outage
Please upload your project along with all it corresponding files that you can find so we can help determine the issue:https://www.sapien.com/support/uploadStatistics: Posted by brittneyr — Tue May 07,...
View ArticlePowerShell • Limitation in Trial Version for Service
Is there any limitation for PowerShell service in trial verison?I created a service > service worked for some time and then when I try to run complied service again it just resets itself. I can...
View ArticlePowerShell • Re: Limitation in Trial Version for Service
So I changed the sleep seconds here and I could notice it is actually checking before IF condition as log file resets exactly after below seconds.I modified to 120 and could see log resetting after...
View ArticlePowerShell • Looking for Direction on PowerShell Content for Automated File...
Hello SAPIEN Community,I am currently working on a project that involves automating file backups using PowerShell and I am searching for direction on the best way to deal with make a script that...
View ArticlePowerShell • System.drawin.sizeF
Hi,Since this morning my forms is appearing badly. Colums are overlapping so label are overlapping text box.I compared various version exportAnd found in my latest export: Code:...
View ArticlePowerShell • Re: System.drawin.sizeF
This can be set from the script portion of your PSF file via code.The AutoScaleDimensions property is not browsable and therefore cannot be set from the designer. The Browsable attribute specifies...
View ArticlePowerShell Studio • Re: Issue with Running Script from Path Containing Single...
We have been able to reproduce the issue and it should be fixed in the next service release. I do not have an ETA for the next release at this time.Statistics: Posted by brittneyr — Wed May 08, 2024...
View ArticlePowerShell GUIs • Re: Font's and Engines
If you can, please zip and load up the original psf file, so that we can attempt to recreate the issue:https://www.sapien.com/support/uploadI was not able to reproduce issue in our testing...
View ArticlePowerShell GUIs • PowerShell PSF compiled form doesn't show
Hello, I have created a working PowerShell form in PowerShell Studio. Once compiled into an exe file, the form doesn't show on many computers.I have noticed that if I pull the compiled (exe) form out...
View ArticlePowerShell GUIs • Add-JobTracker and passing ArgumentList how ??
i try to pass computername to the argumentlist ind the paramAddJobTracker but it doesnt get passed am i doing it the wrong way?Code: $button_StartJob_Click={$ComputerName =...
View ArticlePowerShell GUIs • Re: Add-JobTracker and passing ArgumentList how ??
below code seem to work but how to you do the same when using the Add-JobTracker @paramAddJobTracker method?Code: $button_StartJob_Click={$ComputerName = "lb00926"$button_StartJob.Enabled =...
View ArticleFormer and Future Customers - Questions • Education discount for post...
I am an instructor at the Northern Alberta Institute of Technology in Edmonton, Alberta Canada. I am in the process of developing a tool for our first year Network Engineering Technology students to...
View Article