16,755 pts.
 Help with perl script to add information to AD user profile
I need to use Perl script to create a script that will add some information to an active directory users profile. The client is on Windows 7 and the AD server is 2003. Where can I find script examples? Can someone help?

Software/Hardware used:
ASKED: July 26, 2010  2:07 PM
UPDATED: July 26, 2010  8:16 PM

Answer Wiki:
Go to Microsoft's Script Center and review their "scripts in their format which you would see what information you would need to "convert" over to perl script format. <a href="http://gallery.technet.microsoft.com/ScriptCenter/en-us/site/search?f[0].Type=RootCategory&f[0].Value=activedirectory&f[0].Text=Active%20Directory&f[1].Type=SubCategory&f[1].Value=useraccounts&f[1].Text=User%20Accounts&pageIndex=2">Microsoft's Script Center</a> (AD Users Section) <a href="http://docs.activestate.com/pdk/7.3/VBSPerl_overview.html">Download VBScript converter</a> Sample command to convert (command line): vbsperl inputfile.vbs > outputfile.pl You can use the GUI if you prefer.
Last Wiki Answer Submitted:  July 26, 2010  8:16 pm  by  EmNichs   3,235 pts.
All Answer Wiki Contributors:  EmNichs   3,235 pts. , Aguacer0   8,120 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _