PowerShell Studio • Re: Powershell forms Project and Globals.ps1 variable not...
What do you mean by cannot use it in a form? Can you please elaborate as to what you are doing? Are you getting errors when you attempt to run? If so, can you post the errors here? How are you adding...
View ArticlePowerShell GUIs • Kiosk mode
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: Kiosk mode
[Topic moved to PowerShell GUIs by moderator]Statistics: Posted by brittneyr — Fri Nov 22, 2024 7:22 am
View ArticlePowerShell Studio • Error Message Exiting Powershell Studio 2024
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.251OS: Windows 11.0.26100PS Version(s): 5.1.26100.1882, 7.4.6, 7.4.1Getting the below message when exiting Powershell Studio 2024[2024.11.23 -...
View ArticlePowerShell Studio • Re: Error Message Exiting Powershell Studio 2024
Can you please upload your entire Errorlog.txt file from here:C:\Users\[User]\AppData\Roaming\SAPIEN\PowerShell StudioYou can upload it here:https://www.sapien.com/support/uploadAre your projects...
View ArticleCustomer Service • Re: Change Account owner
Hi, and thanks - yes but would that not just transfer the individual activation code and license. I am the owner of the account itself (with three licenses that my different co-workers use)) and...
View ArticlePowerShell GUIs • Multi Forms Passing data bidirectional
I am trying to pass data from parent to child and child to parent.I see how to get data from text boxeshow do I pass variables, arrays, datasets...Thank you for any help you can...
View ArticleCustomer Service • Black Friday/Cyber Monday 2024????
Yes? No?? You guys know you want to post a coupon code. Let's do it!!Statistics: Posted by HCNJohn — Fri Nov 29, 2024 6:12 am
View ArticleCustomer Service • Re: Black Friday/Cyber Monday 2024????
Hi HCNJohn, when you have a chance, read our blog... https://www.sapien.com/blog/2024/11/29/ ... f-weekend/Statistics: Posted by J A Reif — Sat Nov 30, 2024 9:17 am
View ArticlePowerShell GUIs • Re: Multi Forms Passing data bidirectional
You may find the following helpful:https://info.sapien.com/index.php/guis/ ... jects-workStatistics: Posted by brittneyr — Sat Nov 30, 2024 11:29 am
View ArticlePowerShell • Re: PowerShell Console freeze
Update PowerShell: Use the latest version to avoid bugs.Reduce Updates: Update the progress bar less frequently, e.g., every 10 iterations:if ($i % 10 -eq 0) { Write-Progress -Activity "Processing"...
View ArticlePowerShell • Re: does not contain a method named 'op_Addition'
The issue arises because in some contexts, $locked = @() creates an empty array, and PowerShell expects op_Addition to append results to it. This works fine in the standard console but behaves...
View ArticlePowerShell • Best tools for automating server management with PowerShell?
Hiiii,I’m trying to streamline server management tasks using PowerShell and looking for tool recommendations. so far, i’ve been exploring tools like scriptrunner, powershell universal, and attune....
View ArticleCustomer Service • Black Friday Maintenance Renewal Sale??
So far, it looks like no joy… but maybe, just maybe, can it be MUCH JOY?? Statistics: Posted by elachowitz — Mon Dec 02, 2024 5:43 am
View ArticleCustomer Service • Re: Black Friday Maintenance Renewal Sale??
Check out our blog:https://www.sapien.com/blog/2024/12/02/ ... tarts-now/Statistics: Posted by brittneyr — Mon Dec 02, 2024 7:49 am
View ArticlePowerShell Studio • PS 7.4.6 Packaging issues?
Product, version and build: Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.251OS: Windows 11.0.26100PS Version(s): 5.1.26100.1882, 7.4.6I have a Windows Forms app that I need to package for...
View ArticlePowerShell Studio • Re: PS 7.4.6 Packaging issues?
Do you get any error messages or entries in the system event logs?Statistics: Posted by Alexander Riedel — Mon Dec 02, 2024 12:44 pm
View ArticlePowerShell Studio • Packaged project not showing prompts as system user
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.251OS: Windows 11.0.22631PS Version(s): 5.1.22621.1Maybe I haven't seen this before or even tried doing it this way. But if I am a non admin on a...
View ArticlePowerShell Studio • Re: Packaged project not showing prompts as system user
If a scheduled task set to run "As System" doesn't show a prompt on your screen, it's likely because tasks running with system privileges are designed to operate silently in the background without...
View ArticlePowerShell Studio • Re: PowerShell 7.x – ProgressBarOverlay does not work (EXE)
I have an update regarding this issue. After some digging, we have discovered that this is related to a Microsoft packaging issue between .NET 8, .NET 9, and PowerShell 7. An assembly that is being...
View Article