Powershell : Find-UnsecureWifiConnection’s Nearby

Hello Reader! Right now I’m sitting in a Cafe near my place, where I spend most of my weekends and was going through few of my old Powershell scripts, I saw the one which I’m sharing right now because it works well in public places, with lots of people 😀 So today we’re looking it… Read More Powershell : Find-UnsecureWifiConnection’s Nearby

Powershell : Decompiling – Compiled HTML Help (.CHM) files and Data Wrangling

WHAT IS COMPILED HTML HELP (.CHM)? Microsoft Compiled HTML Help is a Microsoft proprietary online help format, consisting of a collection of HTML pages, an index and other navigation tools. The files are compressed and deployed in a binary format with the extension .CHM, for Compiled HTML. The format is often used for software documentation,… Read More Powershell : Decompiling – Compiled HTML Help (.CHM) files and Data Wrangling

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