You can re-establish the authentication to the domain using a .cmd file that
contains a net use command. The .cmd file can be added to the user's
Startup folder in the user's (local) profile on the workstation computer.
The net use command would look like this:
net use \\PrintServerName\IPC$ * /user
omainName\DomainUserName
the "*" means prompt the user for the password. If you are not concerned
about exposing the password, you can put it into the .cmd file in place of
the "*".
We use this technique successfully when we have contractors using their own
computers that are not members of our Domain.
"IPC$" is a hidden share on every Windows computer.
--
Bruce Sanderson MVP
http://members.shaw.ca/bsanders/
It's perfectly useless to know the right answer to the wrong question.