How to Pre-Stage Computer Accounts in Active Directory Using PowerShell?

0
1
Asked By TechNinja42 On

I'm looking for a way to add a list of new computer names to Active Directory (AD) without joining them to the domain just yet. I usually get a monthly list of 30-60 new stations, and while I'm familiar with using the AD interface, it tends to be slow for this task. I want to use a PowerShell script that reads from a text file containing the computer names. I came across the Add-Computer cmdlet but it seems to be aimed at joining computers to the domain, which I don't want to do now. Is there a way to pre-stage these computers in AD for later joining?

1 Answer

Answered By CodeWizard99 On

You might want to consider using solutions like MDT or Intune for better management. Pre-creating AD computer accounts isn't a common practice; most just join them during setup. Can you share why you're going this route?

SystemGuru01 -

I've worked in plenty of environments where computers were only joined manually when they were needed. Automated setup tools are great, but sometimes managing AD directly makes sense. It depends on your specific needs!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.