Link to home
Start Free TrialLog in
Avatar of MonkShines
MonkShines

asked on

Mapping Drives using Item level Targeting based on Computer Netbios Name using variable logic

Below is an example of what I am looking to accomplish using Windows 2008 group policy item level targeting. The key is that I would like to do this without having to create a seperate item level targeted map entry for every single computer. I wopuld like to simply create one entry using variables and logic. This is something that I presently have in place using scripting but would like to move to eliminate the logon script and use GP exclusively.

- Computer names are computer1, computer2, computer3,... etc.
- Shares on server are computer1$, computer2$, computer3$,...etc.

When a user logs on to computer 1 they receive the mapped drive computer1$, computer2 gets computer2$, and so on.
Avatar of McKnife
McKnife
Flag of Germany image

Hi.

You leave out to tell us if you have already tried it. I suppose \\server\%computername%$ would work when entered at the "Location" line.
ASKER CERTIFIED SOLUTION
Avatar of MonkShines
MonkShines

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MonkShines
MonkShines

ASKER

There was only one other comment and it did not have any real detail to it and did not help the solution
agreed
No real detail?
I told you to populate the location field of the group policy preferences drive map item with \\server\%computername%$ which works as expected. No further settings needed. Next time feel free to ask if you don't understand a proposed solution :)