PowerShell Studio • Re: get-service startuptype returns nothing
Did some more testing and found that if I wrapped the service inside PWSH it does return the results..ie..pwsh -command {foreach ($Service in get-service | Select-Object -property Name, Startuptype,...
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 Studio • Re: Error: Writing scripts to bin\x64\my.exe failed,...
Error code 87 (you can find quite some references here in the forum) indicates "Parameter incorrect" which is basically a catch all error in Windows.It can point to corrupt file system or simply a...
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 • Re: Need to stop and display error if user exists
like this ?Code: $button1_Click={if ((Get-ADUser -Filter "sAMAccountName -eq '$($User_ID_Input_Box.Text)'")){$User_ID_Input_Box.Text = "User already exists"return}else{$User_ID_Input_Box.Text = "10...
View ArticlePowerShell GUIs • Re: Datagridview painting after function Set-ControlTheme
moved from $datagridview1_DataBindingComplete to a $datagridview1_CellFormatting event and it works as expectedStatistics: Posted by apowershelluser — Tue Mar 19, 2024 10:19 pm
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 Studio • Re: WebView2 & PowerShell Studio Problematic
Changes have been made to the next service build regarding the WebView2 control. I don't have an ETA on when that will be released, but I will update you when I have more information.Statistics:...
View ArticlePowerShell Studio • Re: Build process triggers alerts from Windows Defender
I know these type of things are always jarring. Below is my standard reply on the subject for completeness, but please read on.We have no control over your script, we cannot access your computer and...
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 ArticleWish List and Feature Requests • Re: Azure / Intune
Hello, I can't find where to send the request. Can you guide me?Statistics: Posted by herman251 — Thu Mar 21, 2024 7:08 pm
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 • Re: Virus warning installing Powershell Studio 2024
Statistics: Posted by TVCDeveloper — Fri Mar 22, 2024 6:33 pm
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 ArticleWish List and Feature Requests • Re: Change Automatic Formatting of Colons...
Thank you for reporting this behavior. I've been able to reproduce this behavior and will file a bug report for the development team. When I have any updates, I'll post here.Statistics: Posted by...
View ArticlePowerShell Studio • Re: Search history
What do you see in the dropdown in the Find/Replace dialog (CTRL+F)?You should be able to close files or the window and it should retain the search in the dropdown.Statistics: Posted by brittneyr —...
View Article