Home »

Posts tagged ‘active directory’


System Center Orchestrator 2012: Active Directory IP – Get User Activity – How to search for Distinguished name!

Cannot figure out how to search for a user via Distinguished name field in the active directory IP for SCORCH 2012?

Look no futher, here is the solution.

Category: Integration Packs, Orchestrator / Opalis, System Center Orchestrator 2012  |  Comment

PowerShell: Creating new users from CSV with password and enabled accounts or How to Pipe into multiple cmdlets

How to create users from a CSV file, set their password and enable them in one command.
This method shows you how to pipe the same output into multiple cmdlets by using the ForEach-Object Cmdlet.

Category: Powershell, Scripting  |  3 Comments

VBScript: Move computer object to another OU via Command line parameter

UPDATE: New improved script 0.0.3 uploaded. Thanks to Nico_ at Technet Forums! Hello everyone My collegue Michael Petersen, needed a script to move computers to another OU, after re-installing them via SCCM/ConfigMgr. He have written a blog post to show how to use it in a Task Sequence: http://blog.coretech.dk/mip/using-ts-variables-when-running-a-script-under-a-different-account/ therefore i developed this small script [...]

Category: Scripting, VBScript  |  22 Comments

Checking if User is member of group including nested/sub groups!

Download: I had a challenge today. Problem: My Customer needs to insert a specific text in the Computer description field on the local PC, if the user is member of a specific group. Challenges: The problem is that most of the user are not directly members of the group. but they are members of a [...]

Category: Scripting, VBScript  |  8 Comments