Friday, May 31, 2013
Change please wait to a usable message for Windows 7/Vista boxes
Computer Configuration | Administrative Templates | System | "Verbose vs normal status messages". Change state to "Enabled"
Wednesday, May 15, 2013
Import PST into exchange 2010
New-ManagementRoleAssignment –Role "Mailbox Import Export" –User USER
The files need to be stored on a share
New-MailboxImportRequest -FilePath \\server\share\user.pst -Mailbox usermailbox
Command to remove request when completed:
Get-MailboxImportRequest | where {$_.status -eq "Completed"} | Remove-MailboxImportRequest
Subscribe to:
Posts (Atom)