Forum Discussion
2 Replies
Sort By
- netcat
Silver II
Well, in this case you should narrow down the search, next step:
(EventCode=4103 OR EventCode=4104) powershell .ps1
Narrow down further, removing non relevant scripts:
(EventCode=4103 OR EventCode=4104) powershell .ps1 NOT sample.ps1- retornet
Bronze II
Thank you for your reply. I ran it like below and still having difficulties finding that script
(EventCode=4103 OR EventCode=4104) powershell AND "*.ps1" NOT ("psversion.ps1" OR "readme.ps1")
| table _raw