Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- Creating Multiple Security Groups Script
- Does anyone know how to script the creation of multiple security groups in AD?I have a script that works fine creating one group for a class in our school:Const ADS_GROUP_TYPE_LOCAL_GROUP = &h2Const ADS_GROUP_TYPE_SECURITY_ENABLED = &h80000000Set objOU = GetObject("LDAP://ou=classes,ou=students,ou=managed users,dc=mydomain,dc=com")Set objGroup = objOU.Create("Group", "cn=12aMs")objGroup.Put "sAMAccountName", "12aMs"objGroup.Put "groupType", ADS_GROUP_TYPE_LOCAL_GROUP Or _ ...
- Tags: david.grimes@..., security
- Discussion threads 2007-09-18
- Members of a Active Directory Group
- Hi, We have a Windows 2003 Domain Controller in our Oganization, with 2 domains (US & IN) at 2 sites (USA & India). We have several "Universal Groups" created at the domain US which have members from both US & IN domains.From the command prompt when I issue "net...
- Tags: domain
- Q&A 2006-06-27
- LDAP Find users within a group
- Using ADUC I tried to find which users were members of the Internet group using:(objectCategory=user)(memberOf=CN=internet)Removing the "CN=" still results in a "is not a valid query string" How do I find out which users are members of a particular group ??All help appreciated,BanxThe members of a group are stored...
- Tags: arrMemberOf arrCPU, banx, hardware, LDAP
- Q&A 2006-07-28
- Non-Domain WinXP: Creating Multiple Local User Accounts
- Have about 50 WinXP clients in a non-domain controled environment. What is required is that all Users have access to any PC using their own credentials. Does anyone know of a way to create a batch-file or a script that can be run on each machine to add to the...
- Tags: Microsoft Windows XP, battlel@..., strComputer, CreateObject, WinNT://, GetObject
- Discussion threads 2007-09-21
- Error 800A01C3 - VBScript (Login Script)
- Any ideas? I received the above error when I run the login script as anyone that doesnt have administrative rights to the network. The section that returns the error is below. I can't post the entire script here, but if you email me: thamilton at tuskyvalley.k12.oh.us, I can...
- Tags: GetObject, LDAP://, Login, Login Script, Microsoft VBScript, objNetwork.MapNetworkDrive, programming, thamilton@...
- Q&A 2005-09-22
- Assiging users group membership in AD
- Hallo again,I am sure there are script gurus those who can help me out, I did try by my own to make a simple script to add a users to a group but it does not work. Well it’s a simple command:objGroup.Add("LDAP://cn=SueP10,cn=vsnu,cn=users,dc=vsnu,dc=uu,dc=nl")Does it matter if it’s a security or distribution...
- Tags: yadavshashi@..., windows, advertisement
- Q&A 2006-05-20
- VBScript Adding Users to ADSI
- I am new to using VBScript. I have been teaching myselft for about 3 weeks. I am trying to create a script that will read from an excel spreadsheet and create the users, plug in their information into ADUC, mail enable them, add them to groups, create the home drive,...
- Tags: Microsoft Windows Active Directory, Directory services, ADSI, chrystal.nunnold@..., Microsoft VBScript, objExcel.Cells, Note intRow, strSam
- Discussion threads 2007-07-08
- VB Login Script Help needed
- Please forgive me, but i'm extremely new to VBScript. I need to write a login script to map drives based on group membership in a windows 2003 AD Domain. I've found numerous examples all over the net, but none of them has seemed to work properly for me.Here...
- Tags: accounting, CreateObject, Microsoft Visual Basic, objNetwork.MapNetworkDrive, programming, RhythmMethod, windows, wshNetwork.MapNetworkDrive, \\SERVER\SHARE
- Discussion threads 2006-10-18
- Two member-submitted scripts that automate network admin activities
- By Lee MasonTechRepublicrecently asked members to submit their favorite Network Administration scriptsfor possible publication. One of the first to make a submission was Lee Mason. For his effort, Lee earned $200and the satisfaction of seeing his scripts published on TechRepublic.Earn $100 for your admin scriptLet us payyou for your original...
- Tags: Â Â Â Â Â, Dim LocalService, Dim objComputer, Dim TimeOut, Guest Contributor, network, network administration, Nothing
- Technical articles 2005-12-21
- Diskspace VBScript Help needed
- How do I edit this script so that it will output the diskspace for each computer?To run the script the syntax is cscript diskspace.vbs computernameHere is the code: On Error Resume NextConst CONVERSION_FACTOR = 1048576Const WARNING_THRESHOLD = 100If WScript.Arguments.Count = 0 Then Wscript.Echo "Usage: FirstScript.vbs server1 [server2] [server3] ..." WScript.QuitEnd...
- Tags: computer, Err.Number, keebmachine, Microsoft VBScript, programming, Wscript.Echo Computer
- Q&A 2004-12-10
- << Previous
- page 1 of 1
- Next >>