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”

Add Multiple Users to a AD Group

Adding User to a new group is annoying task when the amount of the users that need to be adding is more. Powershell comes handy for this task with the script below it should be a piece of cake. Things to note before running the script: Active Directory module needs to be import to Powershell.Continue reading “Add Multiple Users to a AD Group”