Scan and removal module/tool for DSA-2021-088 / CVE-2021-21551.
It scans all computer in a given OU for the vulnerable dbutil_2_3.sys
file and remove it.
Invoke-PoshDDClean [-ComputerOU] <string> [[-Clean]] [<CommonParameters>]
Scan mode:
Invoke-PoshDDClean -ComputerOU "OU=Computers,OU=xx,DC=xx,DC=xx,DC=xx"
Scan and Clean mode:
Invoke-PoshDDClean -ComputerOU "OU=Computers,OU=xx,DC=xx,DC=xx,DC=xx" -Clean
#1$Clean
variable
Use at your own risk!
I'm NOT responsible for any damage caused by this program!
0.2.0: Fixed a bug where the code did not pass the $Clean
variable to Invoke-Command
(st#pid mistake 🙃 )
PoshDellDBUtil is licensed under the MIT License.