Microsoft offers virtualization and management from data center to desktop: * Microsoft Virtualization and Management slide download (6.3M) * Windows Server 2008 R2 Live Migration (5min) (2.9M) * Command line support demos in Server Core link (look for “Windows 2008 RODC and Server Core demo video”) * Demo video: Terminal Services Remote Apps (1.1M) *…
Year: 2010
Exchange Server scripting
* Exchange Server Message Tracking script examples: Get-MessageTrackingLog –EventID “RECEIVE” –MessageSubject “hello” –Start “01/12/2006 00:00:00” –End “28/12/2006 18:50:00” Get-MessageTrackingLog -EventID “RECEIVE” -MessageSubject “test email” | fl –> to get the list of all available fields Get-MessageTrackingLog -EventID “RECEIVE” -MessageSubject “test email” | fl Timestamp, Sender, Recipients, MessageSubject Timestamp : 12/22/2009 9:43:10 PMSender : Administrator@mycompany.com.vnRecipients : {Administrator@mycompany.com.vn}MessageSubject…