Jump to content

Shandain

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Shandain

  1. I feel like I am babbling here now, but that is dependant on Exchange 2007 being your system of use... What mail system do you have?
  2. Thanks for the quick reply! I've seen mention of issues related to backups, but I'm not sure what those issues are... is it just for control over them and over restores? Also, do you know if there is functionality that is lost do to migration off site? Thanks again for the quick reply, and the info. I appreciate it!
  3. Even better... you can do it with the Exchange snapins.... $ou = "" $DC = "" $users = "File location" import-csv $users | foreach {$last, $first, $mail = $_.last, $_.first, $_.mail new-mailcontact -name "$first $last" -ExternalEmailAddress "$Mail" -DomainController "$DC" -OrganizationalUnit "$OU"}
  4. If you use powershell, you can download free tools from Quest Software (their ActiveRoles addons) that allow you to import CSV files and work with them in Active Directory.
  5. We are looking at doing the same thing and are considering staff as well. Can you tell me why you chose to keep Staff in house?
×
×
  • Create New...