Export AD Sites and Subnets

Hi Guys! Welcome back to another Blog. I have built a script that will get AD Sites and Subnets from a Client machine (Doesn’t have to be a server), The reason why I wrote this is to show how powerful PowerShell is. My objective is to show that PowerShell can do a lot of thingsContinue reading “Export AD Sites and Subnets”

Object Oriented Programming Classes and Objects In PowerShell

Of-course Powershell is OOP(Object oriented programming Tool). Which means any developer who know Object oriented Programming would know how to utilize it, that doesn’t mean who are not developers cannot learn Powershell. it’s bit annoying to understand the concepts of the OOP to take maximum use of it. Classes aka Blueprints Talking of concept ofContinue reading “Object Oriented Programming Classes and Objects In PowerShell”