PowerTip: Add Computer to Security Group with PowerShell

Summary : Use Active Directory PoweShell cmdlets to add a computer to a security group.
How can I use Windows PowerShell to add a computer to a security group?
Use the Add-ADGroupMember cmdlet, and remember to use the SAM account name on the computer...(read more)