A variable that = workstation

  • Thread starter Thread starter jamie s
  • Start date Start date
J

jamie s

Hello,
We are looking to redirect the Terminal Services Profile
(user profile) to a share on the terminal server that the
user's are logging into. The purpose is to reduce Network
traffic. We are using one roaming mandatory profile for
all users.
I would like to propagate the Terminal Services Profile
(user profile) field in AD with $variable that equals
workstation. I already tried $wksta\profile but that did
not work.

Any help would be greatly appreciated!

Regards,
Jamie S.
 
Try using %computername%
This is the system variable that will return the PC's NetBIOS name.
 
Back
Top