Tag: Bulk Modification

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

GroupModifyManager.vbs

‘========================================================================= ‘ GroupModifyManager.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 1/4/2013 ‘ COMMENTS: This will set the manager for a group and optionally allow them ‘ to update group membership. Set the manager by specificying the LDAP path ‘ or DN of the user you want to …

Continue reading