Hello.
I need specific computers to load specific mandatory profiles from the server, but only for specific users.
I’am working on a school, and every class needs their own profile.
At first, i was thinking about local profiles, but the teachers needs to log in with their roaming profiles on the same computers, which means i can’t rename NTUSER.DAT to NTUSER.MAN in the ‘default user’ folder.
Can a login script fix it?
I want something like this:
—–
IF User logon name = grade1* AND computer name = Room1, THEN load = profiles/mandatory1
IF User logon name = grade2* AND computer name = Room2, THEN load = profiles/mandatory2
etc. for 10 grades…
ELSE load profiles/empty_mandatory
—–
It’s very possible that users from Year1 will use Room2 computers, so i can’t use normal mandatory profiles, because there is programs installed on Room2 computers, that’s not installed on Room1 computers, and therefore, the shortcuts will not work.
I’m sorry about my bad english.
Hope someone can help
Regards