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: *

  • Users: wibbe
  • Content: Threads
  • Order by date
  1. wibbe

    Can not handle numbers from excel

    Hi, I have a problem and can not find the error. This is a modefied script from Microsoft to create a user in Active Directory. I have just added some code to get the information from a excel document. It worksfine if a add text or mixed content, but if I try to add just numbers it will return...
  2. wibbe

    Add computer account to Active Directory Group

    Hi, I found out that this was a bit more tricky then expected. I use ADS to deploy servers and ADS is using an agent on the remote servers to execute commands. This service is running as system and can not be changed. I need the the service to run a VBScript to join the computeraccount to...
  3. wibbe

    Problem to set TargetDir value

    Hi all, I guess this is a easy question, but I got stuck anyway:) I have created a MST file for a application and want to set the value for TargetDir to "D:\Apps\Application name". I do this with a custom action and it works fine then a do a normal installation. But then I use the Quiet mode...
  4. wibbe

    Query profile type...

    Hi all, I have some problems to write a script to find out the current profile type (Local / Roaming or Mandatory). I can access the object WIN32_LogonSession and this one include the profile type but not the username. I can access the object WIN32_NetWorkLoginProfile, but this does not...
  5. wibbe

    Export and import Registry to a .HIV file.

    Is it possible to use a vb-script to import a .hiv-file (binary) of HKCU then a user login to the computer. And then a simular export then the user logoff. Today we use reg.exe to solve the issue, but I can not add error handling and reporting to that function. This is used in a load balanced...
  6. wibbe

    Set Workdir for shell

    Hi all, I need to map a network drive and then lanch i program using a specific working directory. This is my current syntax: -------------------------------------------------- on error resume next Dim strArgs Set objArgs = WScript.Arguments strArgs = objArgs(0) Set Shell =...
  7. wibbe

    Set Permissions on folder.

    Hi, I have made a msi for one old application using Group Policy to install it on the clients. The installation works fine but.. ..the application requires that the user have full access to a folder (c:\program files\application\temp). How can I set NTFS permissions on a folder with msi? I...
  8. wibbe

    How to overwrite spanned tapes.

    Hi everyone, I have a strange problem. I'm running windows 2000 and BE8.5 with a DLT4000 Tape Autoloader (7 slots). Slot 1 and 2 is partission 1, Slot 3 and 4 is partission 2. The tapes in slot 1 and 2 has a own mediaset (mediaset1). The overwrite protection is set to 1 houre (partisional). The...
  9. wibbe

    Map Network drive with GPO

    Hi all, Is it possible to map network drives with a GPO and not use login scripts. Thanks, Wibbe

Part and Inventory Search

Back
Top