You might take a look at Dave Roths Adminmisc module www.roth.net
It has a nice little command that you can use:
Win32::NetAdmin::UserChangePassword( ($machine | $domain),$user, $oldPassword, $newpassword)
or better yet
Win32::NetAdmin::SetPassword( ($machine | $domain),$user, $newpassword)
The domains in question will have to grant you an access to do that. They can set up a global account and give you the authority. You can't side-step the security if you think about it. Microsoft has its problems but that would be a HUGE one if you could do that! ;-)
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.