• Manually connecting to exchange 2010 using windows remote powershell

    $user = Get-Credential $session = New-PSSession -Configurationname Microsoft.Exchange –ConnectionUri http://servername/powershell -Credential $user Import-PSSession $session
  • June 2011 standalone version of Exchange Server 2010 SP1 Help released

    http://www.microsoft.com/download/en/details.aspx?id=1573
  • Update Rollup 4 for Exchange 2010 SP1 is now available for download

    http://www.microsoft.com/download/en/details.aspx?id=26554
  • Exchange 2010 Management Console (EMC) is very slow

    Lately while working with my Exchange 2010 customers they complain “ Exchange 2010 Management Console is very slow”, and I have been advising them about a workaround that had worked perfectly for me and them all the time. Now the management...