# 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
Read More...
Read the complete post at http://pshscripts.blogspot.com/2008/11/add-domainusertolocaladministatorsgroup.html
Posted
Nov 29 2008, 03:38 AM
by
PowerShell Scripts