
Search found 368 matches
- Wed May 16, 2018 5:51 pm
- Forum: Windows PowerShell
- Topic: Combining two cell values and checking Active Directory.
- Replies: 11
- Views: 2217
Re: Combining two cell values and checking Active Directory.
Don't you think it would be much easier to create the code to match the FirstName+UserName outside the DataGridView? This way you can build the result PSObject to Display the ones with the issues on a separate code, like a custom function.


- Mon May 14, 2018 2:56 pm
- Forum: PowerShell GUIs
- Topic: Dynamic ComboBox not loading
- Replies: 10
- Views: 1329
Re: Dynamic ComboBox not loading
As JVierra stated, you can't execute the code to populate the ComboBox in the "SelectedIndexChanged" event.
See the sample code I provided, it shows it work.

See the sample code I provided, it shows it work.

- Mon May 14, 2018 12:36 pm
- Forum: PowerShell GUIs
- Topic: Dynamic ComboBox not loading
- Replies: 10
- Views: 1329
Re: Dynamic ComboBox not loading
Make sure to check you got data in your $item variable before populating the ComboBox. If you're using a Cloud cmdlet and you're not connecting then the variable is null (not data).
- Mon May 14, 2018 12:22 pm
- Forum: PowerShell GUIs
- Topic: Dynamic ComboBox not loading
- Replies: 10
- Views: 1329
Re: Dynamic ComboBox not loading
Make sure to populate the ComboBox control, the code need to be on the button to create the array and not in the "$combobox1_SelectedIndexChanged" event. Then, you'll see the list when you click in the ComboBox. :) $button2_Click={ #TODO: Place custom script here $items = (dir).Name $combobox1.Items...
- Wed May 09, 2018 7:53 am
- Forum: PowerShell Studio
- Topic: Background jobs not processing
- Replies: 4
- Views: 1423
Re: Background jobs not processing
If the issue is always happening. Can you provide an example? You could zip a solution and send it to us.
We would gladly take a look at it.

We would gladly take a look at it.

- Tue May 08, 2018 11:43 am
- Forum: PowerShell Studio
- Topic: Missing file browser button in script packager settings dialog
- Replies: 5
- Views: 1352
Re: Missing file browser button in script packager settings dialog
As previously mention... Monitor DPI Scaling!
Are you running PowerShell Studio from a Virtual Machine? For now, I'm only seen this behavior running from a Virtual Machine.
Please confirm!
In my case , it doesn't show on my VM.
Are you running PowerShell Studio from a Virtual Machine? For now, I'm only seen this behavior running from a Virtual Machine.
Please confirm!
In my case , it doesn't show on my VM.
- Tue May 08, 2018 5:00 am
- Forum: PowerShell Studio
- Topic: Powershell Studio - Intellisense
- Replies: 3
- Views: 1179
Re: Powershell Studio - Intellisense
Hum! I see no behavior using Windows 10 client. Which version of PowerShell Windows you're using?
Please type $PSVersionTable and paste the result.
It could be the version of PowerShell on your Windows 7.

Please type $PSVersionTable and paste the result.
It could be the version of PowerShell on your Windows 7.

- Wed Apr 25, 2018 11:02 am
- Forum: Customer Service
- Topic: PowerShell 2.0 RTM
- Replies: 4
- Views: 3528
Re: PowerShell 2.0 RTM
Hey!! There's no stupid questions!! Please feel free to reach out any time.
This is why we are here to assist and help make you the superhero of PowerShell!!

This is why we are here to assist and help make you the superhero of PowerShell!!

- Wed Apr 25, 2018 7:38 am
- Forum: Customer Service
- Topic: PowerShell 2.0 RTM
- Replies: 4
- Views: 3528
Re: PowerShell 2.0 RTM
I never heard of PowerShell 2.0 licensing as its been integrated with Windows 7/8. Most important, this is an old technology and has been deprecated from recent releases of Windows Operating Systems. For more information, check the following link: https://blogs.msdn.microsoft.com/powershell/2017/08/...
- Sun Apr 22, 2018 6:16 pm
- Forum: PowerShell Studio
- Topic: Debugging GUI-project, linenumbers ?
- Replies: 2
- Views: 755
Re: Debugging GUI-project, linenumbers ?
Is it possible you could zipped and attached a copy of the form? This way we can take a look at the issue you're experiencing.
Thanks!
Thanks!