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 SkipVought 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. lrmerc

    Disable Guest Account

    Ya you probably need to remove the IF.... This line <If InStr(1, computer, &quot;wlap&quot; ,VBTextcompare) > 0 Then> This applies only to my company as wlap is contained in the naming standard.... It can be removed altogether Also remove the end if! Cheers Lloyd
  2. lrmerc

    Disable Guest Account

    The code follows. It could have been written a lot tydier but i have only just started looking at VB scripts. First 8 lines is where I read in the password from a file this is so password can be inputted on a web page and will automatically change the admin passwords Via group policy in windows...
  3. lrmerc

    Disable Guest Account

    I have a vbscript which now resets the Password for local guest and administrator accounts. I would also like to disable the guest account anyone know of an easy way to do this? Im new to this so help is appreciated. Local guest name is currently in GuestName as this changes from site to...
  4. lrmerc

    Replacing Speach Marks!!

    One more thing i am using this to force a password change on clients...... Is there anyway i can get a return code from this ie failure or success and pipe this to a file? I will keep working on it in the meantime.... Call User.SetPassword(password) Thanks
  5. lrmerc

    Replacing Speach Marks!!

    What excatly does Chr(34) mean? This is the first script i have written... info is usefull!!! Thanks again
  6. lrmerc

    Replacing Speach Marks!!

    Thanks for the info... I eventlually came up with this after reading a manual.... can you see any problem with me using this? It seems to work....... lastline = Replace(lastline, &quot;&quot;&quot;&quot;, &quot;&quot;)
  7. lrmerc

    Replacing Speach Marks!!

    I am new to this as you may find out by reading the following. Hopefully one of you guys have a quick solution. I have a text file as follows which is constantly appended to : &quot;testing1&quot; &quot;testing2&quot; &quot;testing3&quot; I want to read the last line of this file into a...
  8. lrmerc

    Win2K Pro

    Do you have antivirus running? For every solution there is a problem and for every problem there is a tech behind it!
  9. lrmerc

    Map Network Drives

    HKCU\Network\DRIVE-LETTER..... I doub it has been set up via group policy but if it has he would have created a LOGON script and added this to User Configuration\windows settings\scripts \logon... I would check here
  10. lrmerc

    Map Network Drives

    Have you checked the Mapped drives location in registry? I rekkon he has manually done this from each machine and made the connections persistant... if you right click in explorer and disconnect do they come back?
  11. lrmerc

    Moving Primary AD Controller?

    I would make it a GC... also ensure you have DNS running on it might be a good idea so SRV records get created correctly... ALso ensure You subnet is created in sites and services. Before you demote the Old server from 2000 DC you need to sieze all % FSMO roles...
  12. lrmerc

    Map Network Drives

    if you type %logonserver%\netlogon at run command is that location emtpy?
  13. lrmerc

    DNS woes

    Can they all ping the server internally?
  14. lrmerc

    Add Domain Admins to Administators group by Group Policy

    Is a standard policy. Called restricted groups - go into your policy enter widows settings / security settings / restricted groups... in here you can manually add your group to local administrators this will be enforced every time policy refreshes meaning even if they delet you again you will be...
  15. lrmerc

    Installing Win2k3

    Yes it does... If installing server you need the server boot disks they can be found under the following location: CD_DRIVE\bootdisk\MAKEBOOT.exe Any help?
  16. lrmerc

    Installing Win2k3

    You need to make the boot disks....
  17. lrmerc

    Can't delete folder on server

    Once you have renamed the folder can you then delete it? I have seen a virus do this before and changing the name stopped the virus code from finding the location... I had to re-boot after changin the name to ensure any proccesses accessing were terminated
  18. lrmerc

    Can't delete folder on server

    Can you change the name of the root folder?
  19. lrmerc

    Profile Problems on Termserv

    What permissions are set on the registry key?
  20. lrmerc

    Windows 2000 Admin Templates

    Does anyone know how to ammend REG_MULTI_SZ entries in registry with adm file.... When i edit with EDITTEXT it coverts the value type to REG_SZ!.... any ideas? Thanks

Part and Inventory Search

Back
Top