Tag: AD Groups

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

GroupBackupRestore.vbs

‘========================================================================= ‘ GroupBackupRestore.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 1/1/2011 ‘ COMMENTS: This Script Will Bulk Backup Groups to a Text File and Can Also ‘ Restore the Groups After a Backup. It is Useful to Restore Accidentally ‘ Deleted Groups, Migrating Groups Across Domains, and …

Continue reading

GroupModifyMessageRestrictions.vbs

‘========================================================================= ‘ GroupModifyMessageRestrictions.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 1/1/2011 ‘ COMMENTS: Modifies Messages Restrictions on Email Enabled Groups as Shown ‘ on the Exchange General Tab under the Properties. Set the Group Path, ‘ Whether to Only Accept Messages from Authenticated Users, the Restriction ‘ …

Continue reading

GroupModifyType.vbs

‘========================================================================= ‘ GroupModifyType.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 1/1/2011 ‘ COMMENTS: Pass the ADsPath or Dinstinguished Name of the Group, the Group ‘ Type (Global, Local, Universal), and Whether It Should Be Security Enabled ‘ and the Function Will Modify the Group Type. To Bulk …

Continue reading