I'm trying to import some Windows Server 2012 R2 drivers to a driver group in WDS. My WDS server is running Windows Server 2012 (not R2). When I run the following command:
WDSUTIL /Add-DriverPackage /InfFile:"E:\Drivers\Latest\WS2K12R2\ocnd64.inf" /DriverGroup:"MyDriverGroup"
I get this response:
Windows Deployment Services Management Utility [Version 6.2.9200.16384]
(C) 2012 Microsoft Corporation. All rights reserved.
An error occurred while trying to execute the command.
Error Code: 0xC10301B3
Error Description: This driver package is not signed. x64-based driver packages must be signed in order to be added to the Windows Deployment Services server.
The folder with the driver package has a .cat file with a valid digital signature. The driver signature is recognized by a similar machine running WDS on 2012 R2. What gives? I can import Server 2012 and Server 2008 drivers just fine. Are 2012 and 2012 R2 certificates incompatible, or is something else going on?