Using the PowerShell Restart-Service CmdLet on Remote Servers

I pride myself on being an lazy admin. The preferred term is efficient, but what I mean by “lazy” is that I like to do the least amount of typing to achieve the desired result. Another key about my technique is that while I canĀ use Remote Desktop or the Computer Management MMC to manage servers, … Read more

PowerShell for Microsoft Exchange Message Tracking

As a Microsoft Exchange 2010 administrator I am often asked to get information about messages that have been sent, received, or that didn’t get to or from their destination. Microsoft provides the Message Tracking tools to be able to do this from the Exchange Management Console in Exchange 2010. In Microsoft Exchange 2003 the Message … Read more

Microsoft DNS record updates using PowerShell and DNSCMD

UPDATE TO THIS POST: Hi folks! some of the comments about records that are listed with (same as parent folder) as the name caused me to make an update. I’ve noted the updates in the following post: http://www.discoposse.com/2013/04/14/updating-same-as-parent-folder-records-with-dnscmd-and-powershell/ I have also updated the code below to reflect the new code. ORIGINAL POST: There are occasions … Read more

PowerShell – Copy Exchange 2010 Receive Connectors Between Servers

The situation that many Exchange administrators are in, is a simple one. Multiple CAS servers for redundancy and fault tolerance, as well as load balancing either inside the cluster, or on the outside using something like a Citrix Netscaler or F5 device. This is a natural design for Exchange 2010 and provides great functionality and … Read more