Microsoft Virtualization and Management solutions

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) *…

0

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…

0