Hello,
we want to deploy Office 2013 through SCCM with a Log-File which should be stored on a Server. To identify from which Computer the log file is, it should be named like the hostname.
I have specifed the followig in the config.xml
<Logging Type="verbose" Path="\\logserver\log\" Template="%hostname%.txt" />
instead of translating the hostname there is only a %hostname%.txt on the logserver.
Anyone an idea to solve this?
Thanks.