One of my responsibilities is to determine if several computers have received all their monthly Microsoft Security Patch Bulletins.
I already have the script below which reads Active Directory and reports back all computers and the security Patches installed and write to a file the computer names and the security patches installed to a file. (but I don’t want all patches just patches from my external list)
However I need someone to modify the script so it can do the following:
1. Only l…
