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”

Scraping Amazon.co.uk using Powershell

Helloo! I was asked by one of my colleague whether i can create a Web scrape tool in Powershell like its in Python using BeautifulSoup. I told him you don’t be needing any more extra modules to be added into to Powershell to scrape a website for data. Obviously i use Python as much asContinue reading “Scraping Amazon.co.uk using Powershell”

Password Expire Report – Powershell

Hello! welcome to another interesting task i was working on couple of days ago. To give a bit of background of what exactly i was doing. Part of My Domain to Domain Migration (AKA ADMT Migration) project i was asked to generate a report which basically pulls all of users from the source domain andContinue reading “Password Expire Report – Powershell”

Project – CITRIX + SCCM + Powershell = PowerScCitrix

Hellooo! The Last couple of days i was busy with some Citrix 7.x + SCCM + Powershell integration for the support teams to quickly work on persistent VDIs which has SCCM Client installed for patching purpose, To be Honest it was amazing to create this Powershell based Application which is very light and powerful. ApplicationsContinue reading “Project – CITRIX + SCCM + Powershell = PowerScCitrix”

Get/Set Out of Office

Getting/Setting OOO (Out of Office) emails are mostly happening with Leavers who left the company on short notice or being kicked out of the Company. Where the account needs to be receiving emails but the other users should be informed about the User that has left the organization and future mails to the mentioned email.Continue reading “Get/Set Out of Office”