How to Join Windows 7 to Active Directory Domain on Spesific OU using Add-Computer Cmdlet




Active Directory Module for Windows Powershell have a greate ability for Manage, Configure and Develop your Domain Controller Server, one of them is abilty to Joining Computer to Active Directory Domain Controller with Spesific OU. This article will show you on How Script Powershell work to Adding Machine to Spesific OU during Auto Join Domain.
I believe that you are already very familiar with the joining Computer to domain.Yes, join domain is the process of registration of a device in an active directory network to the server that would be very helpful in the process of addressing these devices.

Many ways to join a domain, which is often done is to edit the properties of the device details, but you know that can be done with the domain join powershell? interesting right??
Quite easy, you just need to open your windows powershell and typing the following command
Add-Computer -DomainName yourdomain.com -Credential domain name\usser domain admin -OUPath "ou=User Account,ou=Fabrikam,dc=Lab,dc=com" -passthru -verbose
Your device then automatically be registered in the active directory server, even directly into the organization unit that you provide in advance. Quite easy and certainly more cool righ.

Very easy enough, if you liked this article please share and subscribe for get update a new article. If you have any questions please leave your message through the comments form below, I will respond as soon as possible

** Note : Pay attention to every detail steps that informed, failure or damage to your system or data is not my responsibility "Do With Your Own Risk" or you can do research through the Lab to minimize your system failure

Comments

Popular posts from this blog

Article Configure VMware vCenter Appliance 5.5 (VCSA) Step by Step Guide using OVF Template