Search found 399 matches

by mxtrinidad
Wed Oct 09, 2019 7:07 am
Forum: PowerShell Studio
Topic: NetApp DataONTAP Module
Replies: 6
Views: 2791

Re: NetApp DataONTAP Module

Make sure that the module is "checked" in the "PowerShell Cache Editor". This will refresh the "Object Browser" list.
Cache_01_2019-10-09_10-03-46.png
Cache_01_2019-10-09_10-03-46.png (227.06 KiB) Viewed 2779 times
by mxtrinidad
Wed Oct 09, 2019 6:40 am
Forum: PowerShell Studio
Topic: NetApp DataONTAP Module
Replies: 6
Views: 2791

Re: NetApp DataONTAP Module

Thanks for reporting the issue.

Our team will be investigating and we'll get back to you soon.
by mxtrinidad
Wed Oct 09, 2019 6:21 am
Forum: PowerShell Studio
Topic: Trouble Browsing POSTGRESQL Database
Replies: 5
Views: 2601

Re: Trouble Browsing POSTGRESQL Database

Thanks for reporting the issue.

Our team will be investigating and we'll get back to you soon.
by mxtrinidad
Tue Oct 08, 2019 4:14 pm
Forum: PrimalXML
Topic: Missing Icon in Context Menu
Replies: 1
Views: 16793

Re: Missing Icon in Context Menu

Thanks for reporting the issue. We'll be working on getting it corrected!
by mxtrinidad
Mon Oct 07, 2019 8:37 am
Forum: PowerShell Studio
Topic: Psf Out-Gridview -Passthru | Restart-Service produces error
Replies: 7
Views: 2557

Re: Psf Out-Gridview -Passthru | Restart-Service produces error

Easy to forget when you work all the time as an admin and already have control of your system.
PowerShellStudio_Elevation_Button_2019-10-07_11-34-46.png
PowerShellStudio_Elevation_Button_2019-10-07_11-34-46.png (31.88 KiB) Viewed 2547 times
by mxtrinidad
Mon Oct 07, 2019 8:20 am
Forum: PowerShell Studio
Topic: Psf Out-Gridview -Passthru | Restart-Service produces error
Replies: 7
Views: 2557

Re: Psf Out-Gridview -Passthru | Restart-Service produces error

OK! The issue you're experiencing is due to admin rights.

You need to open PowerShell Studio as an Administrator in order for the restart service to work in the form.
by mxtrinidad
Mon Oct 07, 2019 8:00 am
Forum: PowerShell Studio
Topic: Psf Out-Gridview -Passthru | Restart-Service produces error
Replies: 7
Views: 2557

Re: Psf Out-Gridview -Passthru | Restart-Service produces error

Ah! I see now. Let's take a look at this issue and get back to you.
Thanks
by mxtrinidad
Thu Oct 03, 2019 8:15 am
Forum: PrimalScript
Topic: PrimalScript 2019 crashing when I open a specific script
Replies: 4
Views: 4019

Re: PrimalScript 2019 crashing when I open a specific script

Thanks for providing the script! We are currently investigating the issue you are experiencing and we'll get back to you soon.
by mxtrinidad
Tue Oct 01, 2019 4:04 pm
Forum: PowerShell GUIs
Topic: Auto update an exe on failed version check
Replies: 3
Views: 1488

Re: Auto update an exe on failed version check

First, the process you're describing won't work. As you mention, the executable is already running. Now, it may be possible to: 1. Create a background process (if the older version exists) to run outside the executable which could terminate the running process. 2. Then uninstall the executable. 3. A...
by mxtrinidad
Tue Oct 01, 2019 3:03 pm
Forum: PowerShell GUIs
Topic: Get-Credential and PowerShell 7 preview
Replies: 3
Views: 3356

Re: Get-Credential and PowerShell 7 preview

"... By using the .NET Core 3.0 SDK component Windows Desktop, you can port your Windows Forms and Windows Presentation Foundation (WPF) applications. " https://docs.microsoft.com/en-us/dotnet/core/whats-new/dotnet-core-3-0 Yes! But it doesn't mean existing Windows PowerShell cmdlets "...