A little more information

Below is a view of the C:\fog.log

Not sure if I know what I’m looking for here, but I don’t think I’m seeing any errors

------------------------------------------------------------------------------ ---------------------------------SnapinClient--------------------------------- ------------------------------------------------------------------------------ 9/20/2018 4:51 PM Client-Info Client Version: 0.11.16 9/20/2018 4:51 PM Client-Info Client OS: Windows 9/20/2018 4:51 PM Client-Info Server Version: 1.5.4 9/20/2018 4:51 PM Middleware::Response Success 9/20/2018 4:51 PM SnapinClient Running snapin Office16 9/20/2018 4:51 PM Middleware::Communication Download: http://10.0.0.1/fog/service/snapins.file.php?mac=00:50:56:85:26:8F||00:00:00:00:00:00:00:E0&taskid=49 9/20/2018 4:51 PM SnapinClient C:\Program Files (x86)\FOG\tmp\Setup.zip 9/20/2018 4:51 PM SnapinClient Processing SnapinPack Setup.zip 9/20/2018 4:51 PM SnapinClient Extracting SnapinPack 9/20/2018 4:51 PM Bus Emmiting message on channel: Notification 9/20/2018 4:51 PM SnapinClient Starting snapin 9/20/2018 4:51 PM SnapinClient Snapin finished 9/20/2018 4:51 PM SnapinClient Return Code: 1 9/20/2018 4:51 PM Bus Emmiting message on channel: Notification 9/20/2018 4:51 PM Middleware::Communication URL: http://10.0.0.1/fog/service/snapins.checkin.php?taskid=49&exitcode=1&mac=00:50:56:85:26:8F||00:00:00:00:00:00:00:E0&newService&json 9/20/2018 4:51 PM Power Creating shutdown command in 60 seconds 9/20/2018 4:51 PM Bus Emmiting message on channel: Power ------------------------------------------------------------------------------

I also have been modifying my bat file and have added a output which works perfectly when I run it on my machine. I see the output file pop up and it has all the command responses.

@echo off >C:\Temp\Office16.txt 2>&1 ( PushD "C:\Program Files (x86)\FOG\tmp\Office16" setup.exe /configure configuration.xml PopD )

However when I run this on my target machine nothing happens at all. I don’t see the output text at all.