PS Script: Connect to one or multiple Exchange server PowerShell sessions from any computer.

In my previous posts I showed some functions for finding an AD DC and run LDAP query’s against those DC`s. The following function “Connect-Exchangeservice” builds on top of the Get-LDAPobject function. This new function will connect you to the PowerShell management session of an exchange server. This way you do not have to install the exchange management tools to manage exchange via PowerShell. The big…

I Have just update the function Get-DC to version 1.1 . The function is now AD site aware and will still use your computers AD site if it is not specified. You can find the version changes below or on the download page. Function name : Get-Dc Authors       : Martijn (scriptkiddie) van Geffen Version       : 1.1 Version Changes: 10-10-2016 V0.1: Initial Script…