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 Chriss Miller 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. Soundlover4711

    Script to modify SMTP address

    YES!
  2. Soundlover4711

    Script to modify SMTP address

    Hi all! I'd need a script to modify the SMTP addresses of our users from: @MYCOMPANY.COM to mycompany.com Any ideas? Thx 4 help!!!!
  3. Soundlover4711

    Problem with script!

    Hi All! We are migrating to MS Exchange and we've created a script wich "should" creates the Mailboxes on our Exchange servers in different storage groups. We are using the following: Const CExchangeTargetDatabase="CN=1 Mailbox Store 1A (Server1),CN=2 Storage...
  4. Soundlover4711

    Translate simple .bat file to .vbs

    Hi, Thanks! In my test environment it was working but now there seems to be something wrong in this line: -------- intReturn = WshShell.Run("C:\Program Files\Cent\InstCent.bat", 1, True) 'or False -------- ??? I don't know what ??? Thx 4 help!
  5. Soundlover4711

    Translate simple .bat file to .vbs

    Hi All! I'd like to check if a file exists, if it exists the script should go on and do nothing, if the file doesn't exists the script should start a batch file for software installation. In .bat it would look like this: ---------------------------------- if not exist...
  6. Soundlover4711

    Identfy documents with macros in it

    Hi All! Is it possible to export all files of my fileserver which have a macro. We'd like to upgrade office xp to office 2003 and therefore we have to know each file which has an macro to test if the macros are also working with office 2003. Thanks
  7. Soundlover4711

    Set new Password

    Hi All! I'd like to use the following scritp to set the password for service accounts in my domain, but how do I have to modify the script to use usernames and passwords without a InputBox, so that I can add the userenames and passwords hardcoded...
  8. Soundlover4711

    Get "date" of file and add to html

    Sorry but I've no idea what you mean!
  9. Soundlover4711

    Get "date" of file and add to html

    Thanks, if found a scrip. But now I have the problem that the name of the file is changed every day. In my script I have the following line to specify the filename: filespec="\\myfileserver\VPHOME\file1.XDB" How can I use just the file extension (.XDB)??? I tried...
  10. Soundlover4711

    Get "date" of file and add to html

    Hi All! I'd like to create a script which detects the date of a fiel (virus definition file) and add it to a line in a html file. The goal is to have an html file, for example, with the line: virus definition: >date of file<
  11. Soundlover4711

    Check for file and copy if not exist

    Hi All! I'd like to check for a file on my local PC and if it's not exist it should be copied from UNC path to the local folder. The script is needed to check if the wallpaper.jpg is stored on the local PC's of the users if it's not stored in the specified folder it should be copied from our...
  12. Soundlover4711

    drive mappings based on location (domain)

    It's me again ;) Whats wrong in this Script??? ----------------------------------------- On Error Resume Next Const HKEY_LOCAL_MACHINE = &H80000002 Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" &_ ".\root\default:StdRegProv") Set WSHShell = CreateObject("Wscript.Shell")...
  13. Soundlover4711

    drive mappings based on location (domain)

    Thank's! But how can I merge this scrips??? I'd like to map a network drive when two parameters of the script are conform! For example: When a specified group and a specified logonserver (GetLogonServer.vbs)or IP range (GetDHCPIPaddress.vbs) are matched then should be a drive mapped...
  14. Soundlover4711

    drive mappings based on location (domain)

    Hi All! I’d need a script fort he following case – who can hep me?!? I have one (active directory) domain with 7 locations and 7 different ip-ranges. The users in our environment are getting 3 network drivers mapped. My problem now is when a user from location1 moves with his laptop to...
  15. Soundlover4711

    Need Script to add Users to local Group

    Hi All, I'd need a script which adds selected (domain)users on selected (domain)computers to the local "Power Users" group of the PC. For example only >DomainUser1< should get a member of the "Power Users" group of >DomainComputer1< (only on this computer). Is that possible?!? Please...

Part and Inventory Search

Back
Top