Adding a machine to domain is easy task if its in single digit (Just Kidding). It can be time consuming and it can be come challenging in an environment where machine are built frequently Powershell will make this task seamless with the script below. Note: The Administrator should have appropriate access to run the scriptContinue reading “Add machine/computer to a Domain”
Author Archives: iamfazul
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”
