Page 1 of 1

[solved] Group policy preventing determination of OS

PostPosted: 24.01.2017, 09:04
by FrankH
Hi, hope someone can help me. Trying to use wsusoffline to update a Windows 7 Embedded system (Version 6.1 Build 7601 Service Pack 1). Upon starting the client updater, the CMD window shows me this:

Code: Select all
Starting WSUS Offline Update (v. 10.9) at  8:26:08,75...
Checking user's privileges...
Determining system's properties...
Dieses Programm wurde durch eine Gruppenrichtlinie geblockt. Wenden Sie sich an
den Systemadministrator, um weitere Informationen zu erhalten.

ERROR: Unsupported Operating System ( x64).

Ending WSUS Offline Update at  8:26:12,06...


I've looked through the group policies on this system with gpedit, but couldn't find any policies that might be causing this. Unfortunately the wsusofflineupdate.log was not helpful:

Code: Select all
24.01.2017  8:26:08,80 - Info: Starting WSUS Offline Update (v. 10.9)
24.01.2017  8:26:08,80 - Info: Used path "Z:\Updates\wsusoffline\client\cmd\" on GRW-601199007 (user: Administrator)
24.01.2017  8:26:08,81 - Info: Option /updatecpp detected
24.01.2017  8:26:09,43 - Info: Option /seconly detected
24.01.2017  8:26:11,42 - Error: Unsupported Operating System ( x64)
24.01.2017  8:26:12,06 - Info: Ending WSUS Offline Update


Anybody have any ideas which group policy setting might be preventing the relevant scripts from running properly?

Thanks in advance!

Frank

Re: Group policy preventing determination of OS

PostPosted: 24.01.2017, 10:03
by FrankH
Hi Folks!

Just found the solution myself. Turns out that %TEMP% was set to D:\Temp, and there was a GPO preventing scripts from running on the D: drive. Got rid of that GPO, and now wsusoffline runs as it should.