Im having problems finding a script that works in XP that will take the
domain admins group and add it to the local administrators group on the
local station machines. Ive found several scripts that work fine on Windows
2000, but have yet to find one or manipulate one that works on XP. Any
ideas?
Re: need to modify local group membership via VBscript ... A logon script runs with the credentials of the user, ... ' Bind to local Administrators group on remote computer. ... Wscript.Echo "Domain Admins already in Administrators on " & strComputer ... (microsoft.public.windows.server.scripting)
Re: need to modify local group membership via VBscript ... you will need to run the script using Group Policy... ... how to add a domain group to local administrators account:... if the domain admins group isnt in local admins, ... On Error GoTo 0 ... (microsoft.public.windows.server.scripting)
Re: Adding Domain Admins to local computer administrator groups ... Create a machine startup GPO (machine startup will be run ... as SYSTEM context)... >done via a script and if so can I get a copy of the ... >' Bind to local Administrators group.... (microsoft.public.windows.server.scripting)
Finding multiple memgers of a group ... I am working on a script that will determin if three different ID's ... are in the local Administrators group on a long list of servers.... Dim objGroup, strComputer, objFSO, objTextFile ... Wscript.Echo "Members of local Administrators group on computer " & ... (microsoft.public.scripting.vbscript)
Re: How to make a AD group member of the local administrators grou ... How can we use the script for multiple computers. ... user account to 100 computers local admin group... ' Check if group already a member.... group is still a member of the local Administrators group).... (microsoft.public.windows.server.scripting)