Create an account in MS active directory

Create an account in MS active directory 1.0

Create an account in MS active directory 1.0 Download Summary

  • Language: Python
  • Platform: Windows
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 479
  • Released: Jun 7, 2007

Create an account in MS active directory 1.0 Description

This script contains the basic code to create an account in active directory that shows how to do things like set your own exension attributes, force a reset of the password when the user logs in, and set the home directory. It makes used of python's excellent COM support in win32com.

Create an account in MS active directory 1.0 Keywords

Create an account in MS active directory Bookmark

Hyperlink code:
Hyperlink for Forum code:

Create an account in MS active directory 1.0 Script Download Notice

Top 4 Download periodically updates information of Create an account in MS active directory 1.0 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Create an account in MS active directory 1.0 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Get attributes of an object in MS Active Directory

... are available to you for an object in active directory. You cannot ask the object directly for that, instead you need to use the schema of the object. All of this is done with ...
Python

Logging to a Jabber account

... use the JabberHandler to log it to your account. ...
Python

A friendly mkdir

This scripts provides a function mkdir() more friendly than Python's standard os.mkdir(). Limitations: it doesn't take the optional 'mode' argument yet. ...
Python

Allowing the Python profiler to profile C modules

This script lets you take into account time spent in C modules when profiling your ... is spending its time. Profilewrap demonstrates how to create proxy objects at runtime that intercept calls between ... demonstrates the use of the 'new' module to create new functions on the fly. ...
Python

Getting SYSTEM environment variable under Windows

... value, as if running under Service or SYSTEM account.As you can see in Windows Control Panel 'System' applet there are two groups of environment variables: USER and SYSTEM. This script presents a function for retrieve SYSTEM variable value.  ...
Python