Search found 38 matches

by whiggs2
Wed Feb 14, 2018 8:16 am
Forum: PowerShell Studio
Topic: Packaged executable not recognizing parameters correctly
Replies: 1
Views: 1447

Packaged executable not recognizing parameters correctly

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build:SAPIEN PowerShell S...
by whiggs2
Mon Feb 12, 2018 1:36 pm
Forum: PowerShell Studio
Topic: Powershell studio error "unhandled exception: Ambiguous match found"
Replies: 4
Views: 25821

Powershell studio error "unhandled exception: Ambiguous match found"

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build:SAPIEN PowerShell S...
by whiggs2
Sun Feb 11, 2018 10:33 am
Forum: PowerShell Studio
Topic: Packaged exe generates error when configured to impersonate or runas different user
Replies: 7
Views: 3354

Re: Packaged exe generates error when configured to impersonate or runas different user

So what I do is I compile it on my machine, then I copy it to my test environment, which is also domain joined but running an account which has local admin rights, but not the rights to access the network resources I mentioned earlier. The script is executed from the test user's desktop. So you don'...
by whiggs2
Sun Feb 11, 2018 8:00 am
Forum: PowerShell Studio
Topic: Packaged exe generates error when configured to impersonate or runas different user
Replies: 7
Views: 3354

Re: Packaged exe generates error when configured to impersonate or runas different user

Thank you for the reply. Followed the directions that were in the post. I created the "starter" script, compiled it into a package with only the impersonate settings configured, embedded the actual script with only the elevate manifest in the starter script using base64 encoding, and had t...
by whiggs2
Sat Feb 10, 2018 2:35 pm
Forum: PowerShell Studio
Topic: Packaged exe generates error when configured to impersonate or runas different user
Replies: 7
Views: 3354

Packaged exe generates error when configured to impersonate or runas different user

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build:SAPIEN PowerShell S...
by whiggs2
Sat Jan 13, 2018 1:26 pm
Forum: PowerShell GUIs
Topic: Question concerning "creating responsive forms post"
Replies: 9
Views: 3484

Re: Question concerning "creating responsive forms post"

Ok. did as you asked and the entire script worked. I wonder if you had some kind of disconnect and just didn't understand what I was asking, and that is why you have not answered my question and made perform this exercise that has taught me nothing about what I asked. In the example you gave, you ha...
by whiggs2
Sat Jan 13, 2018 10:29 am
Forum: PowerShell GUIs
Topic: Question concerning "creating responsive forms post"
Replies: 9
Views: 3484

Re: Question concerning "creating responsive forms post"

Holy crap it worked. Partially. Assigning a variable to the text of the combobox and passing that as a parameter into the -jobscript does not appear to be properly updating the azure subscription. By default, when the script starts, it sets the current azure subscription to a certain subscription, a...
by whiggs2
Sat Jan 13, 2018 6:17 am
Forum: PowerShell GUIs
Topic: Question concerning "creating responsive forms post"
Replies: 9
Views: 3484

Question concerning "creating responsive forms post"

Hello. I am trying to write a script that uses the "responsive form framework" that was posted at link below: https://www.sapien.com/blog/2012/05/16/powershell-studio-creating-responsive-forms/ I am having a bit of time trying to retrieve an array variable which the background job populate...