Category: AD Groups

ChangePrimaryEmailDomain.vbs

‘========================================================================= ‘ ChangePrimaryEmailDomain.vbs ‘ VERSION: 1.1 – Corrected Case Sensitive Error When Matching SMTP ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 10/29/2012 ‘ COMMENTS: Pass the ADsPath or Dinstinguished Name of the User/OU and New ‘ Email Domain to Modify the User(s) Primary SMTP Email Domain. The Script Will ‘ …

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