Essential Exchange

Your source for everything essential about
Microsoft Exchange Server

Browse by Tags

  • Exchange Connections - Fall 2008

    Next week, in Las Vegas, Nevada is the semiannual Connections conference. The Connections conference is a technical conference covering SQL Connections, Windows Connections, Exchange Connections, etc. There are lots of individual tracks, both for IT Pros and Devs. I'll be speaking next week at the...
    Posted to Michael's meanderings... (Weblog) by michael on 11-04-2008
  • Exchange Disk Space, version 2.1

    It was pointed out to me, by a party that shall remain nameless, that I depended in today's earlier post Finding Disk Space Used By Exchange Version 2 , that I ASSumed that msExchCurrentServerRoles would never be higher than 64 and that that was a bad assumption on my part, for reasons that shall...
    Posted to Michael's meanderings... (Weblog) by michael on 08-07-2008
  • Finding Disk Space Used by Exchange, version 2

    In July of 2006, I had a blog entry named Finding Disk Space Used By Exchange , and it was quite well received and it worked well for most people. However, it had a few issues: It doesn't work with Exchange Server 2007 because the streaming file was removed from Exchange If a Recovery Storage Group...
    Posted to Michael's meanderings... (Weblog) by michael on 08-07-2008
  • Finding Services Using non-System Accounts With PowerShell

    In March of 2006, I authored this blog post, Finding Services Using non-System Accounts , with the script being written in VBscript. Two years later, most of my environment is now in PowerShell. So, I've decided to update that post with the PowerShell equivalent. The VBscript version of the utility...
    Posted to Michael's meanderings... (Weblog) by michael on 02-29-2008
  • Renaming and Rebooting a Computer with PowerShell

    Some things are just very easy in PowerShell. It's great! Here is a true quickie - rename and reboot a computer system (including a remote computer!): function renameAndReboot([string]$computer, [string]$newname) { $comp = gwmi win32_computersystem -computer $computer $os = gwmi win32_operatingsystem...
    Posted to Michael's meanderings... (Weblog) by michael on 02-04-2008
Page 1 of 1 (5 items)

Copyright © 2003 - 2008 by Michael B. Smith, All Rights Reserved