Tag: AD Contacts

ConvertOutlookContactsToAD.vbs

‘========================================================================= ‘ ConvertOutlookContactsToAD.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 2/9/2013 ‘ REQUIREMENTS: Requires Exchange Tools or CDOEXM.DLL on the computer running ‘ the script to create Email enabled contacts. The script also uses OLEDB, ‘ which requires running it with %systemroot%\SysWow64\wscript.exe, ‘ %systemroot%\SysWow64\cscript.exe, or a 64-bit …

Continue reading

EnumerateContactsByOU.vbs

‘========================================================================= ‘ EnumerateContactsByOU.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 Contacts Within. ‘ EXAMPLE: strContactPath = “LDAP://CN=Users,DC=domain,DC=com” ‘ strContactPath = “CN=Users,DC=domain,DC=com” ‘ strContactPath = …

Continue reading