Chris' Weblog

  Home  |   Contact  |   Syndication    |   Login
  2 Posts | 3 Stories | 1 Comments | 0 Trackbacks

News



Article Categories

Archives

Bloggers

My Sites

Scripting

I wrote this script to add domain groups to local groups. A quick overview on how it works is, it reads an input file (comma separated), estabilishes a connection to LDAP (defining your global variables), connects to the local computer and adds the domain group into the local group. You will need to modify the Global Variables and “WinNT://<netbios domain name>/“ sections of the script. Here is the code: '==========================...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Here is a quick Vbscript that can be used to create roles in ADAM. Click here to be redirected
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

So I was on this project for a relatively large customer and I was challenged with renaming 4-5 thousand directory objects. Apparently, they used generic objects for something and wanted to provide their users with a much more, “friendlier” naming convention. I wasn’t going to do it manually, so I wrote this script to facilitate this task for me. Here is how it works. 1. It reads a text file line by line, using the “,” as a breakpoint. (Note: the columns in the text...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati