my little contribution:
I tried to use this module with a domain controller 2k3 some years ago and.. i gave up after a week of tries. I have to admit i'm not so comfortable looking into source files nor visual studio project.

I rewrote the code i needed and i also learned a lesson: win is not so friendly and many things can change between versions or service packs or even updates. Is easier to write some ugly but affordable code that parses output of native commands than use or maintain a module that deals with windows interface. Some Win32::* module seems anyway be stable over the years and maintained, but this is not the case of AdminMisc.

More problems come in place because you pass from a 32bit tio a 64bit OS: "Where is my system32 folder?".. the dreadfull 'Filesystem Redirection' feature come in place..

good luck
L*
There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.

In reply to Re: Adminmisc & V5.16 by Discipulus
in thread Adminmisc & V5.16 by Chris Chopping

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.