Does anyone know of a way to modify the Terminal Server Profile Path property of an NT account with Perl? The only way to modify this property from a command line that I have found so far is with tsprof.exe which is included with NT4 TSE and W2K. So, I could use a Perl script to build a .cmd file with a bunch of tsprof commands and then execute it, but I'm looking for a way to do this with Perl. It would be GREAT if win32::AdminMisc::UserSetMiscAttributes could be used to modify terminal server profile paths like it can be used to modify other attributes. Thanks! Rob