W2k3 Srv Public Computer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I Have a server that is a Public Computer with the W2k3 Srv tahts is Company
Domain, where everyone on the Company can logon using the Terminal Service,
and i don´t want to run the logon script of the Domain. I have a GPO for this
machine.
How can I do this?

Thanks to all!

MikeNB
 
In your current logon script make something like this:

if computername="TSSERVER" then goto end
....loginscript...
:end

/Rickard
 
Back
Top