Exchange 2007 Powershell to copy contacts from storage recovery group to production database for one user
October 26, 2009VPN client cannot connect through PIX or ASA
October 30, 2009Creat a new storage group
New-StorageGroup –Server <database server> –LogFolderPath “<Path to your log folder” –Name “Recovery Storage Group” –SystemFolderPath “<path to your database>” –Recovery
Creat a new database
New-MailboxDatabase –MailboxDatabaseToRecover “<database>” –StorageGroup “<database server><storage group name>” –EDBFilePath “<path to the database file>”
Allow file restore
Set-MailboxDatabase -Identity “ServerNameRecovery Storage GroupDatabase” -AllowFileRestore
$true
Mount-Database –Identity “<server>Recovery Storage Group<database>”