Search found 25 matches

by Kilsgaard
Thu Mar 16, 2023 11:14 am
Forum: PowerShell Studio
Topic: RSEE64 fails with pdm.dll failed to register
Replies: 3
Views: 3393

Re: RSEE64 fails with pdm.dll failed to register

Hi Thanks, i will look into it: a)Does you know what prerequisites the 2023 version needs, and what version of visual studio runtime? i have installed 2017, 2019 and 2022. b) i am domain and local administrator on the workstaions and servers, so do not think it is that. c)I have tried with sysintern...
by Kilsgaard
Wed Mar 15, 2023 11:44 am
Forum: PowerShell Studio
Topic: RSEE64 fails with pdm.dll failed to register
Replies: 3
Views: 3393

RSEE64 fails with pdm.dll failed to register

Hi

Is there a way to fix the pdm.dll failed to register, when installing RSEE64.exe (SAPIEN Remote Script Execution and debugging Service (64 Bit)).
It fails my 6 development serveres/clients.
2023-03-15 19_12_21-Remote Desktop Manager [GKI999-KMC].png
2023-03-15 19_12_21-Remote Desktop Manager [GKI999-KMC].png (29.79 KiB) Viewed 3393 times
thanks on adwance :-)
by Kilsgaard
Thu Jan 19, 2023 11:30 am
Forum: PowerShell Studio
Topic: Invoke-WebRequest : Value of '-1' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.
Replies: 2
Views: 6096

Invoke-WebRequest : Value of '-1' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.

Hi I have the same problem as: https://www.sapien.com/viewtopic.php?f=12&t=16179 Product, version and build: Powerhell Studio 2023 - 5.8.215 Operating system: Windows 11 Enterprise PowerShell version(s): V5 - 64 Bit When I try to make an: Invoke-WebRequest I get the following error: ERROR: Invok...
by Kilsgaard
Tue May 10, 2022 12:43 am
Forum: PowerShell ModuleManager
Topic: Update modules on Powershell 7
Replies: 1
Views: 20555

Update modules on Powershell 7

Hi

I am looking for a way to keep modules updated at our team.
I have looked at the module manager, but is there any way to keep modules updated for powershell 7, it looks like it is only working on powershell 5 ?

Best regards
Graves
by Kilsgaard
Thu Nov 11, 2021 7:14 am
Forum: PowerShell
Topic: Wrong encoding from - Invoke-WebRequest
Replies: 4
Views: 3572

Re: Wrong encoding from - Invoke-WebRequest

Hi

Thanks for the idea's.

Got it working writing a file, and reading it again..

It was the quick fix, but I will try work with the New-WebServiceProxy when I modify my code :-)

/Graves
by Kilsgaard
Thu Nov 04, 2021 9:08 am
Forum: PowerShell
Topic: Wrong encoding from - Invoke-WebRequest
Replies: 4
Views: 3572

Wrong encoding from - Invoke-WebRequest

Hi I am in the need of, some serious help :-) I am working on a small PowerShell GUI, that gets data from a couple of WEB services.. but when I get the data, it is not in the right encoding, it should be UTF8 but it is not when Invoke-WebRequest have been handling it. I can se that there is a lot of...
by Kilsgaard
Tue Jun 22, 2021 7:08 am
Forum: PowerShell GUIs
Topic: Update progressbar from function?
Replies: 1
Views: 2789

Update progressbar from function?

Hi I am new to the GUI development in PowerShell Studio. I have some functions in the global section of my Forms project. The functions is handling some webrequests and data manipulation, so I would like to update my progress bar from the functions. But is it somehow possible to update progress bars...
by Kilsgaard
Mon Jul 02, 2018 1:13 pm
Forum: PowerShell Studio
Topic: "Run" or "Run In Console"
Replies: 26
Views: 10959

Re: "Run" or "Run In Console"

Thanks a lot :)
by Kilsgaard
Sat Jun 02, 2018 11:08 am
Forum: PowerShell Studio
Topic: "Run" or "Run In Console"
Replies: 26
Views: 10959

Re: "Run" or "Run In Console"

Thanks it works perfect :D

/Graves