PowerShell – How to add a Computer into a specific Active Directory OU

Hello All, This is a basic PowerShell script to add a computer in a specific OU in our Active Directory. There are 3 pre-requisites: PowerShell needs to be installed in the server. PowerShell needs to be executed as Administrator. The AD account you use should have enougt privielges to add compoters within the OU. Set-Executionpolicy […]