PowerShell : Retrieving Exchange attributes from Active Directory

No more Logging to Exchange Servers for Quick basic reporting tasks ! 🙂  and don’t even think of loading Exchange Modules 😛 For the basic reporting like Database Names and Home Mailbox Server where the user mailbox is sitting, you can simply query Active directory and get the information. HOW  TO  LIST  ALL  EXCHANGE  ATTRIBUTES  OF  A… Read More PowerShell : Retrieving Exchange attributes from Active Directory

PowerShell : Check Network Latency of Multiple Machines

LATENCY : Network latency is an expression of how much time it takes for a packet of data to get from one designated point to another. HOW IT WORKS : A bit of tweaking the already existing ‘Test-Connection’ cmdlet to get minimum and maximum latency (in Milliseconds) of packets send form one source to another, gives us the… Read More PowerShell : Check Network Latency of Multiple Machines