Search found 45 matches

by pringtef
Fri Feb 19, 2016 2:40 am
Forum: PowerShell GUIs
Topic: How to use 'Run As Specified User' credentials in my script further ?
Replies: 8
Views: 10594

Re: How to use 'Run As Specified User' credentials in my script further ?

Also depends on the authentication model you need to use though as well. Double hop will require CredSSP authentication, which requires a cred object.
by pringtef
Fri Feb 19, 2016 2:08 am
Forum: PowerShell GUIs
Topic: How to use 'Run As Specified User' credentials in my script further ?
Replies: 8
Views: 10594

Re: How to use 'Run As Specified User' credentials in my script further ?

Hey Ashish44, Local script actions will run in the context of the user you have selected to run the executable. However, in order to use credentials remotely, you will need to pass in a pscredential object. windows does not store the actual username and password, but a hash, so you're unable to manu...
by pringtef
Tue Feb 16, 2016 2:05 pm
Forum: Wish List and Feature Requests
Topic: PowerShell Studio - Find in all projects option
Replies: 2
Views: 4221

Re: PowerShell Studio - Find in all projects option

Thanks David.

Another one of those ones where i cant see something that's in front of my face. :D

Tim
by pringtef
Sun Feb 14, 2016 4:39 am
Forum: Wish List and Feature Requests
Topic: PowerShell Studio - Save Properties View Order Between Sessions
Replies: 1
Views: 3383

PowerShell Studio - Save Properties View Order Between Sessions

At present, the properties view for forms defaults to category. I personally prefer to A-Z option, so i set the view to this. This setting appears to be kept in the one session, but when you quit PS Studio and load again and the project, it resets to category view, and I have to change this setting ...
by pringtef
Sun Feb 14, 2016 12:25 am
Forum: Wish List and Feature Requests
Topic: PowerShell Studio Request - Autobuild to file/clipboard
Replies: 1
Views: 2801

PowerShell Studio Request - Autobuild to file/clipboard

Provide an option that automatically creates a build file upon one of the save options (Save all?). On the first build file creation, user is prompted for the location and filename to be created. When this is confirmed via OK, then also provide a dialog which prompts if the user wants that build fil...
by pringtef
Sun Feb 14, 2016 12:14 am
Forum: Wish List and Feature Requests
Topic: PowerShell Studio - Find in all projects option
Replies: 2
Views: 4221

PowerShell Studio - Find in all projects option

It would be great if there was an option that allows for a text search across all the file that make up a project. Sometimes when i'm working on a large project i want to find bits of code i've written, but can't recall which file in the project contains it. I then resort to using notepad++ and find...
by pringtef
Fri Oct 16, 2015 2:27 am
Forum: PowerShell Studio
Topic: PSBuild Compiler Question
Replies: 4
Views: 3350

Re: PSBuild Compiler Question

Thanks,

I'll take a look at this and see if i can do something with it.

cheers,

Tim
by pringtef
Thu Oct 15, 2015 12:30 pm
Forum: PowerShell Studio
Topic: PSBuild Compiler Question
Replies: 4
Views: 3350

Re: PSBuild Compiler Question

Thanks for the details David. IMO The community is crying out for a product that's as stable as your wrapper but that can be applied at the end of a commit and build chain. A separate product with tools like this and maybe in the same price range as PowerShell Help for example would receive a lot of...
by pringtef
Mon Oct 12, 2015 11:23 am
Forum: PowerShell Studio
Topic: 'New' constructor only visible via new-object
Replies: 2
Views: 2603

Re: 'New' constructor only visible via new-object

Thanks David,

Great to hear!