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

  • Users: wibbe
  • Order by date
  1. wibbe

    Can not handle numbers from excel

    Thanks mrmovie. That worked fine. And yes, you are right, I have to figure out how to handle diffrent data types. I try to recreate the "header.exe"-tool included for Exchange 5.5, but now for Active Directory. I have a script that let you choose the objects to import/export depending on the...
  2. 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...
  3. wibbe

    Add computer account to Active Directory Group

    Ok.Thanks. I will try that too. The AdsRunAs was an easy solution as well.I have tried it and it worked fine. / Wibbe
  4. wibbe

    Add computer account to Active Directory Group

    Thanks for the reply mrmovie. To change the account for the ADS agent was oure primary solution, but it never reconnected to the ADS server again afterwards. This was an attemt to find a workaround :) I will check the "adsrunas" command you talked about.
  5. 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...
  6. 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...
  7. wibbe

    Software Deployment Through Logon Script

    Hi roblay, This is not always as easy at it sounds. You can try this script: Set fso = CreateObject("Scripting.FilesystemObject") Set Shell = WScript.CreateObject("WScript.Shell") If not Fso.FolderExists ("C:\Program Files\Application") Then Shell.Run(("%comspec% /C...
  8. 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...
  9. wibbe

    Set Workdir for shell

    Thanks! Works fine!
  10. 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...
  11. 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 =...
  12. wibbe

    AD & dont Inherit Folder Permission

    Hi Ouch, I have the same problem. Have you found a solution? Best Regards Wibbe
  13. wibbe

    install hotfix on remote computers

    Hi all, Why dont use SUS 1.1 to install ALL new updates and Hfnetchk to validate that it works as planed. It takes about 2 houres to setup and is a "by MS supported solution". We have it running for over 1000-users and it workes fine. // Wibbe
  14. wibbe

    Add secondary smtp address through script

    Hi rb4, You can do this by using VBScript and ADSI to edit Active Directory. But if I understand you right, you want to add a new E-mail adress on all your users in Exchange 2000. Then I recommend to use the reciption policy in Exchange, it is mutch easier and and faster. See Q285136 in...
  15. wibbe

    Set Permissions on folder.

    Thanks MMV It worked out perfect. / Wibbe
  16. 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...
  17. wibbe

    Help....Backup Fail

    Hi again, OK, the backupserver is MPIWEBSVR. Under selection, remove MPIWEBSVR under network and only use backup the local paths. You can not backup the local server over the network. // Wibbe
  18. wibbe

    Random Tape Usage

    Hi royalmail, I know, this software has NO IQ, and makes own roles all the time. I dont know why the still develop new featchers insted of making some of the basic work! There is no solution for youre problem, but there is always a work-a-round. You can split the drive in partisions and then...
  19. wibbe

    Help....Backup Fail

    Hi pyooi, Here is youre reason from the logfile: ^ ^ ^ ^ ^ Unable to attach to MPIWEBSVR. ^ ^ ^ ^ ^ The backup server can not connect to MPIWEBSVR. Some hints in youre trubleshooting: - Ping MPIWEBSVR from the backup server. (using netbios name) - Map networkdrive (\\MPIWEBSVR\c$) with...
  20. 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...

Part and Inventory Search

Back
Top