Search found 25 matches

by kdwisdom
Thu Jun 01, 2023 11:45 am
Forum: PowerShell GUIs
Topic: PS Studio / EXO v3 / 3.1.0 issues
Replies: 3
Views: 1088

Re: PS Studio / EXO v3 / 3.1.0 issues

I think I may have gotten it working: In the "Startup.pss" file in my project, I added my function: Exchange-Connect there That function is this: Import-Module -Name ExchangeOnlineManagement -RequiredVersion 3.1.0 $userID = $env:USERNAME + "@mydomain.com" Connect-ExchangeOnline -...
by kdwisdom
Thu Jun 01, 2023 9:57 am
Forum: PowerShell GUIs
Topic: PS Studio / EXO v3 / 3.1.0 issues
Replies: 3
Views: 1088

PS Studio / EXO v3 / 3.1.0 issues

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: PowerShell Studio,...
by kdwisdom
Thu Apr 15, 2021 4:39 pm
Forum: PowerShell Studio
Topic: Is there a way to by default run as different user (NOT elevated)?
Replies: 5
Views: 5609

Re: Is there a way to by default run as different user (NOT elevated)?

Thanks - Yeah, I'm considering a "launcher" of sorts, was just hoping not to have to change too much about how it is currently. I've tried the "RunAs" (and just did again) and it doesn't prompt for credentials - that's what I need. It just launches. My guess is that RunAs only wo...
by kdwisdom
Tue Apr 13, 2021 9:13 am
Forum: PowerShell Studio
Topic: Is there a way to by default run as different user (NOT elevated)?
Replies: 5
Views: 5609

Re: Is there a way to by default run as different user (NOT elevated)?

Thanks - I've done that before. I was hoping to package the executable in a way that would do it without any required manual intervention on a user by user basis.
by kdwisdom
Tue Apr 13, 2021 8:41 am
Forum: PowerShell Studio
Topic: Is there a way to by default run as different user (NOT elevated)?
Replies: 5
Views: 5609

Is there a way to by default run as different user (NOT elevated)?

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: PowerShell Studio 2021 (64 Bit) Build...
by kdwisdom
Wed Jul 01, 2020 11:05 am
Forum: PowerShell
Topic: Script Runs Fine in Debug, Errors in Normal Run
Replies: 5
Views: 3507

Re: Script Runs Fine in Debug, Errors in Normal Run

This issue is still persisting. Works absolutely fine when I go through step by step in debug mode, but running it in production or via the compiled executable, it is breaking somewhere along the line. What I am doing is having it run get-aduser -filter {name -like "*last, first*"} For som...
by kdwisdom
Tue Jun 09, 2020 9:45 am
Forum: PowerShell
Topic: Script Runs Fine in Debug, Errors in Normal Run
Replies: 5
Views: 3507

Re: Script Runs Fine in Debug, Errors in Normal Run

V5 64 bit.

I have a custom error message there, I don't get an exception error, I would need to tweak the code to do that.

This has run fine for the past 6+ months and just recently stopped working
by kdwisdom
Tue Jun 09, 2020 8:16 am
Forum: PowerShell
Topic: Script Runs Fine in Debug, Errors in Normal Run
Replies: 5
Views: 3507

Script Runs Fine in Debug, Errors in Normal Run

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: PowerShell Studio 2020 (64 Bit) Build...
by kdwisdom
Tue Jun 02, 2020 10:15 am
Forum: PowerShell Studio
Topic: Packaged Executable missing as option in MSI Settings
Replies: 4
Views: 1390

Re: Packaged Executable missing as option in MSI Settings

I just chose desktop shortcut and it appears that also creates the start menu folder/shortcut, so I think I'm good.

Thanks,

Kyle
by kdwisdom
Mon Jun 01, 2020 3:47 pm
Forum: PowerShell Studio
Topic: Packaged Executable missing as option in MSI Settings
Replies: 4
Views: 1390

Re: Packaged Executable missing as option in MSI Settings

Thanks. I don't have a custom action on my other application and it shows up in the start menu, so I'm not sure what would have been different there.