You are not logged in.

#1 26 Apr 2011 17:35

drifty
Member
Registered: 28 Nov 2007
Posts: 122

Exchange 2010 Export Log

I am trying to put together a GUI for Exporting mailboxes from Exchange 2010. I have my test server running and a rough PowerShell script that exports the MailBox to PST ok. What i can't seem to get working is the ability to create a log and save it to a folder.

The script will export the mailboxex to a pst using a Powershell GUI.
I would like to end that function and display the result of a command
CODE
# Show summary of Get-MailboxExportRequestStatistic in a table format
Get-MailboxExportRequest | Get-MailboxExportRequestStatistics

Then create a log using somethin like:
$Completed = Get-MailboxExportRequest | Where {$_.Status -eq "Completed"} | Get-MailboxExportRequestStatistics | Format-List

Any ideas are appreciated.

Last edited by drifty (28 Apr 2011 13:50)

Offline

Board footer

Powered by