Search found 13 matches

by SABeShnik
Wed Nov 16, 2016 3:25 am
Forum: PowerShell GUIs
Topic: Frozen GUI during perform PS script
Replies: 1
Views: 1427

Frozen GUI during perform PS script

Good day for all! Help, please. I have: Power Shell Studio 2015 x86 Windows 7 x86 And i have a trouble: A wrote a script - queue monitoring for Exchange server. Script output status data in console and in GUI. In console all ok in realtime, and in GUI is bad, becouse GUI in this time are frozen. Hel...
by SABeShnik
Fri Jul 22, 2016 1:28 am
Forum: PowerShell GUIs
Topic: Addind and calling file to PSS Project
Replies: 1
Views: 1193

Addind and calling file to PSS Project

Hi, PS Guys! Software: PowerShell Studio 2015x86 I've a project with GUI. I need to use .PFX certificate (file). I want add certificate file (.pfx) in compilled file "MyProgram.exe". I do (have do): - right-click on the my project tree root ---> "Add Existing File...". After this...
by SABeShnik
Mon Apr 25, 2016 11:23 pm
Forum: PowerShell GUIs
Topic: Hang the graphics window when running
Replies: 2
Views: 1886

Hang the graphics window when running

Hello everyone!

OS: Win7x64
Soft: PS 2015x86

Help please how to make so that when you run a long script graphic program did not hang?

Compiled program crashes graphically, if you click the button the script is running longer than 3 seconds. After running the script, all is well.
by SABeShnik
Wed Feb 10, 2016 10:47 pm
Forum: PowerShell GUIs
Topic: create a new form by clicking on the button
Replies: 3
Views: 2674

Re: create a new form by clicking on the button

Hi jvierra! Glad to see here. I looked your link, thanks, but ... not all worked :( In the main project added a new blank form. On a new blank form added RichTextBox. Want pressing the button in the main form - start a new form and cmdlet displays the result in a RichTextBox in this new form. Now I ...
by SABeShnik
Wed Feb 10, 2016 12:28 am
Forum: PowerShell GUIs
Topic: create a new form by clicking on the button
Replies: 3
Views: 2674

create a new form by clicking on the button

Hi guys!

OS: Win7x64
Soft: PS 2015x86
My Project = New -> New Form Project (in "New" menu there is no item *multi*)
Help please create a new form by clicking on the button on current project.
The form with RichTextBox + CheckBox
by SABeShnik
Fri Feb 05, 2016 4:12 am
Forum: PowerShell GUIs
Topic: ComboBox + Get-ExchangeServer = Error
Replies: 8
Views: 4889

Re: ComboBox + Get-ExchangeServer = Error

Totally agree! Check for yourself :)
by SABeShnik
Thu Feb 04, 2016 9:50 pm
Forum: PowerShell GUIs
Topic: ComboBox + Get-ExchangeServer = Error
Replies: 8
Views: 4889

Re: ComboBox + Get-ExchangeServer = Error

Hi PowerShell guys! When i add a Combobox on the form is automatically added PowerShell function "Load-ComboBox". I think the problem was in this PowerShell function. 1. Deleted it and all the Comboboxes, then added them again; 2. "Add-PSSnapin Microsoft.Exchange.Management.PowerShell...
by SABeShnik
Wed Feb 03, 2016 5:57 am
Forum: PowerShell GUIs
Topic: ComboBox + Get-ExchangeServer = Error
Replies: 8
Views: 4889

Re: ComboBox + Get-ExchangeServer = Error

jvierra, as soon as you came in the post - almost immediately it worked :) :!: Thank you.
A little later I will describe here in detail.
by SABeShnik
Wed Feb 03, 2016 4:40 am
Forum: PowerShell GUIs
Topic: ComboBox + Get-ExchangeServer = Error
Replies: 8
Views: 4889

Re: ComboBox + Get-ExchangeServer = Error

Exchange 2010 is not compatible with PowerShell versions 3 and newer. Hi jvierra! Thank you for joining to solve my problem! I used this on Exchange 2013 servers - the problem is the same: "is not recognized cmdlet ....". If use the Exchange 2013 cmdlets without Combobox - all works. If i...
by SABeShnik
Tue Feb 02, 2016 10:13 pm
Forum: PowerShell GUIs
Topic: ComboBox + Get-ExchangeServer = Error
Replies: 8
Views: 4889

ComboBox + Get-ExchangeServer = Error

Hi PowerHell guys! Indicated at the beginning of the script : Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010 Get error when using ComboBox with Exchnage cmdlet "Get-ExchangeServer": CMDLine: Load-ComboBox $combobox_ServerName (Get-ExchangeServer | ? { $_.ServerRole -ne 'EDGE' ...