Search found 161 matches

by owinsloe
Sun Jan 15, 2023 7:10 pm
Forum: PowerShell Studio
Topic: ESET AV Blocking exe from running
Replies: 4
Views: 3768

Re: ESET AV Blocking exe from running

Thanks Alexander, ESET have not been forthcoming or fast with their technical assistance from our clients perspective so we have had to go to the additional effort to work-around. Fortunately, that function is not business critical so simply commenting out has worked around the problem. Pretty basic...
by owinsloe
Sun Jan 15, 2023 6:30 pm
Forum: PowerShell Studio
Topic: ESET AV Blocking exe from running
Replies: 4
Views: 3768

Re: ESET AV Blocking exe from running

Typical...
I tried a new approach, deleting code to try and isolate the offending bit.and the winner is............

[Byte[]]$IMAGE_FILE_MACHINE = New-Object Byte[](2)

from Get-PEArchitecture published by Matthew Graeber

Not sure how I'm going to workaround that....grrrrr
by owinsloe
Sun Jan 15, 2023 6:03 pm
Forum: PowerShell Studio
Topic: ESET AV Blocking exe from running
Replies: 4
Views: 3768

Re: ESET AV Blocking exe from running

Forgot to mention that I also tried running the raw ps1 script on the server and the AV blocked that also AND '$PSScriptRoot = "C:\cardinal\bin"' was not present in the script, so the display coming back may be a red herring.
by owinsloe
Sun Jan 15, 2023 5:56 pm
Forum: PowerShell Studio
Topic: ESET AV Blocking exe from running
Replies: 4
Views: 3768

ESET AV Blocking exe from running

Product: PowerShell Studio 2022 (64 Bit) Build: v5.8.213 OS: Windows 10 Pro (64 Bit) Build: v10.0.22621.0 I realize the following issue is AV related and no fault of PSS but I'm after some advice on how I may mitigate the issue as this utility is critical to server health and our clients IT speciali...
by owinsloe
Mon Sep 19, 2022 7:57 pm
Forum: PowerShell GUIs
Topic: open explorer with path
Replies: 8
Views: 1216

Re: open explorer with path

You don't need all that,
try
&explorer <path>
eg
&explorer c:\temp
by owinsloe
Wed Jun 01, 2022 9:06 pm
Forum: PowerShell GUIs
Topic: PS7 package....More Files?
Replies: 6
Views: 1412

Re: PS7 package....More Files?

Thanks again Alexander, appreciate your effort in responding. Our bin folder is a special protected folder we create when we build our servers. It's only for our tools (100s of them), including C# and misc other scripts. We remotely run installs so popups are no good for us. Rather than drawing this...
by owinsloe
Wed Jun 01, 2022 7:34 pm
Forum: PowerShell GUIs
Topic: PS7 package....More Files?
Replies: 6
Views: 1412

Re: PS7 package....More Files?

@Alexander, Dumb question time (ok, yet another one) When PSS packages the script into an exe, why could it not also take all the other dependency libs,jsons etc and unpack at the time of execution. That way we're back to a single exe and makes the whole distribution process a lot simpler? The reaso...
by owinsloe
Wed Jun 01, 2022 7:14 pm
Forum: PowerShell GUIs
Topic: PS7 package....More Files?
Replies: 6
Views: 1412

Re: PS7 package....More Files?

Thanks Alexander, you did a champ job explaining things. This is going to completely change the way we distribute and update. We will now have to package to MISI, distribute and install as opposed to a single file copy. But, we can't be left in the past and need to move forward. Regarding the progre...
by owinsloe
Wed Jun 01, 2022 3:41 pm
Forum: PowerShell GUIs
Topic: PS7 package....More Files?
Replies: 6
Views: 1412

PS7 package....More Files?

Hey team, Apologies if this has been raised previously (I could not find any postings) I am currently beginning to play around with packaging my UIs using PS7 and have noticed a couple of things that differ from PS5 packages. 1. When I package my script (cnwserverlogs), it now generates a stack of l...
by owinsloe
Tue May 31, 2022 3:04 pm
Forum: PowerShell GUIs
Topic: $Mainform.Close() did not execute immediately
Replies: 2
Views: 677

Re: $Mainform.Close() did not execute immediately

Interesting, after I posted this issue I noticed there was a new v5.8.207 build, so installed it.

Guess what?

Problem fixed!

Lightening fast resolution :D

Cheers