Hi,
I'm at the stage to move mailboxes from Exchange 2007 to 2010 as part of an Exchange upgrade.
I need to script a move a group of mailboxes belonging to users member of the same group. In other words, I need to move in one single batch a number of users member of the same group.
I can gather the list of users with a dsquery cmdlet: dsquery group -name "Group one" | dsget group -members
In this way I'll get the list in DN format.
There's a way to pipeline this list in the New-MoveRequest cmdlet?
Or any other idea?
Thanks!
Alessandro.