Hey, I have a project coming up soon that will require me to do a lot of work with local users/groups on Windows 2k. I will need to recreate a very complex structure of users and groups that currently exists on one of our external web sites on a new server. I have looked at my options and think that using perl to suck down group members and relationships for munging and recreation on the other server is the best way. I have a utility that will allow me to dump the users and passwords (nix the group info) from the box. My questions are (coming from a unix background here) I know there are quite a lot of modules for accessing and creating local users and groups -- what would someone that has done a lot of work in this area use for doing this? I just need something that is stable and tested. On a non perl note, I am also interested in anyones ideas for other ways to migrate local users/groups between two 2k boxes without losing passwords. I can't use local -> ad to migrate because of the way the proprietary software uses these users and groups.

Thanks in advance!


-Waswas

In reply to Win32 local users and groups modules by waswas-fng

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.