Is there a variable for a user's home directory? Under user properties > Profile > Home Directory.
I'm trying to make a custom tool that will allow me to copy a user's home directory to a temp folder. Here's what I have so far:
cmd /c c:\tools\robocopy.exe "\\server1\%variable for home dir?%" "\\server2\temp\homedirectories\%variable for home dire?%"
I'm trying to make a custom tool that will allow me to copy a user's home directory to a temp folder. Here's what I have so far:
cmd /c c:\tools\robocopy.exe "\\server1\%variable for home dir?%" "\\server2\temp\homedirectories\%variable for home dire?%"
Comment