# Requires -Version 2.0 # Add-DomainUserToLocalAdministatorsGroup.ps1 # Add a domain user to a Local Administrator's group # Thomas Lee - tfl@psp.co.uk # Based on http://powershell.com/cs/media/p/380.aspx, with some error checking # Setup up information on user to add,etc $Domain = " Cookham " # where the user account comes from $Computer = " Cookham8 " # Computer to add the...