|
Well, I have a bunch of admin scripts, only thing is: I dont want to waste space on the board posting stuff that has already been done. My best stuff has to do with AD domain cleanup and administration, while limited by NetIQ DRA permissions. I also created a neat package that remotely migrates computers across NT domains or from an NT domain to a 2k domain. Hmm.. what else... local administrative users administration from a central computer? Oh, I have a nice logon script that moves clients around under different Norton Managed servers based on computername or LDAP path. Nothing really unique or spectacular -- I only have time to solve the problems I am running into with custom solutions. What type of stuff are you guys looking for?
Tell you what, the reason I am writing this script is because I need a way to generate SMS DDR records that contain a custom property specifying the LDAP location of a computer object. That way, I can code collections to mirror AD, allowing my administrators to apply software packages to specific structures in my organization. We just stood up SMS 2.0, and until the upgrade to SMS 2003, there is no real way to do this. Microsoft has a special VB tool for example purposes to do this, but it only creates a DDR with the LDAP specific property, and I would like a code that would comprehensively query AD for computers, check the passwordage value to determine that the computer account is not orphaned, query DHCP for the subnet and IP, query DNS to make sure that the dynamic entry is correct, then check with SMS to determine whether or not this computer has been discovered yet or not. If discovered, merely modify the existing DDR, and update with all the appropriate properties, if not, create a unique DDR, then initiate remote client installation (if the bandwidth at the time is adequet).
There are lots of ways to go about solving this problem, and I am a bit swamped with other administration work, so I appreciate your help with my brain-fart.
I am not sure how much help code like that would be to your readers, but I am willing to post it when I am done if you would like..
|