I hope I am in the right place.
Creating a script to copy a users email signatures at log off so they have a copy.
ROBOCOPY "C:\Users%name.domain%\AppData\Roaming\Microsoft\Signatures" "\filesrv1\Employee Folders%username%\My OutLook\Signatures" *.*
I have it working when both %name .domain% and %username% are not variables.
My scripting is limited and I am trying to see if by setting those variables would work. I do not know how to lookup what the variables are so that they can be set.
Trying to avoid the need of a script for each person.
Thanks in advance.