This little script gets a text file from SpamHaus.orgDrop List text file, convert it to a test file windows can read (not a Linux file that is the source), and extract the Network Subnets out.
Continue reading…
Monthly Archives: July 2015
Powershell – Search all Group Policies (GPO) for a string
This script searches through all GPOs and find whatever search string you were looking for. You will need to do this as a domain admin, otherwise GPOs that only apply to specific security groups (and your account does not belong to them) you will not see.
Continue reading…
Powershell – Add AD User to Group Using Distinguished Name
A colleague of mine had to add a bunch of people to an AD group, but all they had was the names of the people. A couple of problems with that…
Continue reading…