| Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free! |
unable to update user groups
|
Original Message
|
Name: Teliot
Date: March 13, 2008 at 16:14:05 Pacific
Subject: unable to update user groupsOS: Windows 2003CPU/Ram: 2ghzManufacturer/Model: n/a |
Comment: I have existing users in the domain which i have added to security groups in an attempt to cleanup my network file shares permissions etc... The users have been added to the groups for over a week not but are still not showing up in IFMember.exe for my drive mapping script. I am suspecting some sort of group membership cache on the users roaming profile. it seems to work fine when they go to a computer they have not logged in to before. any ideas on how i can forcefully refresh the Member Of cache (if one exists) on a user profile for an individual computer? even getting me off into the general direction of what i need to do would be greatly appreciated. Thanks in advance! ~Kundarsa
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: Teliot
Date: March 14, 2008 at 13:11:15 Pacific
|
Reply: n/m i changed my drive mapping login script to no longer use ifmember.exe and instead pull in the groups from ldap using the memberof attribute. var MemberOf; function memberOf(GroupName) { if (MemberOf == null) { var ADSI = new ActiveXObject("ADSystemInfo"); var User = GetObject("LDAP://" + ADSI.UserName); MemberOf = User.MemberOf.toArray().join("\n").split("\n"); } var find = new RegExp(GroupName, "i"); for (i = 0; i < this.MemberOf.length; i++) { if (find.test(this.MemberOf[i])) { return true; } } return false; } ~Zombie
Report Offensive Follow Up For Removal
|

Post Locked
This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
Go to Windows Server 2003 Forum Home
Results for: unable to update user groups
Group Policy to specific users Summary: hi, does anyone know if there is a way to apply Group Policy settings only to specific user groups? I'm not using the so called Active Directory. thanks ...
www.computing.net/answers/windows-2003/group-policy-to-specific-users/4971.html
can't give perm. to domain users Summary: Hi, I've added a new file server to our network, but when I try to set up file permissions, I can only see local users/groups. The domain is not available as one of the "locations" to add users/group...
www.computing.net/answers/windows-2003/cant-give-perm-to-domain-users/8615.html
'Debugger Users' group not working Summary: I have a windows 2003 server running a domain and some computers under it. I have configured the users of this domain to be "Debugger Users", so that they can use Visual Studio in the workstations. ...
www.computing.net/answers/windows-2003/debugger-users-group-not-working/575.html