Tag: Email Domain

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

EmailParts.vbs

‘========================================================================= ‘ EmailParts.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 4/1/2012 ‘ COMMENTS: Four methods to break an email address into the local and ‘ domain parts. I prefer the string methods because you can make them ‘ 1-liners, doesn’t require additional variables, and simplifies error ‘ …

Continue reading