Archive for the ‘Visual Basic Scripting’ Category

Map Windows drives based on group membership

Tuesday, March 31st, 2009

Need a way to map a network share for a user, based on security group membership? It’s pretty easy and can be done with just a few lines of code. Using a Visual Basic Script, you can map a drive to a Windows share based on whether or not the authenticating Active Directory user is a member of a specific security group.
(more…)