Microsoft Exchange PST Capture allows you to search for PST files on computers in your organisation and then import those…
For administrators who do not use System Center Operations Manager to monitor their Exchange 2010 environment, a thorough understanding of the most…
The transport rules that are available to Exchange Server 2010 allow you to do many things including adding a disclaimer…
This is the code I use in class to demo creating custom RBAC objects. New-ManagementScope -name “VIP Users” –RecipientRestrictionFilter {memberofgroup…
How Certificates are Used Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are methods for securing communications between servers…
As part of a Datacenter switchover, the DNS record of the CAS array in the failed site should be updated…
Recently I was asked the question: ‘Can you remove a mailbox from email address policies to stop the reply address…
When you use Format-Table you can choose which columns you wish to view. Get-WMIObject Win32_LogicalDisk -Filter “DriveType=3” | Format-Table DeviceID,…
Delivery Class Throttling is an automatic process that was introduced with Exchange 2010 SP1. It is designed to address the following…
Often when working with PowerShell you will want to specify a file to read data from it. Whilst the file…