Search found 25 matches

by Kilsgaard
Fri May 11, 2018 4:49 am
Forum: PowerShell Studio
Topic: "Run" or "Run In Console"
Replies: 26
Views: 10989

"Run" or "Run In Console"

Product, version and build: 5.5.152 32 or 64 bit version of product: 64bit Operating system: Windows 10 1803 32 or 64 bit OS: 64bit Hi I need a bit of help, i do not understand the following. I have the following Powershell code: $NAVResult = Invoke-RestMethod -Uri 'https://[Server]:[Port]/[Service]...
by Kilsgaard
Thu May 18, 2017 2:55 am
Forum: PowerShell GUIs
Topic: Service status as traffic light
Replies: 2
Views: 1442

Re: Service status as traffic light

Hi
Thanks, i will try to do it using an image :-)

Regards
/Graves
by Kilsgaard
Sun Apr 30, 2017 11:17 pm
Forum: PowerShell GUIs
Topic: Service status as traffic light
Replies: 2
Views: 1442

Service status as traffic light

Hi I have joust begun working with PowerShell GUIs, but i have a small question that bothers me :/ I Would like to create something like a traffic light, to show the status of some of some services that i am controlling from my form. Can any of you pros. tell me how to draw something like a traffic ...
by Kilsgaard
Fri Apr 21, 2017 2:04 am
Forum: PowerShell
Topic: SOAP WebServiceProxy error
Replies: 3
Views: 2550

Re: SOAP WebServiceProxy error

Hi

Thanks for your answers.

I solved this problem by using OData instead :-)

It was easier to build the response to that in Powershell.

/Graves
by Kilsgaard
Fri Apr 07, 2017 3:53 am
Forum: PowerShell
Topic: SOAP WebServiceProxy error
Replies: 3
Views: 2550

SOAP WebServiceProxy error

HI I have not that much experience on webservices yet, and have run into a problem, that i cannot find a solution on :-( Hope someone can guide me in the right direction.. I have this SOAP webservice, that i call: $applicationWebService = New-WebServiceProxy -uri $NAVServiceURL -Credential $NAVServi...