Re: informacje o sprzecie >>>> itp

Autor: Michal Biek <mb_at_2.pl.invalid>
Data: Tue 24 Oct 2006 - 19:49:41 MET DST
Message-ID: <ehljnf$o5f$1@opal.icpnet.pl>
Content-Type: text/plain; format=flowed; charset="iso-8859-2"; reply-type=response

pepeleg log:
[...]
> a jak mozna zeby byly zawarte info o sprzecie itp ???

Hi!
Skrypt(y) of Hardwar&etc. trzeba siakiś sobie (na)pisać
pex:
' 54_WMIScript (XP, 2k3) - Sprzęt&etc.
'
Const HKEY_CURRENT_USER = &H80000001
Const HKEY_LOCAL_MACHINE = &H80000002
Const HKEY_USERS = &H80000003
'
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objTextFile = objFSO.CreateTextFile("P:\MB\Info\SI.txt", True)
strComputer = "."
'
Set objWMIService = GetObject("winmgmts:" _
    & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set objComputer = CreateObject("Shell.LocalMachine")
Set colOperatingSystems = objWMIService.ExecQuery _
    ("Select * from Win32_OperatingSystem")
Set colInstalledPrinters = objWMIService.ExecQuery _
    ("Select * from Win32_PrinterDriver")
Set objWMIService = GetObject("winmgmts:" _
    & "{impersonationLevel=impersonate}!\\" & strComputer & _
        "\root\cimv2\Applications\MicrosoftIE")
. . . . . . . . .
. . . . . . . . .
. . . . . . . . .
'
objTextFile.WriteLine " _____________________________________"
objTextFile.WriteLine " Data found on localhost by WMIScript _
  _MB_vel_Bluegem * Copyright (c) ..............*"
objTextFile.WriteLine " " & Date & " " & Time
objTextFile.WriteLine " _____________________________________"
'
objTextFile.Close

-- 
"Mamo, mamo ... Co Ci powiedziała wróżka? ..."
GL&BE 
Received on Tue Oct 24 19:50:07 2006

To archiwum zostało wygenerowane przez hypermail 2.1.8 : Tue 24 Oct 2006 - 20:42:03 MET DST