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

Group Policy WMI Filter – Laptop or Desktop Hardware

In a previous article about WMI filters for Group Policy, I identified simple filters to make sure that GPOs will only apply to machines running a specific operating system such as Windows 7. This is helpful for separating workstations based on OS, but one of the most commonly asked for filter is whether the client is … Read more

Remove old Active Directory computer accounts from SCCM

A common issue in IT organizations is that the removal of computer objects is not done regularly. While I’ve presented scripts for removing old computer accounts from Active Directory, I’ve recently had to extend the removal of legacy computers into other systems such as SCCM. Because SCCM dynamically discovers computers, but does not remove them … Read more

iPowerShell – Your handy iOS companion for the PowerShell user

As a regular PowerShell user, I like to draw on useful resources to get quick information to make the scripting experience as pleasant and productive as possible. While I use the Microsoft TechNet documentation as my most common source of documentation for the MS related PowerShell CmdLets, it’s nice to have something portable, searchable and … Read more