p0w3rsh3ll
p0w3rsh3ll
May also happen with ```powershell Get-PSAutorun -ServicesAndDrivers | ? { -not($_.Version) } Path : HKLM:\System\CurrentControlSet\Services\SurfaceAcpiPlatformExtensionDriver Item : ImagePath Category : Drivers Value : System32\DriverStore\FileRepository\surfaceacpiplatformextensiondriver.inf_amd64_4f2a05446cad6dcd\Surfa ceAcpiPlatformExtensionDriver.sys ImagePath : System32\DriverStore\FileRepository\surfaceacpiplatformextensiondriver.inf_amd64_4f2a05446cad6dcd\Surfa ceAcpiPlatformExtensionDriver.sys ```
Hi, Many thanks for the info. I've added a readme file to provide this info on the main page of the master branch
hi, `$value = 'C:\Program Files\te.exe st\te -st.exe -param1 testing'` line 1996 in autoruns.psm1 extracts the file name and does: `$value | %{ Join-Path -Path "$($env:ProgramFiles)" -ChildPath ( @([regex]'^"?[A-Za-z]:\\[Pp]rogram\s[fF]iles\\(?.*\.[eE][xX][eE])\s?').Matches($_) | Select-Object...
Hello, There was something wrong in the file. I've fixed the main URL (See commit d84a91af354225defe9e401e27acd514a9007d64) Downloading worked for me after the fix. Thanks for reporting the issue 👍
If you check these pages: https://p0w3rsh3ll.wordpress.com/2017/08/23/netcease-module/ https://gallery.technet.microsoft.com/Net-Cease-Blocking-Net-1e8dcb5b you can see that Microsoft ATA product can detect it. It means that it's audited and ATA detects failed attempts. The code in...
Won't fix. It's the purpose of the module. It aims at identifying what's beyond normal. In this case, it could have uninstalled a MSI based product. Worse, it could have...
Sorry @johlju but your suggested code doesn't work for me (I'm using the inbox Pester module version 3.4.0). I got a "PropertyNotFoundException: The property 'LogPath' cannot be found on this...
"Abandoned"? What an awful experience :( Sorry @johlju , I didn't reply to your comment because I understand it but don't get it. All I can say is that the...
@johlju Thanks for your explanations. Much appreciated :-) I get it. Yes, you're absolutely right. I didn't realize the `LogPath` was missing from the returned hashtable by the `Get-TargetResource` function...
@johlju Yes, I've seen that. I've planned to look at it as soon as I can. There's an expected error due to my last change. But there are also errors...