Is it possible to configure dynamic values within group policy preferences for environment variables?
I am trying to replace our old login scripts which set an env var according to the computer name.
set MYVAR=%CLIENTNAME:~-3%
Is it possible to configure dynamic values within group policy preferences for environment variables?
I am trying to replace our old login scripts which set an env var according to the computer name.
set MYVAR=%CLIENTNAME:~-3%