I've written a fair amount of Perl apps to perform a variety of Windows audit task, but I still cannot figure out how to read the Windows Local Security Policy Settings.
I have tried numerous ways to download the Account and Local policies without success. secedit does not appear to dump the info and I've tried every win32::lanman::lsa query I've found.
Is there a Win32 library (I cannot find one) or some other Perl method that will read the Windows policies?