IGroupPolicyObject::Save()

  • Thread starter Thread starter mwiseman19
  • Start date Start date
M

mwiseman19

Would you know the proper pair of GUIDs used with the C++
function "IGroupPolicyObject::Save()" for use with the Software
Deployment extension?
 
mwiseman19 said:
Would you know the proper pair of GUIDs used with the C++
function "IGroupPolicyObject::Save()" for use with the
Software Deployment extension?

I didn’t get you properly. 8)
If you don’t mind, could you sent a message clearly by using a simple
language than a complicated one. :?:

Then I will try to reply. :wink:

Regards,
Saeed
 
saeedy said:
I didn't get you properly. 8)
If you don't mind, could you sent a message clearly by using a
simple language than a complicated one. :?:

Then I will try to reply. :wink:

Regards,
Saeed

The C++ function IGroupPolicyObject::Save() has two GUID arguments,
one which relates to the MMC GUI snap-in and the other relates to the
extension process. Microsoft documentation is very poor about
providing sample GUIDs for these arguments, and about where in the
registry to find the proper GUIDS. In particular, I need the GUID
pair for use with the Software Deployment extension. I’m trying to
programmatically create a GPO using C++, and this function is
essential. I’ve searched everywhere for this, but found nothing so
far.
 
I would bet that one of them would be
{c6dc5466-785a-11d2-84d0-00c04fb169f7} which is found in the Winlogon
key. This references the client-side extension for Software Deployment.


chris
 
...and the other one is likely going to be under
HKLM\Software\Microsoft\MMC\SnapIns

chris
 
Back
Top