Import / Export PST's Commands SBS 2003 & Exchange 2010
i'm migrating sbs 2003 new domain on server 2008r2 exchange 2010. i'm going test out command below when importing pst. as long alias's match, i believe it should work.
is possible install powershell on sbs 2003 server, , use powershell command export pst's, similar commands below?
get-mailbox –database "servername\first storage group\mailbox database" | import-mailbox -pstfolderpath d:\pstfiles
i'm sorry - did not see changing recommended solution exchange 2007 2010
use exchange 2007 tools.
http://www.microsoft.com/en-us/download/details.aspx?id=11876
you can use new-mailboxexportrequest in exchange 2010 shell (64 bit only)
http://technet.microsoft.com/en-us/library/ff459227(v=exchg.141).aspx
karl
when see answers , helpful posts, please click vote helpful, propose answer, and/or mark answer
blog: http://unlockpowershell.wordpress.com
book: windows powershell 2.0 bible
e-mail: -join ("6b61726c6d69747363686b65406d742e6e6574"-split"(?<=\g.{2})",19|%{[char][int]"0x$_"})
Windows Server > Windows PowerShell
Comments
Post a Comment