Compare cert salaries and plan your next career move
dynamik wrote: You can use restricted groups to manage the local admins through AD/GPOs, but if you want to do them all individually, just go to the local accounts under computer management.
jbaello wrote: dynamik wrote: You can use restricted groups to manage the local admins through AD/GPOs, but if you want to do them all individually, just go to the local accounts under computer management. http://windows.stanford.edu/Public/Infrastructure/localgroup.html This is a pretty good resource of the restricted groups, procedure. Thanks guys
On Error Resume Next Set file_object = CreateObject("Scripting.FileSystemObject") Set list = file_object.CreateTextFile("./Rezult.log") domain = "My_domain" '******** Set container_comp = GetObject("WinNT://" & domain) container_comp.Filter = Array("Computer") For Each comp In container_comp comp_in_domain = comp.Name Set container_user = GetObject("WinNT://" & my_domain & "\" & comp_in_domain) container_user.Filter = Array("User") ' Good For Each user In container_user If user.Name="Administrator" Then list.Write comp_in_domain & " ---"& user.Name & vbCrLf user.SetPassword = "PASSWORD" End If Next Set container_user = Nothing Next list.Close WScript.Quit(0) ' Exit
royal wrote: Ya, this is sort of like: What's a good donut shop? Home Depot Excellent, Home Depot looks like what I was looking for, thanks! *scratches head*
Compare salaries for top cybersecurity certifications. Free download for TechExams community.