Category Archives: Microsoft

PowerShell: Move Windows Server 2008 Cluster Group

Where I work, we were a little behind finally getting to Windows Server 2008 R2.  Our Exchange Servers were running on Server 2003 R2 until recently.  Windows clustering is quite different on 2k8 vs. 2k3.  I wrote this function to … Continue reading

Posted in PowerShell | Leave a comment

PowerShell: Get-Uptime for Computer(s)

I needed to check the server uptime for multiple servers, and well, I wanted to do it in PowerShell.  I found a sample from MSDN, and modified it, and threw it into a function. Here’s an alternative to this function … Continue reading

Posted in PowerShell | 2 Comments

PowerShell: Drive Space Info from multiple systems

With PowerShell 2 came Powershell remoting and jobs, both of which are REALLY cool!  I’m going to show you two ways to get drive space info from multiple systems, first with a normal foreach loop, and then with remoting (which … Continue reading

Posted in Exchange, PowerShell | Leave a comment

PowerShell: Change PS Window Size on the fly

First, my apologies for not posting ANYTHING to EverydayNerd since April 25, but hey, this is just for fun, and I DO have a day job I am going to be posting a LOT of PowerShell stuff here, as it … Continue reading

Posted in PowerShell | Leave a comment

Exchange PowerShell Script: Get Mailbox Count by Database

  Here’s a PowerShell script that does a quick count of mailboxes on each database of a server, or all servers – depending if you specify the server name as a script parameter. ** Updated:  I made some improvements to … Continue reading

Posted in Exchange, PowerShell | 1 Comment

Uninstall IE 9 Beta on Windows 7

So you have a Internet Explroer 9 Beta that you would like to roll back on Windows 7 (IE 9 Beta is considered a update not a program). Press Win+R (the run and paste in the following: C:\Windows\explorer.exe shell:::{d450a8a1-9568-45c7-9c0e-b4f9fb4537bd}then press … Continue reading

Posted in 7 | Leave a comment

Windows 7 and Windows Server 2008 R2 Service Pack 1 Release Candidate

It’s here!!!   For all you chomping at the bit to get SP1, Microsoft has released the Release Candidate, so the final version should be out soon.  For you early adopters, here’s the link.

Posted in 7, Microsoft, Server 2008, Windows | Leave a comment