Welcome to another blog of mine, Managing Azure AD using PowerShell One could ask why go through all the pain of scripting stuffs in PowerShell when there is a pretty nice Portal Console like this below. I would agree with the most of them saying portal is enough but PowerShell comes in handy when itContinue reading “Manage Azure AD using PowerShell”
Author Archives: iamfazul
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”
Remove User profiles from Servers/Clients
Hello again! Let me tell you something about the user profiles and how annoying can it be once its piled up in a server, where you have to loose Server or Clients space for staffs who basically left the organization. I had to face the same situation in my organization where majority of the serversContinue reading “Remove User profiles from Servers/Clients”
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”
Adding Credentials to Powershell Script
Most of the script will require you to add the credentials to it to run with elevated privileges, The below is one of the way you can add credentials to the script. You can now use the Variable for the scripts you use.
Find Disabled users in a AD group
AD Group housekeeping is great way to maintain the access and also to clean up license if you are provisioning users license via AD group, There is a quick and easy way. Below script will help you
Get Mailbox Details
Getting mailbox details are a mundane task for admins. The below script will provide you with general mailbox details that may required UserID, UserAlias, UserDisplayName, UserType, UserUPN ,UserEmail (Only Primary SMTP) and Mailbox Size.
