-
1
- #1
MatrixReloaded
Technical User
Can anyone help me with the code for extracting the terminal server user profile path please?
I can get the normal profile path but not the terminal server one.
MsgBox ("Logon Name: " & UserObj.Name & vbCrLf & _
"Full Name: " & UserObj.Fullname & vbCrLf & _
"Profile: " & UserObj.Profile & vbCrLf & _
"Description: " & UserObj.Description & vbCrLf & _
"LoginScript: " & UserObj.LoginScript & vbCrLf & _
"LastLogin: " & UserObj.LastLogin & vbCrLf & _
"WTSProfile: " & UserObj.?????)
Thanks
I can get the normal profile path but not the terminal server one.
MsgBox ("Logon Name: " & UserObj.Name & vbCrLf & _
"Full Name: " & UserObj.Fullname & vbCrLf & _
"Profile: " & UserObj.Profile & vbCrLf & _
"Description: " & UserObj.Description & vbCrLf & _
"LoginScript: " & UserObj.LoginScript & vbCrLf & _
"LastLogin: " & UserObj.LastLogin & vbCrLf & _
"WTSProfile: " & UserObj.?????)
Thanks