hello to all
i need help getting the output of this program
to write into a file
elif choice == "3":
print "all users list :"
print"\n"
import active_directory
for user in active_directory.search ("objectCategory='Person'", "objectClass='User'"):
print user
""
that lists all active directory personal ..
in rows
how can i pipe this into a csv file or even a txt file ??