Hi Bran,
Very interesting script. But what is exactly happening after the reboot? I have run the script and it opens the properties window of the printer in the script. And then what? You change some properties somehow? You close that window again?
I would like some more explanation here :)...
Hi Tim,
A login script is an solution, but it might be a great idea to publish a batch files, as published application. In that batch file you write this:
@echo off
net use <drive>: \\appserver\<appdir>
start <drive>:\program files\<applicationdir>\application.exe (one line)
exit
I hope...
Hi Jacobus,
When a user contacts the Nfuse server, in this case TS1, it will look for the least busy server, that is TS1,2 or 3 and will redirect you through to that server. So TS1 has in your case two roles: proxy and Citrix server.
TS1 is wise enough to differentiate between the two roles...
My suggestion would be to create a batch file what would look like this:
@echo off
net use k: \\fileserver\share
start m:\program files\<application.exe>
exit
Publish this batch file as a published application.
Just an idea! :)
Hi Dave,
You can do this by adding the public IP-address as alternate address on the citrix server, command: altaddr 207.x.x.x /set. Then you should click "alternate address" in nfuseadmin, which is now wiadmin, and it should work!
Good luck,
Koelie
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.