Ok - found my problem - those dates in the Fog log got me to wondering why there weren’t any recent entries… Service was not starting - I had not updated my SetupComplete.cmd for the new client that I included in the new image:
Old client SetupComplete.cmd command to start the service:
sc config “Fog Service” start= auto
New Client SetupComplete.cmd command to start the service:
sc config “FogService” start= auto
Voila! Working again! Thanks for your input - I will probably rebuild a clean image at some point, but this got my old patchwork image going!