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 Mike Lewis 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. JimHolland

    Check if a user exists in AD.

    I currently use a script to create and delete user account in AD - using a txt file as input. But what I would like to do is check first to see if a user account exists first -and to flag it if it does. Could anyone point me any code which checks to see if a user account already exists? Cheers.
  2. JimHolland

    DWORD registry value of "ffffffff"

    More specifically - I'm getting an overflow error 800A0006 as the DWORD value i'm trying to create is "4294967295". Does anyone know how I would be able to get around this..?
  3. JimHolland

    DWORD registry value of "ffffffff"

    I'm trying to add a DWORD registry entry with a hex value of "ffffffff". WshShell.Regwrite"HKEY_CLASSES_ROOT\Path\Path\Path\Key", ffffffff, "REG_DWORD" but it is not being populated. It's fine if I use zero - but it ignores it when I use the hex value. Can...
  4. JimHolland

    Script to configure Event Viewer

    Fantastic - thankyou very much for your help. Jim.
  5. JimHolland

    Accessing the 'Local Security Setting' using VBScript?

    hello, I too am trying to change this security setting on a number of W2K servers. Could you tell me exactly what you used in order to do this. I have been trying to script it - but no luck as yet. Jim
  6. JimHolland

    Script to configure Event Viewer

    I am trying to configure the "When maximum log size is reached:" and the "Overwrite events as needed" options within eventvwr on W2K. Would anyone be able to help me out at all? Many thanks for any help. Jim.

Part and Inventory Search

Back
Top