I want to ask a question about powershell for exchange 2003.
My company want to migrate exchange 2003 to 2010 server. We have many email enabled "Global" secuirty groups that used for both folder security and email distribution. Before install Exchange 2010, we need to manually delete exchange attribute and recreate a distribution group one by one. (Because we want to keep all security group remain in folder permission an seperate the distribution list with a new group).
Is there any ways to do it in powershell , VBscript or .bat command?
example: global security group name: "IT_Admins" / members: "Peter, david, John chan" / email: it_admins@abccompany.com
Delete exchange attribute for "IT_Admins" and create a Universal dustribution group name "DG_IT_Admins" add "Peter, david, John chan" as members, use it_admins@abccompany.com as email
I really need help on this, thank you.
- Edited by Titan Leung 22 hours 10 minutes ago Typo