Prev: Welcome To www.uggbootscool.com,Classic Ugg Boots,Australia Ugg Bo
Next: Iterating over the members of a class?
From: oddtb on 9 Aug 2010 15:17 Hello, I'm new at vb scripting so forgive me the newbiequestion: I'd like to do something as trivial as copy a shortcut to the users desktop based on what group he's on. If he's a member of the group "students" he'll get a my shortcut, otherwise he shouldnt. Getting the shortcut on the users desktop isnt the problem, i just want to base it on group membership. I'm trying to do this in my logonscript that all users run on my domain. Anyone help me out?
From: Trevor Sullivan on 9 Aug 2010 22:41
You can use Group Policy Preferences item-level targeting to achieve this, I believe. Cheers, Trevor Sullivan Consultant | 1E Inc. On 8/9/2010 2:17 PM, oddtb wrote: > Hello, I'm new at vb scripting so forgive me the newbiequestion: > > I'd like to do something as trivial as copy a shortcut to the users desktop > based on what group he's on. If he's a member of the group "students" he'll > get a my shortcut, otherwise he shouldnt. Getting the shortcut on the users > desktop isnt the problem, i just want to base it on group membership. I'm > trying to do this in my logonscript that all users run on my domain. > > Anyone help me out? > |