PDA

View Full Version : Extracting a user's Netware Logon from Registry?



woods
02-22-2000, 02:43 PM
For our Intranet we want to tie in the Novell Netware login with our Intranet Login. I figured that I can pick this value up from HKEY_LOCAL_MACHINE\Network\Logon\ NetwareUsername Value.
I can extract the entire key to a .REG file but the question is, how do I extract JUST the NetwareUsername Value to a text file so that I can do what I need to it???
Incidentally, I need to do this automatically (I use the regedit /e command to extract the whole key) so any command line switches that would do it would be a life-saver!
Thanks..........