Category: AD Computers

EnumerateComputersByOU.vbs

‘========================================================================= ‘ EnumerateComputersByOU.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 1/1/2011 ‘ COMMENTS: Pass the ADsPath or Dinstinguised Name of the Container/Organizational ‘ Unit to the Function, and it’ll return all of the Computers Within. ‘ EXAMPLE: strCompPath = “LDAP://CN=Computers,DC=domain,DC=com” ‘ strCompPath = “CN=Computers,DC=domain,DC=com” ‘ strCompPath = …

Continue reading

ListComputerOS.vbs

‘========================================================================= ‘ ListComputerOS.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 1/1/2011 ‘ COMMENTS: Pass the ADsPath or Distinguished Name of the Computer Object or ‘ Container/Organizational Unit to the Function, and it’ll return the Computer Name ‘ and Operating System as Listed In Active Directory. ‘ EXAMPLE: …

Continue reading