Skip to content

Commit

Permalink
Update orpc.idl
Browse files Browse the repository at this point in the history
Change COM_MINOR_VERSION from 1 to 7 in samba/librpc/idl/orpc.idl to fix WMI client not working with Windows Server 2022.

5.7 is supported down to including Windows XP as per https://docs.microsoft.com/en-us/answers/questions/146551/wmic-stopped-working-on-windows-10-2004.html somewhere down in the comments of a Microsoft employee.
  • Loading branch information
OriginalRobotWizard authored and nichtsfrei committed Jul 20, 2022
1 parent 0b2fbed commit 3907aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samba/librpc/idl/orpc.idl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ interface ObjectRpcBaseTypes

/* current version */
const uint16 COM_MAJOR_VERSION = 5;
const uint16 COM_MINOR_VERSION = 1;
const uint16 COM_MINOR_VERSION = 7;

/* Body Extensions */
const string dcom_ext_debugging = "f1f19680-4d2a-11ce-a66a-0020af6e72f4";
Expand Down

0 comments on commit 3907aae

Please sign in to comment.