From: Patrick on 1 Sep 2009 14:54 I am trying to use twapi to call the NetUserModalsGet network management function on windows. Reference: http://msdn.microsoft.com/en-us/library/aa370656%28VS.85%29.aspx I see that twapi has quite a few if not most of these network management functions exposed but not NetUserModalsGet. Reference: http://twapi.magicsplat.com/raw.html Anyone have a suggestion as to how I can use twapi for this function? Specifically I am looking for the data returned in the USER_MODALS_INFO_0 and USER_MODALS_INFO_3 structures (password policy and account lockout policy) which is not available through wmi or the registry. Thanks
From: APN on 1 Sep 2009 22:58 TWAPI does not have this function. One possibility is using the ADSI COM interfaces. /Ashok On Sep 1, 11:54 pm, Patrick <patrick.dunni...(a)activecompliance.com> wrote: > I am trying to use twapi to call the NetUserModalsGet network > management function on windows. Reference:http://msdn.microsoft.com/en-us/library/aa370656%28VS.85%29.aspx > > I see that twapi has quite a few if not most of these network > management functions exposed but not NetUserModalsGet. Reference:http://twapi.magicsplat.com/raw.html > > Anyone have a suggestion as to how I can use twapi for this function? > > Specifically I am looking for the data returned in the > USER_MODALS_INFO_0 and USER_MODALS_INFO_3 structures (password policy > and account lockout policy) which is not available through wmi or the > registry. > > Thanks
|
Pages: 1 Prev: BLT Next: Expect script from stdin (interact not working as expect; eof) |