transitioning from 2003 to 2007 admin type questions
Hi Over the summer we transitioned from Exchange 2003 to Exchange 2007 and while its really impressive do other users feel like its not as polished as Exchange 2003 was? I thought 2003 was a great product personally. It would be good to hear other peoples view about this. Ok I have a few questions about some of the changes and new features and I hope someone can help or answer some of the questions I have. 1 . All of our users and public folders moved over from 2003, we now have put our students on our Frog VLE email system (they used to be in exchange) and in the 2007 management console. It identifies any exch2003 mailboxes as 'legacy mailbox'. If I wanted to remove their mailbox but not delete the user from AD, do I just click on disable and Exchange will do the rest? Am I right in saying it will keep them as a AD user but remove their mailbox and mark it for deletion? and if i click remove it deletes the users mailbox and there AD account? Also if I want to remove mail contacts but not delete the actual AD user, do I just disable the mail user? 2. I noticed all the distribution groups that we created in 2003 appear in the 2007 console as 'mail non-universal group' when I right click on the group it gives me the option to convert them into a universal group. Do I want to do this? at the moment they seem greyed out which makes me think that any fancy feautures to do with DG wont work until i convert them, is this correct? 3. Our public folders from 2003 have moved over. If I wanted to give permissions for a user to make changes in 2003 I would have gone to either Microsoft outlook and right click the PF and give them permissions or use 2003 system manager. If I try to do this in outlook, all the options are greyed out, does anyone know how I can add/remove user/group permissions for public folders? I can see users who are members of the public folder but cannot alter. 4. I cant seem to amend public folders created in 2003. Says something about unable to edit the specified address list. Address list created with legacy versions of exchange must be upgraded using the force upgrade parameter of set-addresslist cmdlet. Do I just do this and hope it works? 5. I hear using Powershell I could specifiy some dates and run a script which could potentially delete old legacy emails from a users inbox, is this true? does anyone know of a powershell script that can do this? I want to be able to run a command to say go into a groups mailbox (either via OU or AD group) and delete emails that are older than August 2007 for example. 6. I am a bit confused about what Outlook Anywhere does. We use mainly OWA for all users internally and externally, some staff use outlook client in school. Am I right in saying that OA allows a user to use outlook client from home and it synchronises their emails onto their home computer, similar to how POP/IMAP accounts work or have I got it completely wrong? 7. I am getting a few errors when going into server configuration, client access and clicking on OWA default web site and other. I get similar messages when going to Server configuration, hub transport. Something about invalid data. Does anyone know how I could fix this? Any help on any of the pointers would be greatly appreciated. Thanks
September 25th, 2009 5:44pm

Inline......Alot to answer there!HiOver the summer we transitioned from Exchange 2003 to Exchange 2007 and while its really impressive do other users feel like its not as polished as Exchange 2003 was? I thought 2003 was a great product personally. It would be good to hear other peoples view about this. Ok I have a few questions about some of the changes and new features and I hope someone can help or answer some of the questions I have. 1 . All of our users and public folders moved over from 2003, we now have put our students on our Frog VLE email system (they used to be in exchange) and in the 2007 management console. It identifies any exch2003 mailboxes as 'legacy mailbox'. If I wanted to remove their mailbox but not delete the user from AD, do I just click on disable and Exchange will do the rest? Am I right in saying it will keep them as a AD user but remove their mailbox and mark it for deletion? and if i click remove it deletes the users mailbox and there AD account? Also if I want to remove mail contacts but not delete the actual AD user, do I just disable the mail user?Yes, disable-mailbox will remove the Exchange attributes but not the AD account (http://technet.microsoft.com/en-us/library/aa997210.aspx)2. I noticed all the distribution groups that we created in 2003 appear in the 2007 console as 'mail non-universal group' when I right click on the group it gives me the option to convert them into a universal group. Do I want to do this? at the moment they seem greyed out which makes me think that any fancy feautures to do with DG wont work until i convert them, is this correct?I recommend making them universal, yes. (http://technet.microsoft.com/en-us/library/bb125256.aspx)3. Our public folders from 2003 have moved over. If I wanted to give permissions for a user to make changes in 2003 I would have gone to either Microsoft outlook and right click the PF and give them permissions or use 2003 system manager. If I try to do this in outlook, all the options are greyed out, does anyone know how I can add/remove user/group permissions for public folders? I can see users who are members of the public folder but cannot alter. Via Powershell or pfdavadmin are other ways to grant permissions (http://technet.microsoft.com/en-us/library/bb123522.aspx)PFDAVADMIN can be download from: http://www.microsoft.com/downloads/details.aspx?FamilyId=635BE792-D8AD-49E3-ADA4-E2422C0AB424&displaylang=en4. I cant seem to amend public folders created in 2003. Says something about unable to edit the specified address list. Address list created with legacy versions of exchange must be upgraded using the force upgrade parameter of set-addresslist cmdlet. Do I just do this and hope it works?Read up before upgrading the EAPs : http://msexchangeteam.com/archive/2007/01/11/432158.aspx( The force command doesnt do what you think it does, I'm guessing! ). At some point, you will need to upgrade those however. This isnt really a public folder issue.5. I hear using Powershell I could specifiy some dates and run a script which could potentially delete old legacy emails from a users inbox, is this true? does anyone know of a powershell script that can do this? I want to be able to run a command to say go into a groups mailbox (either via OU or AD group) and delete emails that are older than August 2007 for example.Look at records Mgmt in Exch 2007: http://technet.microsoft.com/en-us/library/bb123548.aspx6. I am a bit confused about what Outlook Anywhere does. We use mainly OWA for all users internally and externally, some staff use outlook client in school. Am I right in saying that OA allows a user to use outlook client from home and it synchronises their emails onto their home computer, similar to how POP/IMAP accounts work or have I got it completely wrong?It's not like IMAP or POP, it's like Outlook in mapi mode, except it's RPC over HTTPS. Yes, it will sync with the local workstation at home without the requirement of a VPN: http://technet.microsoft.com/en-us/library/bb123741.aspx. Get a 3rd party SSL certficate if you go this route.7. I am getting a few errors when going into server configuration, client access and clicking on OWA default web site and other. I get similar messages when going to Server configuration, hub transport. Something about invalid data. Does anyone know how I could fix this?Not knowing the exact error, I can't really know! Any help on any of the pointers would be greatly appreciated.Thanks Good Luck!
Free Windows Admin Tool Kit Click here and download it now
September 27th, 2009 5:45pm

For the question 5, you can also use Export-Mailbox with DeleteContent parameter to accomplish it (Reference) For the last question, I suggest that we split it into different threads to better understand the problem & reply for all community members, which will also make the whole thread clearer, concise and fast the reply for your reference. Also, you can troubleshoot at first based on the exact error info, it would also help to check the error event in the application log. Or, run the ExBPA against the exchange server for health check once
September 28th, 2009 6:06am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics