Jump to content

Michael_C

Member
  • Posts

    22
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Denmark

Everything posted by Michael_C

  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. Thanks, i will try that
  15. 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
  16. Thank you both It work greate
  17. Hi, Is it possible to enable remote desktop in an unattended installation? The only thing a can find is a perl script, but there has to be another way I don’t wont to install ActivePerl. The pc’s will not be members of a domain.
  18. Thanks, cluberti and InTheWayBoy For youre reply. I did a PXE boot and it work fine.
  19. Michael_C

    GUID/UUID

    I cant find GUID/UUID, and i have try'd the following (see link) exept sniffing the network. I have read somewhere that there is a 3d party tool. http://www.microsoft.com/technet/prodtechn...7c0413805c.mspx If some1 know how to get the GUID/UUID in otherways please let me know.
  20. I had the same problem this work for me add OemPreinstall=yes to *.SIF file copy youre nic driver file to i386 folder restart the RIS server
  21. Hi, MSFN I am in a desperate need of help. I am trying to install Windows XP Pro with RIS I have the same problem as http://www.msfn.org/board/lofiversion/index.php/t46469.html I have my drivers in $OEM$ -> $1 -> Driver -> RAID I have only problems with the raid driver and I have tried a lot of deferent things. ------------------START OF TXTSETUP.OEM------------------------------------- # # TXTSETUP.OEM for RocketRAID 154x/1640 Controller # [Disks] d1 = "RocketRAID 154x/1640 Controller Driver Diskette", \Disk1, \ d2 = "RocketRAID 154x/1640 Controller Driver Diskette", \Disk1, \win_nt d3 = "RocketRAID 154x/1640 Controller Driver Diskette", \Disk1, \win_2000 d4 = "RocketRAID 154x/1640 Controller Driver Diskette", \Disk1, \win_xp d5 = "RocketRAID 154x/1640 Controller Driver Diskette", \Disk1, \AMD64 [Defaults] scsi = hpt3742K [scsi] hpt374NT = "RocketRAID 154x/1640 Controller for WinNT 4.0", hpt374 hpt3742K = "RocketRAID 154x/1640 Controller for Win2000", hpt374 hpt374XP = "RocketRAID 154x/1640 Controller for WinXP/2003", hpt374 hpt374amd64 = "RocketRAID 154x/1640 Controller for Windows AMD64", hpt374 [Files.scsi.hpt374NT] driver = d2, hpt374.sys, hpt374 inf = d2, hpt374.inf [Files.scsi.hpt3742K] driver = d3, hpt374.sys, hpt374 inf = d3, hpt374.inf catalog= d3, hpt374.cat [HardwareIds.scsi.hpt3742K] id = "PCI\VEN_1103&DEV_0008","hpt374" [Files.scsi.hpt374XP] driver = d4, hpt374.sys, hpt374 inf = d4, hpt374.inf catalog= d4, hpt374.cat [HardwareIds.scsi.hpt374XP] id = "PCI\VEN_1103&DEV_0008","hpt374" [Files.scsi.hpt374amd64] driver = d5, hpt374.sys, hpt37464 inf = d5, hpt374.inf catalog= d5, hpt374.cat [HardwareIds.scsi.hpt374amd64] id = "PCI\VEN_1103&DEV_0008","hpt374" [Config.hpt37464] value = "", Tag, REG_DWORD, 1 value = "Parameters\PnpInterface", 5, REG_DWORD, 1 ------------------END OF TXTSETUP.OEM-------------------- ------------------START OF *.SIF FILE--------------------------------- ;SetupMgrTag [data] floppyless="1" msdosinitiated="1" OriSrc="\\%SERVERNAME%\RemInst\%INSTALLPATH%" OriTyp="4" LocalSourceOnCD=1 AutoPartition=1 UnattendedInstall="Yes" [setupData] OsLoadOptions="/noguiboot /fastdetect" SetupSourceDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%" [unattended] OemPreinstall=Yes FileSystem=LeaveAlone ExtendOEMPartition=0 TargetPath=\WINDOWS OemSkipEula=Yes InstallFilesPath=\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE% LegacyNIC=1 UnattendMode=FullUnattended ;;UnattendMode=GUIAttended NtUpgrade=No OverwriteOemFilesOnUpgrade=No OemPnPDriversPath="Drivers\DRIVER\raid;Drivers\DRIVER\raid\d1;Driver\test\" ;OemPnPDriversPath="Drivers\EVO800c\Audio;Drivers\EVO800c\Nic;Drivers\EVO800c\video;Drivers\EVO800c\Modem;Drivers\EVO800c\USB2SER\" DriverSigningPolicy=Ignore [Components] msnexplr=Off ;Installation af Mediaplayer ;VMAccess=Off [PCHealth] ;Styres via GroupPolicy ;RA_AllowFullControl = 0 ;RA_AllowToGetHelp = 1 ;RA_AllowUnsolicited = 1 ;RA_MaxTicketExpiry = 30 [userData] FullName="%USERFIRSTNAME% %USERLASTNAME%" OrgName="%ORGNAME%" ComputerName=%MACHINENAME% ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX [GuiUnattended] OemSkipWelcome=1 OemSkipRegional=1 TimeZone=%TIMEZONE% AdminPassword=top EncryptedAdminPassword=No AutoLogon=Yes AutoLogonCount=1 [Display] BitsPerPel=32 XResolution=1400 YResolution=1050 VRefresh=60 [Networking] InstallDefaultComponents=Yes ProcessPageSections=Yes [identification] JoinDomain=%MACHINEDOMAIN% DoOldStyleDomainJoin=Yes [RemoteInstall] Repartition=Yes UseWholeDisk=Yes [OSChooser] Description="Windows Professional – NAME " Help="Dette vil installere Windows XP Pro" LaunchFile="%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com" ImageType=Flat Version=5.1 [TapiLocation] CountryCode=45 AreaCode=0045 [RegionalSettings] LanguageGroup=2,1 [branding] BrandIEUsingUnattended=Yes Home_Page=http://bsdnet [Proxy] Proxy_Enable=0 Use_Same_Proxy=0 ----------------END OF *.SIF FILE---------------------------------------
×
×
  • Create New...