VersionRecall • 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 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 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 • 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 ArticlePowerShell GUIs • Dealing with common functions
We have two files that store common functions.One is a psm1 file used by scheduled scripts and is stored as a module in the usual module location.AIUI I cannot use that for functions I compile with PS...
View ArticlePowerShell Studio • get-service startuptype returns nothing
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.238OS: Windows 11.0.22631PS Version(s): 5.1.22621.1, 7.2.18PSS seems to drop the StartupType property from get-service cmdlet. It will return...
View ArticlePowerShell Studio • Error: Writing scripts to bin\x64\my.exe failed, error...
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 • Datagridview painting after function Set-ControlTheme
In the function Set-ControlTheme, I added thses vars and then added to the elseif ($target -is [System.Windows.Forms.DataGridView] to paint my dgvCode: if ($Theme -eq...
View ArticlePowerShell • Need to stop and display error if user exists
I have a form I created that creates user objects in AD. As part of it I added a button to check if the proposed samaccountname already exists, if it does it displays it in a text box. However, as...
View ArticlePowerShell Studio • Build process triggers alerts from Windows Defender
Product, version and build: PowerShell Studio 2023 (64 Bit) Build: v5.8.221Operating system: Windows 10 Enterprise (64 Bit) Build: v10.0.22621.0PowerShell version(s): 5.1.22621.2506Hi, this morning I...
View ArticlePowerShell GUIs • Download File With Progress Bar Overlay
Greetings to all the members of the community, I turn to your help since I have searched the web and I have not been able to find a solution, I would like help or an example of how I could download a...
View ArticlePowerShell Studio • Virus warning installing 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 ArticlePowerShell Studio • Search history
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 ArticleWish List and Feature Requests • Change Automatic Formatting of Colons For...
This is one of those things that isn't really a big deal but I'm hoping that, for that reason, it's one you guys might be willing to address. Whenever the PowerShell Studio editor's automatic...
View ArticlePowerShell • Create ACL groups
I am not an expertI copied folders from two different servers in different domain .Unfortunately, the folders on the destination server cannot be reached from the users because the ACL groups copied...
View ArticleCustomer Service • Windows Form with a service
Is there any way to show Windows Form with a PS Service that I created using PowerShell Studio?I would like to show a Windows Form when user clicks on tray application or we need to create two...
View ArticlePowerShell Studio • How to use ISE color theme in PowerShell Studio?
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 • Cut & Paste of buttons make them not work
I recently created a Form in PowerShell Studio 2024 that included a tabcontrol and each tab had its own series of buttons and textboxes and everything worked as expected. Based on feedback from my...
View ArticlePowerShell • Supress output from a build file (.exe)
hi,i have this code in my script: ($myIP = Get-NetIPAddress -AddressFamily IPv4 | Select-Object IPAddress)When i build the script and run it (.exe file) i receive this in the console: I have tried to...
View ArticlePowerShell GUIs • CheckedListBox prevent user from unchecking all boxes and...
First let me be clear although i do have a license for Powershell Studio 2022, i'm not using it in this example.. it seems very overwhelming to me, i am just too new at trying to create GUIs to know...
View Article