Hi,
I need to create a GPO to update 50 computers and keep a log for troubleshooting in case something goes wrong. Below is the line I was trying:
/VERYSILENT /SUPPRESSMSGBOXES /LANGUAGE="Português" /LOG=\\srvdi\Temp\__install\%COMPUTERNAME%.log
However, the file created gets the name "%COMPUTERNAME%.log" instead of the actual computer name. Is there a way to name the file using the computer's name?
I need to create a GPO to update 50 computers and keep a log for troubleshooting in case something goes wrong. Below is the line I was trying:
/VERYSILENT /SUPPRESSMSGBOXES /LANGUAGE="Português" /LOG=\\srvdi\Temp\__install\%COMPUTERNAME%.log
However, the file created gets the name "%COMPUTERNAME%.log" instead of the actual computer name. Is there a way to name the file using the computer's name?