powered by simpleCommunicator - 2.0.61     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / Windows [игнор отключен] [закрыт для гостей] / Просмотр информации об установленных SP
8 сообщений из 8, страница 1 из 1
Просмотр информации об установленных SP
    #34041378
Alexiz
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Имеется:
Сетка под управлением Ms Windows Server 2003
Свыше 300 клиентов.
Часть клиентов включена в домен, часть в рабочих группах.
Подсетей тоже несколько

Вопрос:
Можно ли каким-либо образом посмотреть какая именно ОС стоит на каждом клиенте и какой на неё накачен сервис-пак.

P.S. Без изпользования SMS/MOM
...
Рейтинг: 0 / 0
Просмотр информации об установленных SP
    #34041453
--null--
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
можно написать скрипт который пройдется и через WMI вытащит информацию

объект Win32_OperatingSystem
свойства Name,Version,ServicePackMajorVersion,ServicePackMinorVersion и др.
...
Рейтинг: 0 / 0
Просмотр информации об установленных SP
    #34041461
Фотография rrrrrrrrrr
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Для ленивых: AIDA32.exe /?
...
Рейтинг: 0 / 0
Просмотр информации об установленных SP
    #34041533
Alexiz
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
rrrrrrrrrrДля ленивых: AIDA32.exe /?

Ну использовал не aida, а everest. Однако для получения о компах инфы, ему нуно, чтобы на них на всех стоял everest, что ессно нежелательно
...
Рейтинг: 0 / 0
Просмотр информации об установленных SP
    #34041571
APP
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
GFI Languard Network scaner.
За 10 минут просканировал весь диапазон внутренних IP, затем сохранил в HTML -
и вуаля!
PS: кроме версии ОС, сервис-пака, показывает еще много вкусностей.....
...
Рейтинг: 0 / 0
Просмотр информации об установленных SP
    #34041593
Фотография rrrrrrrrrr
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Alexiz rrrrrrrrrrДля ленивых: AIDA32.exe /?

Ну использовал не aida, а everest. Однако для получения о компах инфы, ему нуно, чтобы на них на всех стоял everest, что ессно нежелательно aida32 ставится на общий каталог, запуск с параметрами. Ставить на самом деле вообще никуда не надо, просто открыть доступ к 1) папке с aida32.exe 2) на запись в каталог, куда будут падать ini-файлы (если, конечно, не на SQL-сервер пишете.
Еще вариант -
Windows HelpMsinfo32Opens the System Information tool to display a comprehensive view of the hardware, system components, and software environment on the local computer.

Syntax
msinfo32 [/pch] [/nfo Path] [/report Path] [/computer ComputerName] [/showcategories] [/category CategoryID] [/categories CategoryID]

Parameters
Path
Specifies the file to be opened in the format C:\Folder1\File1.XXX, where C is the drive letter, Folder1 is the folder, File1 is the file name, and XXX is the file name extension. This file can be an .nfo, .xml, .txt, or .cab file.
ComputerName
Specifies the name of the target or local computer. This can be a UNC name, an IP address, or a full computer name.
CategoryID
Specifies the ID of the category item. You can obtain the category ID by using /showcategories.
/pch
Displays the System History view in the System Information tool.
/nfo Path
Saves the exported file as an .nfo file. If the file name that is specified in Path does not end in an .nfo extension, the .nfo extension is automatically appended to the file name.
/report Path
Saves the file in Path as a text file. The file name is saved exactly as it appears in Path. The .txt extension is not appended to the file unless it is specified in Path.
/computer ComputerName
Starts the System Information tool for the specified remote computer. You must have the appropriate permissions to access the remote computer.
/showcategories
Starts the System Information tool with all available category IDs displayed, rather than displaying the friendly or localized names. For example, the Software Environment category is displayed as the SWEnv category.
/category CategoryID
Starts System Information with the specified category selected. Use /showcategories to display a list of available category IDs.
/categories +CategoryID(+CategoryID)|+all(-CategoryID)
Starts System Information with only the specified category or categories displayed. It also limits the output to the selected category or categories. Use /showcategories to display a list of available category IDs.
/?
Displays help at the command prompt.
Remarks
Some System Information categories contain large amounts of data. You can use the start /wait command to optimize reporting performance for these categories. For more information, see Related Topics.
Examples
To list the available category IDs, type:

msinfo32 /showcategories

To start the System Information tool with all available information displayed, except Loaded Modules, type:

msinfo32 /categories +all -loadedmodules

To display only System Summary information and create an .nfo file called syssum.nfo that contains information in the System Summary category, type:

msinfo32 /nfo syssum.nfo /categories +systemsummary

To display resource conflict information and create an .nfo file called conflicts.nfo that contains information about resource conflicts, type:

msinfo32 /nfo conflicts.nfo /categories +componentsproblemdevices+resourcesconflicts+resourcesforcedhardware
...
Рейтинг: 0 / 0
Просмотр информации об установленных SP
    #34042445
Alexiz
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Огромное спасибо всем.
В итоге написал следующий скрипт:
domain = "*****" ' имя домена
strFullFilePath = "****" 'путь к лог-файлу на сервере

on error resume next
Set file_object = CreateObject("Scripting.FileSystemObject")
constForAppending = 8
set objFSO = CreateObject("Scripting.filesystemobject")
set objFile = objFSO.OpenTextFile(strFullFilePath, constForAppending, True)

Set container_comp = GetObject("WinNT://" & domain)
container_comp.Filter = Array("Computer")
For Each comp In container_comp

strComputer = comp.Name
set objWMI = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
set colOS=objWMI.InstancesOf("Win32_OperatingSystem")

for each objOS in colOS
objFile.WriteLine (strComputer & ";" & objOS.CSName & ";" & objOS.Caption & ";" & objOS.Version & ";" & objOS.BuildNumber & ";" & objOS.BuildType & ";" & objOS.ServicePackMajorVersion )
next
set colOS = Nothing
set objWMI = Nothing

Next

objFile.Close

WScript.Quit(0)
...
Рейтинг: 0 / 0
Просмотр информации об установленных SP
    #34043152
aleks2
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Лучше всего это делает WSUS... оно, правда, показывает информацию не об установленных, а о НЕустановленных обновлениях. Но ежели подумать - это даже лучше.
...
Рейтинг: 0 / 0
8 сообщений из 8, страница 1 из 1
Форумы / Windows [игнор отключен] [закрыт для гостей] / Просмотр информации об установленных SP
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]