Hello.
When installing the bat.file I want to add clients to a group. And in that group I want the clients name to contain both Computername and Username.
I have tried using the parameter in assignoptions --alias %COMPUTERNAME+USERNAME% Result: PCxxxx+yyy (incorrect way)
Can I use a variable, something like "COMPUTERNAME" + " " + "USERNAME" = %NAME%