Microsoft Exchange Server 2010 Tips and Tricks
- Date: May 16, 2011 from 4:45PM to 6:00PM
- Day 1
- EXL313
- Speakers: Scott Schnoll
- 13,092 Views
- 2 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Slides (view online)Already have a Channel 9 account? Please sign in
Follow the Discussion
Session contains some errors in the PowerShell examples. For instance slide 37: get-databasecopystatus doesn't exist, "for each" and foreach, etc.
Good catch. Fixed it. Should be:
get-date;Get-MailboxServer | foreach {get-mailboxdatabasecopystatus -MailboxServer $_.identity -DumpsterStatistics | ? {$_.SummaryCopyStatus -ne 'Mounted'}} | foreach {$_.DumpsterStatistics}
Remove this comment
Remove this thread
close