Jump to content

Michael_C

Member
  • Posts

    22
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Denmark

About Michael_C

Michael_C's Achievements

0

Reputation

  1. Hi, I cant get this to work. I have a Compaq 8510p and i am trying to make a RIS image=WinXP_SP2 on server=Win2K I don't receive any errors, when windows have loaded drivers, it stop at black screen?? in .sif i have added ---------------------------------- [MassStorageDrivers] "Intel® 82801HEM/HBM SATA AHCI Controller (Mobile ICH8M-E/M)" = OEM [OEMBootFiles] iaAhci.inf iaStor.sys iaAhci.cat Txtsetup.oem ------------------------------------ And copy files to i386 In doc it says. 7.3b Systems Configured for AHCI Mode: Note: The same procedure can be used for systems using the 'Intel® 82801IR/IO SATA AHCI Controller', 'Intel® 82801HEM SATA AHCI Controller', 'Intel® 82801HBM SATA AHCI Controller', 'Intel® 82801HR/HH/HO SATA AHCI Controller', 'Intel® 631xESB/632xESB SATA AHCI Controller', 'Intel® 82801GBM SATA AHCI Controller', and 'Intel® 82801GH SATA AHCI Controller'. Simply replace the text within the quotation marks. // Insert the lines below into the UNATTEND.TXT file [MassStorageDrivers] "Intel® 82801IR/IO SATA AHCI Controller" = OEM [OEMBootFiles] iaAhci.inf iaStor.sys iaAhci.cat Txtsetup.oem Any help will be appreciated. /Michael
  2. Hi how to copy a folder+files with NTFS permission and shares? Its on a windows 2000 server
  3. I have found this at it work On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colItems = objWMIService.ExecQuery _ ("Select * from Win32_UserAccount Where LocalAccount = True") For Each objItem in colItems Wscript.Echo "Account Type: " & objItem.AccountType Wscript.Echo "Caption: " & objItem.Caption Wscript.Echo "Description: " & objItem.Description Wscript.Echo "Disabled: " & objItem.Disabled Wscript.Echo "Domain: " & objItem.Domain Wscript.Echo "Full Name: " & objItem.FullName Wscript.Echo "Local Account: " & objItem.LocalAccount Wscript.Echo "Lockout: " & objItem.Lockout Wscript.Echo "Name: " & objItem.Name Wscript.Echo "Password Changeable: " & objItem.PasswordChangeable Wscript.Echo "Password Expires: " & objItem.PasswordExpires Wscript.Echo "Password Required: " & objItem.PasswordRequired Wscript.Echo "SID: " & objItem.SID Wscript.Echo "SID Type: " & objItem.SIDType Wscript.Echo "Status: " & objItem.Status Wscript.Echo Next
  4. Iam not that god to vb. i cant get it to work i recive this. C:\Documents and Settings\Administrator\Desktop>cscript top.vbs Microsoft ® Windows Script Host Version 5.6 Copyright © Microsoft Corporation 1996-2001. All rights reserved. C:\Documents and Settings\Administrator\Desktop\top.vbs(1, 9) Microsoft VBScript compilation error: Expected identifier ????
  5. Hi, Do any of you have a script that extract users + description from windows 2003 Local users and groups.
  6. I have fund out that i have to put my data to a text file. Then open and read the data in the text file, but how? How do i open a text file and then get the data into excel???
  7. Hi, I have a script that run a snmpget command. The command, when run in dos return this "STRING: value" Do any of you know how to get it into a variable in VB. Any help will be appreciated
  8. That didnt work either. I have forgotting to mention that i am on a domain. Can it be some policies thing.???? One of my friends who is not on a domain kan drag and drop hyperlink.
  9. I can only choose - insert - insert as text - insert as attach file. not as hyperlink...
  10. Hi, I have a file on my network share that i will share with other people. Is there an easier way than “ insert -> hyperlink -> write the hole hyperlink address and the name of the file ->ok”. In older outlook you do the browsing thing!!!! can it be done in outlook 2003???? Hope it make sence.
  11. Newer mind, I have found the solution.
  12. Hi, I have a long excel document. On the first row I have headlines, is it possible when printing the headline will be displayed on each printed page.
  13. This do add an email to an existing users email address, but i dont know how to include the type of email like SMTP. Do any1 know how to do that???? objUser.PutEx ADS_PROPERTY_APPEND, "proxyAddresses", _ Array("OleBirger13@test.local") objUser.SetInfo
  14. Hey, I have a script where i ad users to AD. My problem is that i will ad more than one email account to the user (Excange is installed on domian controler) I can easy add one email to an user but not more '***********This work for one email objItem.Put "mailNickname", Brugernavn objItem.SetInfo '***********''This do not work objItem.Put "mailNickname", Brugernavn objItem.SetInfo objItem.Put "mailNickname", Efternavn objItem.SetInfo '************This do not work either objItem.PutEx ADS_PROPERTY_UPDATE, "mailNickname", _ Array("email1", "email2", "email3") objItem.SetInfo And now my brain is emty.... i hope someone can help or push me in the right direction
×
×
  • Create New...