adamyoung Posted June 13, 2006 Posted June 13, 2006 Hi, We use MetaFrame XP and are trying to set it up so that when users login in a certain room the appropriate printer is shown, tried using auto creation but cant seem to get it to work. Any ideas?
CyberNerd Posted June 13, 2006 Posted June 13, 2006 We solve this problem by nameing the clients per IT suite eg IT1-* A login script then creates the correct printer for each client.
adamyoung Posted June 13, 2006 Author Posted June 13, 2006 All our rooms are set out like this and we have a script that runs for the classroom fat clients (RMG1-PC01 = G1 Printer) How can this be achieved with citrix?
ChrisH Posted June 13, 2006 Posted June 13, 2006 You have to use a different variable to determine the citrix clients. I think its "clientname" rather than "computername" . Ric_ will fill you in he has it incorporated into his logon script.
CyberNerd Posted June 13, 2006 Posted June 13, 2006 indeed, while echo %computername% gives the computername echo %clientname% gives the clientname
Ric_ Posted June 13, 2006 Posted June 13, 2006 at the start of your script, simply set the computername to be the same as the clientname. It works wonderfully and is a lot better than the Citrix method (which I have never made work).
adamyoung Posted June 14, 2006 Author Posted June 14, 2006 Our machine name and citrix client names are the same, the current printer script maps by machine location, how can we get this to work in citrix?
ChrisH Posted June 14, 2006 Posted June 14, 2006 What has been said above should work for you as the other two use that method. Are you sure you are querying "clientname" ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now