Get attributes of an object in MS Active Directory

Get attributes of an object in MS Active Directory 1.0

Get attributes of an object in MS Active Directory 1.0 Download Summary

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

Get attributes of an object in MS Active Directory 1.0 Description

Sometimes it is useful to know what attributes 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's COM support using win32com. By default only attributes that have values are returned.

Get attributes of an object in MS Active Directory 1.0 Keywords

Get attributes of an object in MS Active Directory Bookmark

Hyperlink code:
Hyperlink for Forum code:

Get attributes of an object in MS Active Directory 1.0 Script Download Notice

Top 4 Download periodically updates information of Get attributes of an object 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. Get attributes of an object 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!

Create an account in MS active directory

... 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 ...
Python

Lazy attributes

Lazy attributes script shows how to create attributes with 'computed at first use' values. ...
Python

Constant Object Passing

This script shows you how to pass objects as "constant" (immutable) in python. ...
Python

Extensible object to XML converter

This function generates XML for any Python object through recursive functions. It is easy to add specific handlers for your own object types for more complex output options. ...
Python

Null Object Design Pattern

This script is a sample implementation of the 'Null Object' design pattern. Roughly, the goal with Null objects is to provide an 'intelligent' replacement for the often used primitive data type None in Python or Null (or Null pointers) in other languages. ...
Python