Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. yellowartist

    Script for Modifying Active Directory Accounts

    I am writing a script that will enumerate members of Group1 and put their requested AD properties into a spreadsheet. The script will then bind to each user from that spreadsheet and make the requested modifications. I am having problems with making some of the modifications. Problems: 1. It...
  2. yellowartist

    Script or Batch file to Install Printers

    I am wanting to create a script or a batch file that I can post on a intranet site that I can direct users to for printer installs. We like to have the printer installed as a local printer, with a tcp/ip port (this resolves both by the IP address or the name of the printer). Here is the code I...
  3. yellowartist

    Is it possible to remove groups by groupType?

    What I am trying to occomplish is I have a script that generagtes a list of users that are tied to a specific global group. From that list I want to go through all the users and remove them from any Distribution Lists. The group type is always Distributions list or 8 The Group Scope is...
  4. yellowartist

    Adding Contacts from a spreadsheet

    I have about 400 Contact cards I need to create. I am running into an error when creating the mailNickname. I want it to be a phone number however I get the following error. Line: 40 Char: 4 Error: Unspecified error Code: 80004005 Source: (null) It will work when I do...
  5. yellowartist

    Creating a HTA GUI for my VBScipts

    I am trying to add a GUI to run a few scripts from. I have decided to use HTA. I am not very familiar with HTA, and I'm getting better as VBScript. Here is the HTA code I have so far... <head> <title>Employee Separations</title> <HTA:APPLICATION APPLICATIONNAME="Employee Separations"...
  6. yellowartist

    Enumeration Groups a user is a memberof.

    I am trying to pull out a some attributes from a user's Active Directory account that is a member of a specific group and place it into a spreadsheet. I cannot get it to list the SMTP addresses and the groups. I also cannot get it to loop through all users. Here is the script. Option...
  7. yellowartist

    Is it possible to Modify the CN, NAME, and DN

    Is it possible using VBScript to modify the CN, Name, and Distinguished name for a list of users in Active Directory. I am trying to write a script to use when we separate employees. The standard now is to put the date they left infront of their name in active directory. I can get the display...

Part and Inventory Search

Back
Top