PowerShell 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 • 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: Can't find my project after power outage
I cannot answer that question without seeing the project files.You should always be backing up all project files. This way if an issue arises again, the full project can be recovered.Statistics:...
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 • Font's and Engines
Ok. I have been working on this for a few days. My engine is set to SAPIEN PowerShell V5 Host (Windows Forms)Now, I have set the default font for the whole form to Courier 9 Bold. I have also set the...
View ArticlePowerShell GUIs • Re: Font's and Engines
Does your form look as expected when you run it as a script before packaging it with a script engine? Does your form look as expected from the designer?Statistics: Posted by brittneyr — Fri May 10,...
View ArticlePowerShell GUIs • Re: JobTracker Variable passing
Based on what you are showing, I don't think you need to pass any parameters into your jobscript, I think you just need to your jobscript to return the Variable that you want to use.Then in the...
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 ArticleFormer and Future Customers - Questions • Re: Education discount for post...
Please send an email to sales@sapien.com with the details. Please indicate if our product(s) will be used in a class room setting or not.Statistics: Posted by Alexander Riedel — Mon May 13, 2024 9:00 am
View ArticlePowerShell GUIs • GUI question - Adding device to a "list" for...
Hi im in a middle of creating af tool for debugging logs.have created a simple gui for bulk import device and check if they are online for now.My next thing to do is to add those device you want to...
View ArticlePowerShell GUIs • Re: GUI question - Adding device to a "list" for...
why does it not append but "reset"?same code in ISE seem to work??Statistics: Posted by lontru — Tue May 14, 2024 5:54 am
View Article