Browse CLASSROOM TRAINING REGISTER for classroom training CONTACT us

SAPIEN Solutions

SAPIEN homepage
PrimalScript script editor+ide
PrimalScope script debugger
Free Tools script utilities
SAPIEN Press tech books
ScriptingAnswers.com learn+share
ScriptingOutpost.com online store
Blog.Sapien.com official blog
Contact Us

 

Posts Tagged ‘Enumerate’

Targeting Active Directory objects (users, computers, etc)

Friday, February 15th, 2008 by Essentials Administrator
 Here's a great example of how to do something to every user, computer, or other object in the directory. This enumerates through every object, recursing the entire directory. ' ' ScriptingAnswers.com Essentials - by Don Jones ' ' Targeting AD ' This shows how to target every user, computer, '…   More »

Enumerating a hierarchy (like files and folders)

Friday, February 15th, 2008 by Essentials Administrator
 This example uses files and folders, but really any hierarchy - such as Active Directory - uses the same technique. You'll want to really read through this one and understand what it's doing to be able to take advantage of it: It shows how to have a function recursively call…   More »


Entries (RSS) and Comments (RSS).