Search found 55 matches

by ClipperXTP
Mon May 04, 2020 12:33 am
Forum: PowerShell GUIs
Topic: AV Trojan detection on PowerShell Studio packages
Replies: 8
Views: 3390

Re: AV Trojan detection on PowerShell Studio packages

Thanks ALIENQuake, yes I did that
by ClipperXTP
Fri May 01, 2020 6:47 am
Forum: PowerShell GUIs
Topic: AV Trojan detection on PowerShell Studio packages
Replies: 8
Views: 3390

Re: AV Trojan detection on PowerShell Studio packages

Many thanks for taking the time. I was able to find the line of code that McAfee was having an issue with, all good now.
New-Object System.Net.WebClient).DownloadString("URL..)

- this was seen as a threat once compiled.
by ClipperXTP
Wed Apr 29, 2020 3:27 am
Forum: PowerShell GUIs
Topic: AV Trojan detection on PowerShell Studio packages
Replies: 8
Views: 3390

Re: AV Trojan detection on PowerShell Studio packages

Alexander Thank you for your response. Just to clarify, this is not isolated to my machine. The tool and various iterations of the tool I built using PowerShell Studio 2019 are used by a big team of engineers. The issue is that AMSI scanning which was introduced on Windows 10 - https://docs.microsof...
by ClipperXTP
Tue Apr 28, 2020 5:14 am
Forum: Customer Service
Topic: How do I post to product forum?
Replies: 3
Views: 18805

How do I post to product forum?

I have an active product license but I can't see how to associate it with my username?

Error when trying to post to product forum:
You attempted to create a new topic in the Product Support Forum, this feature is only available to customers holding an active product license.

thanks
by ClipperXTP
Tue Apr 28, 2020 4:27 am
Forum: PowerShell GUIs
Topic: AV Trojan detection on PowerShell Studio packages
Replies: 8
Views: 3390

AV Trojan detection on PowerShell Studio packages

Hi all Has anyone run into issue whereby corporate AV scanner (in my case Mc-Afee) blocks projects compiled in Powershell Studio, incorrectly flagging it as a trojan? Previously, company's scanning policy was to observer and not block A M S I threats, but now policy is blocking my Powershell Studio ...