Ru-Board.club
← Вернуться в раздел «В помощь системному администратору»

» Windows Server Update Services (WSUS & SUS), часть III

Автор: SergeyKLIM
Дата сообщения: 21.04.2009 14:59
проблема с установкой SP3 для XP

Пакет обновления 3 (SP3) для ОС Windows XP (KB936929)
Ошибка установки: не удается установить следующее обновление из-за ошибки 0x80070005: Windows XP Service Pack 3 (KB936929).

Куда копать?
проблема повсеместна в сети.
Автор: nitro9
Дата сообщения: 21.04.2009 16:09
FSergei
Не будут и не стоит.

Лучше дефолтную ваще не юзать, у нее ограничение 2 ГБайта на базу, а юзать SQL Express 2005 или 2008, у нее ограничение 4 ГБайта и она тоже халявная.

Добавлено:
SergeyKLIM

SP3 обычно не ставиться под обычным пользователем, тока под админом.
Автор: SergeyKLIM
Дата сообщения: 21.04.2009 16:24
nitro9
под админом тоже не ставится.
Автор: nitro9
Дата сообщения: 21.04.2009 16:29
SergeyKLIM

http://support.microsoft.com/kb/950717/en-us

0x80070005    ERROR_ACCESS_DENIED
Автор: rupunx
Дата сообщения: 21.04.2009 23:15
Почти все проблемы с обновлениями у клиентов я решил, создав скрипт для автоматических исправлений всяких проблем. И здесь и там подчеривал свои знания в поисках решения тех или иных проблем обновлений, потихоньку создавал единый скрипт по их разрешению, в итоге получил типа того, который вроде здесь встречал(по моему его назвали ацким скриптом или что-то в этом духе). Ну так как он даже перекрывал мой, я его скомбинировал со своими изысканиями и получил решеньеце. Запускаю psexecom на всех проблемных компах и они начинаю обновляться.
Само тело скрипта вота

Код: \\dc\Progs\winupd\updupd.exe /quiet /norestart
\\dc\Progs\winupd\msi.exe /quiet /norestart
\\dc\Progs\winupd\winupd31.exe /wuforce /quiet /norestart
\\dc\Progs\winupd\winupd32.exe /wuforce /quiet /norestart
net stop bits
net stop wuauserv
SC sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
SC sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
xcopy \\dc\Progs\winupd\wups.dll %windir%\system32\ /c /q /r /y
xcopy \\dc\Progs\winupd\wups2.dll %windir%\system32\ /c /q /r /y
@echo off
if exist %Windir%\system32\atl.dll %Windir%\system32\regsvr32.exe /s %Windir%\system32\atl.dll
if exist %Windir%\system32\jscript.dll %Windir%\system32\regsvr32.exe /s %Windir%\system32\jscript.dll
if exist %Windir%\system32\softpub.dll %Windir%\system32\regsvr32.exe /s %Windir%\system32\softpub.dll
if exist %Windir%\system32\wuapi.dll %Windir%\system32\regsvr32.exe /s %Windir%\system32\wuapi.dll
if exist %Windir%\system32\wuaueng.dll %Windir%\system32\regsvr32.exe /s %Windir%\system32\wuaueng.dll
if exist %Windir%\system32\wuaueng1.dll %Windir%\system32\regsvr32.exe /s %Windir%\system32\wuaueng1.dll
if exist %Windir%\system32\wucltui.dll %Windir%\system32\regsvr32.exe /s %Windir%\system32\wucltui.dll
if exist %Windir%\system32\wups.dll %Windir%\system32\regsvr32.exe /s %Windir%\system32\wups.dll
if exist %Windir%\system32\wups2.dll %Windir%\system32\regsvr32.exe /s %Windir%\system32\wups2.dll
if exist %Windir%\system32\wuweb.dll %Windir%\system32\regsvr32.exe /s %Windir%\system32\wuweb.dll
if exist %windir%\system32\iuengine.dll %windir%\system32\regsvr32.exe /s iuengine.dll
if exist %windir%\system32\wuauserv.dll %windir%\system32\regsvr32.exe /s wuauserv.dll
if exist %windir%\system32\cdm.dll %windir%\system32\regsvr32.exe /s cdm.dll
if exist %windir%\system32\msxml2r.dll %windir%\system32\regsvr32.exe /s msxml2r.dll
if exist %windir%\system32\msxml3r.dll %windir%\system32\regsvr32.exe /s msxml3r.dll
if exist %windir%\system32\msxml.dll %windir%\system32\regsvr32.exe /s msxml.dll
if exist %windir%\system32\msxml3.dll %windir%\system32\regsvr32.exe /s msxml3.dll
if exist %windir%\system32\msxmlr.dll %windir%\system32\regsvr32.exe /s msxmlr.dll
if exist %windir%\system32\msxml2.dll %windir%\system32\regsvr32.exe /s msxml2.dll
if exist %windir%\system32\qmgr.dll %windir%\system32\regsvr32.exe /s qmgr.dll
if exist %windir%\system32\qmgrprxy.dll %windir%\system32\regsvr32.exe /s qmgrprxy.dll
if exist %windir%\system32\iuctl.dll %windir%\system32\regsvr32.exe /s iuctl.dll
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /f
rd /s /q %windir%\softwareDistribution
del %windir%\WindowsUpdate.log /f /q
%Windir%\system32\net.exe start bits
%Windir%\system32\net.exe start wuauserv
wuauclt.exe /resetauthorization /detectnow
call \\dc\Progs\winupd\Sleep.exe 5
copy %windir%\WindowsUpdate.log \\dc\ShareFolder\upd\%computername%_wu.log /Y
Автор: Clavik
Дата сообщения: 22.04.2009 07:43
rupunx

Цитата:
Windows Update Client это winupd31.exe и его обновление winupd32.exe

Что это такое? Обновление Windows Update Agent?
Что за 2 файла тогда (winupd31.exe и его обновление winupd32.exe), если Windows Update Agent обновить можно с помощью windowsupdateagent30-x86.exe до версии 7.2.6001.788 - http://support.microsoft.com/kb/949104
Автор: rupunx
Дата сообщения: 22.04.2009 11:30
Clavik
Да, это было обновление для него. Ну, значит изменим набор на использование windowsupdateagent30-x86.exe версии 7.2.6001.788 =)
Факт тот, что собрав всё воедино, и запустив на клиенте, скрипт исправит и доустановит всё что нужно %)
Автор: DedMozz
Дата сообщения: 22.04.2009 15:33
Приветствую!
Стоит WSUS 3sp1 x64 на Windows Server 2008. После того, как накатил на систему 5 свежих обновлений безопасности неделю назад, начались проблемы с сетью. Ping с клиентов на сервер начинает расти очень быстро и за минуту-две доходит до 1500-1700мс. опытным путем установлено, что если остановить WSUSpool в IIS - ping сразу становится нормальным. Те злополучные обновления убрал - не помогло.
Автор: witcher2000
Дата сообщения: 22.04.2009 15:49
Господа, у кого ВСУС качнул windows update agent 3.0 - подскажите к какому классу он относится?
Автор: SergeyKLIM
Дата сообщения: 22.04.2009 16:13
witcher2000
Класс: обновления
http://support.microsoft.com/kb/935524
Автор: witcher2000
Дата сообщения: 22.04.2009 16:51

Цитата:
SergeyKLIM

По-моему это не оно
Интересует именно клиентский windows update agent 3.0

Добавлено:
В общем и целом вопрос следующий:
На клиенте (тестовом) установлен руками windows update agent 3.0.
В логах видим:
2009-04-22    17:24:44:173    1492    844    Setup    *********** Setup: Checking whether self-update is required ***********
2009-04-22    17:24:44:173    1492    844    Setup     * Inf file: C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.inf
2009-04-22    17:24:44:204    1492    844    Setup    Update NOT required for C:\WINDOWS\system32\cdm.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-22    17:24:44:236    1492    844    Setup    Update NOT required for C:\WINDOWS\system32\wuapi.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-22    17:24:44:251    1492    844    Setup    Update NOT required for C:\WINDOWS\system32\wuapi.dll.mui: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-04-22    17:24:44:251    1492    844    Setup    Update NOT required for C:\WINDOWS\system32\wuauclt.exe: target version = 7.2.6001.788, required version = 7.1.6001.65
и т.д.

Т.е., на клиенте версия свежее, чем на сервере.
Вопрос - как установить этот злосчастный windows update agent 3.0 на сервере, чтобы он обновил своих клииентов до версии 7.2.6001.788.
Автор: Clavik
Дата сообщения: 22.04.2009 20:19
witcher2000
Хороший вопрос, я лично ставлю нового агента через логоновые скрипты.
Автор: Tempter
Дата сообщения: 22.04.2009 20:55
to ALL

У меня единственный недостаток после переноса системы на VMware и обратно на реальное железо - не хочет больше запускаться обновление через WSUS. Даже после reset autorization. Что делать, ума не приложу. В логе пишет - ошибка GUI агента обновления... Случаем не подскажеть, что можно сделать???

Я думаю, что на сервере WSUS информация о данном компьютере не совпадает с новой информацией о нём (BIOS и т. д. и т. п.)...

Не подскажете - куда копать?
Автор: DedMozz
Дата сообщения: 23.04.2009 08:00
Tempter
попробуй переустановить консоль и переподключиться к серверу. Как вариант - не через ssl порт.
Автор: Tempter
Дата сообщения: 23.04.2009 08:24
to DedMozz

Какую консоль???

Что за
Цитата:
Как вариант - не через ssl порт
???
Автор: witcher2000
Дата сообщения: 23.04.2009 09:41
to Tempter

Вроде уже тут поднимался этот вопрос, если не ошибаюсь нужно удалить в
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update
параметр SusClientId, а после этого reset autorization
Автор: DedMozz
Дата сообщения: 23.04.2009 12:59
Tempter
сорри, не понял сразу, что речь о клиенте
Автор: Tempter
Дата сообщения: 23.04.2009 14:41
to witcher2000

Благодарствую... Если всё получится - отпишусь...
Автор: slech
Дата сообщения: 23.04.2009 22:26
всем привет.
так и не нашёл чёткой инструкции по переводу базы WSUS на SQL2005.
Стоял WSUS SP1 - 2.0.0.2620 + SQL2000
После установки WSUS 3 sp1 база из SQL 2000 исчезла, но WSUS вродек работает.
Я так понимаю он преобразовал её в своё хранилище.
Как мне теперь её перевести на SQL 2005 ?

спасибо.

Добавлено:
нашёл возможность подключиться к базе

Цитата:

\\.\pipe\mssql$microsoft##ssee\sql\query

базу детачнул. атачнул на SQL 2005

как указать WSUS использовать новое место ?

Добавлено:
решение описанно Migrating from Windows Internal Database to SQL Server 2005
нужно было изменить в реестре ключик
HKLM\SOFTWARE\Microsoft\UpdateServices\Server\Setup\SqlServerName
Автор: slech
Дата сообщения: 25.04.2009 19:42
остался такой вопрос:
Базу WSUS перенёс на контролер домена под SQL 2005.
Сейчас работать не хочет - судя по всему прав нехватает.
Судя по всё той же статье что выше:

Цитата:

Step 6 [on BE]: Verify that the FE machine account has login permissions to the SQL Server instance and to the WSUS database.

* Verify permissions on the SQL Server instance. In SQL Server Management Studio, open the instance and select Security, then Logins. The FE machine account should be listed as a login. If it is not, it should be added.
* Verify permissions on the database. Right-click the database, select Properties and then click Permissions. The FE machine account should be listed as a login. If it is not, it should be added.
* Verify members of the webService role. Under the WSUS database, select Roles, then right-click webService and select Properties. The FE machine account should be listed as a member of this role. If it is not, it should be added.

необходимо создать логин с именем компьютера на котором стоит WSUS ?

Добавлено:
на новом сервере нужно было:
1. создать логин Domain\OldDBSrverName$
2. создать такого же полльзователя в базе SUSDB
3. дать созданому пользователю права - webService и PublicViewAccess

Автор: Tempter
Дата сообщения: 26.04.2009 08:20
to witcher2000

Удалил твой ключ в реестре и переустановил клиента обновления...
Всё заработало!
Автор: anachrom
Дата сообщения: 27.04.2009 14:15
Подскажите пожалуйста решение проблемы:
Запускаю службу Traffic Inspector из "Пуск"=>"Настройки"=>"Панель управления"=>"Администрирование"=>"Слубы" выдает: "Служба "Traffic Inspector" на "Локальном компьютере" была запущенна и затем остановленна. Некоторые службы автоматически останавливаются, если им нечего делать, например, служба журналов и оповещений производительности." Пытаюсь запустьтить через командную строку: "net start trafinspsvr", сначала пишет "Служба "Traffic Inspector" запускается", затем выдает "Не удалось запустить службу "Traffic Inspector". Служба не сообщает об ошибке. Для вызова дополнительной справки наберите NET HELPMSG 3534". Набираю, выдает: "Служба не сообщает об ошибке".
Без этой службы никак не настроить соединение на раздачу траффика.
Как мне её запустить, что делать?
Может быть что проблемма из-за брэндмауэра? У меня только стандатный XP'шный остановленный, потом запущенный.
Извените не туда отписался. Модеры удалите пожалуйста.
Автор: Cermit
Дата сообщения: 28.04.2009 15:02
удалено
Автор: Cyril Konst
Дата сообщения: 04.05.2009 08:27
Почему то у меня не устанавливается обновление SP3 для Win XP через WSUS.
Оно одобрено и скачано. Доля установки 50%.
Автор: brassnet
Дата сообщения: 04.05.2009 12:21
Cyril Konst
Здесь телепатов нет, логи с проблемных клиентов в студию!
Автор: Cyril Konst
Дата сообщения: 04.05.2009 13:41
brassnet

Код: 2009-05-04    07:31:49:000    1632    10c    Misc    =========== Logging initialized (build: 7.2.6001.788, tz: +0400) ===========
2009-05-04    07:31:49:015    1632    10c    Misc     = Process: D:\WINDOWS\System32\svchost.exe
2009-05-04    07:31:49:015    1632    10c    Misc     = Module: D:\WINDOWS\system32\wuaueng.dll
2009-05-04    07:31:49:000    1632    10c    Service    *************
2009-05-04    07:31:49:015    1632    10c    Service    ** START ** Service: Service startup
2009-05-04    07:31:49:015    1632    10c    Service    *********
2009-05-04    07:31:49:765    1632    10c    Agent     * WU client version 7.2.6001.788
2009-05-04    07:31:49:765    1632    10c    Agent     * Base directory: D:\WINDOWS\SoftwareDistribution
2009-05-04    07:31:49:843    1632    10c    Agent     * Access type: No proxy
2009-05-04    07:31:49:843    1632    10c    Agent     * Network state: Connected
2009-05-04    07:32:35:312    1632    10c    Agent    *********** Agent: Initializing Windows Update Agent ***********
2009-05-04    07:32:35:312    1632    10c    Agent    *********** Agent: Initializing global settings cache ***********
2009-05-04    07:32:35:312    1632    10c    Agent     * WSUS server: http://server1
2009-05-04    07:32:35:312    1632    10c    Agent     * WSUS status server: http://server1
2009-05-04    07:32:35:312    1632    10c    Agent     * Target group: (Unassigned Computers)
2009-05-04    07:32:35:312    1632    10c    Agent     * Windows Update access disabled: No
2009-05-04    07:32:36:406    1632    10c    Agent     * Found 1 persisted download calls to restore
2009-05-04    07:32:36:453    1632    10c    DnldMgr    Download manager restoring 1 downloads
2009-05-04    07:32:36:562    1632    10c    Agent     * Successfully loaded 1 persisted download calls.
2009-05-04    07:32:36:625    1632    10c    AU    ########### AU: Initializing Automatic Updates ###########
2009-05-04    07:32:36:625    1632    10c    AU     # WSUS server: http://server1
2009-05-04    07:32:36:625    1632    10c    AU     # Detection frequency: 22
2009-05-04    07:32:36:625    1632    10c    AU     # Approval type: Scheduled (Policy)
2009-05-04    07:32:36:625    1632    10c    AU     # Scheduled install day/time: Every day at 16:00
2009-05-04    07:32:36:625    1632    10c    AU     # Auto-install minor updates: Yes (Policy)
2009-05-04    07:32:36:625    1632    10c    AU    Setting AU scheduled install time to 2009-05-04 12:00:00
2009-05-04    07:32:36:640    1632    10c    AU    AU finished delayed initialization
2009-05-04    07:32:39:234    1632    10c    Report    *********** Report: Initializing static reporting data ***********
2009-05-04    07:32:39:234    1632    10c    Report     * OS Version = 5.1.2600.2.0.65792
2009-05-04    07:32:39:359    1632    10c    Report     * Computer Brand = System manufacturer
2009-05-04    07:32:39:359    1632    10c    Report     * Computer Model = System Product Name
2009-05-04    07:32:39:359    1632    10c    Report     * Bios Revision = 1013.001
2009-05-04    07:32:39:359    1632    10c    Report     * Bios Name = BIOS Date: 12/12/05 19:01:31 Ver: 08.00.10
2009-05-04    07:32:39:359    1632    10c    Report     * Bios Release Date = 2005-12-12T00:00:00
2009-05-04    07:32:39:359    1632    10c    Report     * Locale ID = 1049
2009-05-04    07:32:39:406    1632    a5c    DnldMgr    *********** DnldMgr: Regulation Refresh [Svc: {9482F4B4-E343-43B6-B170-9A65BC822C77}] ***********
2009-05-04    07:32:39:406    1632    a5c    DnldMgr    Contacting regulation server for 1 updates.
2009-05-04    07:32:39:437    1632    a5c    Misc    Validating signature for D:\WINDOWS\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab:
2009-05-04    07:32:39:515    1632    a5c    Misc     Microsoft signed: Yes
2009-05-04    07:32:39:531    1632    a5c    DnldMgr    Regulation server path: http://update.microsoft.com/v6/UpdateRegulationService/UpdateRegulation.asmx.
2009-05-04    07:32:53:375    1632    a5c    DnldMgr     Per-Update: b746ce49-8054-4e6e-865a-db442be9952a at rate 0
2009-05-04    07:32:53:375    1632    a5c    DnldMgr     * Regulation call complete. 0x00000000
2009-05-04    07:32:53:375    1632    a5c    DnldMgr    *********** DnldMgr: New download job [UpdateId = {B746CE49-8054-4E6E-865A-DB442BE9952A}.105] ***********
2009-05-04    07:32:53:375    1632    a5c    DnldMgr    Regulation: {9482F4B4-E343-43B6-B170-9A65BC822C77} - Update B746CE49-8054-4E6E-865A-DB442BE9952A is "PerUpdate" regulated and can NOT download. Sequence 1200 vs AcceptRate 0.
2009-05-04    07:32:53:375    1632    a5c    DnldMgr     * Update is not allowed to download due to regulation.
2009-05-04    07:32:53:375    1632    a5c    DnldMgr    Regulation: {9482F4B4-E343-43B6-B170-9A65BC822C77} - Update B746CE49-8054-4E6E-865A-DB442BE9952A is "PerUpdate" regulated and can NOT download. Sequence 1200 vs AcceptRate 0.
2009-05-04    08:46:53:375    1632    ae0    DnldMgr    *********** DnldMgr: Regulation Refresh [Svc: {9482F4B4-E343-43B6-B170-9A65BC822C77}] ***********
2009-05-04    08:46:53:375    1632    ae0    DnldMgr    Contacting regulation server for 1 updates.
2009-05-04    08:46:54:031    1632    ae0    Misc    Validating signature for D:\WINDOWS\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab:
2009-05-04    08:46:54:046    1632    ae0    Misc     Microsoft signed: Yes
2009-05-04    08:46:54:062    1632    ae0    DnldMgr    Regulation server path: http://update.microsoft.com/v6/UpdateRegulationService/UpdateRegulation.asmx.
2009-05-04    08:47:08:078    1632    ae0    DnldMgr     Per-Update: b746ce49-8054-4e6e-865a-db442be9952a at rate 0
2009-05-04    08:47:08:078    1632    ae0    DnldMgr     * Regulation call complete. 0x00000000
2009-05-04    08:47:08:078    1632    ae0    DnldMgr    *********** DnldMgr: New download job [UpdateId = {B746CE49-8054-4E6E-865A-DB442BE9952A}.105] ***********
2009-05-04    08:47:08:078    1632    ae0    DnldMgr    Regulation: {9482F4B4-E343-43B6-B170-9A65BC822C77} - Update B746CE49-8054-4E6E-865A-DB442BE9952A is "PerUpdate" regulated and can NOT download. Sequence 1200 vs AcceptRate 0.
2009-05-04    08:47:08:078    1632    ae0    DnldMgr     * Update is not allowed to download due to regulation.
2009-05-04    08:47:08:078    1632    ae0    DnldMgr    Regulation: {9482F4B4-E343-43B6-B170-9A65BC822C77} - Update B746CE49-8054-4E6E-865A-DB442BE9952A is "PerUpdate" regulated and can NOT download. Sequence 1200 vs AcceptRate 0.
2009-05-04    10:09:08:078    1632    d90    DnldMgr    *********** DnldMgr: Regulation Refresh [Svc: {9482F4B4-E343-43B6-B170-9A65BC822C77}] ***********
2009-05-04    10:09:08:078    1632    d90    DnldMgr    Contacting regulation server for 1 updates.
2009-05-04    10:09:08:687    1632    d90    Misc    Validating signature for D:\WINDOWS\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab:
2009-05-04    10:09:08:687    1632    d90    Misc     Microsoft signed: Yes
2009-05-04    10:09:08:687    1632    d90    DnldMgr    Regulation server path: http://update.microsoft.com/v6/UpdateRegulationService/UpdateRegulation.asmx.
2009-05-04    10:09:22:343    1632    d90    DnldMgr     Per-Update: b746ce49-8054-4e6e-865a-db442be9952a at rate 0
2009-05-04    10:09:22:343    1632    d90    DnldMgr     * Regulation call complete. 0x00000000
2009-05-04    10:09:22:359    1632    d90    DnldMgr    *********** DnldMgr: New download job [UpdateId = {B746CE49-8054-4E6E-865A-DB442BE9952A}.105] ***********
2009-05-04    10:09:22:359    1632    d90    DnldMgr    Regulation: {9482F4B4-E343-43B6-B170-9A65BC822C77} - Update B746CE49-8054-4E6E-865A-DB442BE9952A is "PerUpdate" regulated and can NOT download. Sequence 1200 vs AcceptRate 0.
2009-05-04    10:09:22:359    1632    d90    DnldMgr     * Update is not allowed to download due to regulation.
2009-05-04    10:09:22:359    1632    d90    DnldMgr    Regulation: {9482F4B4-E343-43B6-B170-9A65BC822C77} - Update B746CE49-8054-4E6E-865A-DB442BE9952A is "PerUpdate" regulated and can NOT download. Sequence 1200 vs AcceptRate 0.
2009-05-04    11:23:22:343    1632    a5c    DnldMgr    *********** DnldMgr: Regulation Refresh [Svc: {9482F4B4-E343-43B6-B170-9A65BC822C77}] ***********
2009-05-04    11:23:22:343    1632    a5c    DnldMgr    Contacting regulation server for 1 updates.
2009-05-04    11:23:22:968    1632    a5c    Misc    Validating signature for D:\WINDOWS\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab:
2009-05-04    11:23:22:968    1632    a5c    Misc     Microsoft signed: Yes
2009-05-04    11:23:22:968    1632    a5c    DnldMgr    Regulation server path: http://update.microsoft.com/v6/UpdateRegulationService/UpdateRegulation.asmx.
2009-05-04    11:23:36:593    1632    a5c    DnldMgr     Per-Update: b746ce49-8054-4e6e-865a-db442be9952a at rate 0
2009-05-04    11:23:36:593    1632    a5c    DnldMgr     * Regulation call complete. 0x00000000
2009-05-04    11:23:36:593    1632    a5c    DnldMgr    *********** DnldMgr: New download job [UpdateId = {B746CE49-8054-4E6E-865A-DB442BE9952A}.105] ***********
2009-05-04    11:23:36:593    1632    a5c    DnldMgr    Regulation: {9482F4B4-E343-43B6-B170-9A65BC822C77} - Update B746CE49-8054-4E6E-865A-DB442BE9952A is "PerUpdate" regulated and can NOT download. Sequence 1200 vs AcceptRate 0.
2009-05-04    11:23:36:593    1632    a5c    DnldMgr     * Update is not allowed to download due to regulation.
2009-05-04    11:23:36:593    1632    a5c    DnldMgr    Regulation: {9482F4B4-E343-43B6-B170-9A65BC822C77} - Update B746CE49-8054-4E6E-865A-DB442BE9952A is "PerUpdate" regulated and can NOT download. Sequence 1200 vs AcceptRate 0.
2009-05-04    12:23:03:000    1632    10c    AU    #############
2009-05-04    12:23:03:000    1632    10c    AU    ## START ## AU: Search for updates
2009-05-04    12:23:03:000    1632    10c    AU    #########
2009-05-04    12:23:03:015    1632    10c    AU    <<## SUBMITTED ## AU: Search for updates [CallId = {49E58F25-51B6-4E75-BEF0-78BA9351060A}]
2009-05-04    12:23:03:015    1632    f10    Agent    *************
2009-05-04    12:23:03:015    1632    f10    Agent    ** START ** Agent: Finding updates [CallerId = AutomaticUpdates]
2009-05-04    12:23:03:015    1632    f10    Agent    *********
2009-05-04    12:23:03:015    1632    f10    Agent     * Online = Yes; Ignore download priority = No
2009-05-04    12:23:03:015    1632    f10    Agent     * Criteria = "IsHidden=0 and IsInstalled=0 and DeploymentAction='Installation' and IsAssigned=1 or IsHidden=0 and IsPresent=1 and DeploymentAction='Uninstallation' and IsAssigned=1 or IsHidden=0 and IsInstalled=1 and DeploymentAction='Installation' and IsAssigned=1 and RebootRequired=1 or IsHidden=0 and IsInstalled=0 and DeploymentAction='Uninstallation' and IsAssigned=1 and RebootRequired=1"
2009-05-04    12:23:03:015    1632    f10    Agent     * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2009-05-04    12:23:03:015    1632    f10    Agent     * Search Scope = {Machine}
2009-05-04    12:23:03:015    1632    f10    Misc    Validating signature for D:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
2009-05-04    12:23:03:031    1632    f10    Misc     Microsoft signed: Yes
2009-05-04    12:23:16:312    1632    f10    Misc    Validating signature for D:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
2009-05-04    12:23:16:312    1632    f10    Misc     Microsoft signed: Yes
2009-05-04    12:23:16:359    1632    f10    Misc    Validating signature for D:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.cab:
2009-05-04    12:23:16:375    1632    f10    Misc     Microsoft signed: Yes
2009-05-04    12:23:16:375    1632    f10    Setup    *********** Setup: Checking whether self-update is required ***********
2009-05-04    12:23:16:375    1632    f10    Setup     * Inf file: D:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.inf
2009-05-04    12:23:16:390    1632    f10    Setup    Update NOT required for D:\WINDOWS\system32\cdm.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-05-04    12:23:16:390    1632    f10    Setup    Update NOT required for D:\WINDOWS\system32\wuapi.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-05-04    12:23:16:406    1632    f10    Setup    Update NOT required for D:\WINDOWS\system32\wuapi.dll.mui: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-05-04    12:23:16:406    1632    f10    Setup    Update NOT required for D:\WINDOWS\system32\wuauclt.exe: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-05-04    12:23:16:406    1632    f10    Setup    Update NOT required for D:\WINDOWS\system32\wuaucpl.cpl: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-05-04    12:23:16:406    1632    f10    Setup    Update NOT required for D:\WINDOWS\system32\wuaucpl.cpl.mui: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-05-04    12:23:16:406    1632    f10    Setup    Update NOT required for D:\WINDOWS\system32\wuaueng.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-05-04    12:23:16:421    1632    f10    Setup    Update NOT required for D:\WINDOWS\system32\wuaueng.dll.mui: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-05-04    12:23:16:421    1632    f10    Setup    Update NOT required for D:\WINDOWS\system32\wucltui.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-05-04    12:23:16:437    1632    f10    Setup    Update NOT required for D:\WINDOWS\system32\wucltui.dll.mui: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-05-04    12:23:16:437    1632    f10    Setup    Update NOT required for D:\WINDOWS\system32\wups.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-05-04    12:23:16:437    1632    f10    Setup    Update NOT required for D:\WINDOWS\system32\wups2.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-05-04    12:23:16:468    1632    f10    Setup    Update NOT required for D:\WINDOWS\system32\wuweb.dll: target version = 7.2.6001.788, required version = 7.1.6001.65
2009-05-04    12:23:16:468    1632    f10    Setup    WARNING: Warning: Setup callback ReportProgress failed: 0x8007000d
2009-05-04    12:23:16:468    1632    f10    Setup     * IsUpdateRequired = No
2009-05-04    12:23:18:171    1632    f10    PT    +++++++++++ PT: Synchronizing server updates +++++++++++
2009-05-04    12:23:18:171    1632    f10    PT     + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://server1/ClientWebService/client.asmx
2009-05-04    12:23:18:328    1632    f10    PT    WARNING: Cached cookie has expired or new PID is available
2009-05-04    12:23:18:328    1632    f10    PT    Initializing simple targeting cookie, clientId = 44808f56-a30c-4352-a1af-130ecbeb1183, target group = , DNS name = inet1
2009-05-04    12:23:18:328    1632    f10    PT     Server URL = http://server1/SimpleAuthWebService/SimpleAuth.asmx
2009-05-04    12:23:21:484    1632    f10    PT    +++++++++++ PT: Synchronizing extended update info +++++++++++
2009-05-04    12:23:21:484    1632    f10    PT     + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://server1/ClientWebService/client.asmx
2009-05-04    12:23:21:734    1632    f10    Agent     * Added update {28190A6C-BDE4-4B91-83BC-1F0231B694B2}.103 to search result
2009-05-04    12:23:21:734    1632    f10    Agent     * Found 1 updates and 42 categories in search; evaluated appl. rules of 233 out of 330 deployed entities
2009-05-04    12:23:21:890    1632    f10    Agent    *********
2009-05-04    12:23:21:890    1632    f10    Agent    ** END ** Agent: Finding updates [CallerId = AutomaticUpdates]
2009-05-04    12:23:21:890    1632    f10    Agent    *************
2009-05-04    12:23:21:890    1632    cdc    AU    >>## RESUMED ## AU: Search for updates [CallId = {49E58F25-51B6-4E75-BEF0-78BA9351060A}]
2009-05-04    12:23:21:890    1632    cdc    AU     # 1 updates detected
2009-05-04    12:23:21:890    1632    cdc    AU    #########
2009-05-04    12:23:21:890    1632    cdc    AU    ## END ## AU: Search for updates [CallId = {49E58F25-51B6-4E75-BEF0-78BA9351060A}]
2009-05-04    12:23:21:890    1632    cdc    AU    #############
2009-05-04    12:23:21:890    1632    cdc    AU    AU setting next detection timeout to 2009-05-05 04:47:32
2009-05-04    12:23:21:890    1632    cdc    AU    Setting AU scheduled install time to 2009-05-04 12:00:00
2009-05-04    12:23:21:890    1632    cdc    AU    Auto-approving update for download, updateId = {28190A6C-BDE4-4B91-83BC-1F0231B694B2}.103, ForUx=0, IsOwnerUx=0, HasDeadline=0, IsMinor=0
2009-05-04    12:23:21:890    1632    cdc    AU    Auto-approved 1 update(s) for download (NOT for Ux)
2009-05-04    12:23:21:890    1632    cdc    AU    #############
2009-05-04    12:23:21:890    1632    cdc    AU    ## START ## AU: Download updates
2009-05-04    12:23:21:890    1632    cdc    AU    #########
2009-05-04    12:23:21:890    1632    cdc    AU     # Approved updates = 1
2009-05-04    12:23:21:906    1632    cdc    AU    AU initiated download, updateId = {28190A6C-BDE4-4B91-83BC-1F0231B694B2}.103, callId = {87002E05-DB10-4933-A849-EA80858E69A9}
2009-05-04    12:23:21:906    1632    cdc    AU    Setting AU scheduled install time to 2009-05-04 12:00:00
2009-05-04    12:23:21:906    1632    cdc    AU    AU setting pending client directive to 'Download Progress'
2009-05-04    12:23:21:906    1632    cdc    AU     # Pending download calls = 1
2009-05-04    12:23:21:906    1632    cdc    AU    <<## SUBMITTED ## AU: Download updates
2009-05-04    12:23:21:906    1632    f10    DnldMgr    *************
2009-05-04    12:23:21:906    1632    f10    DnldMgr    ** START ** DnldMgr: Downloading updates [CallerId = AutomaticUpdates]
2009-05-04    12:23:21:906    1632    f10    DnldMgr    *********
2009-05-04    12:23:21:906    1632    f10    DnldMgr     * Call ID = {87002E05-DB10-4933-A849-EA80858E69A9}
2009-05-04    12:23:21:906    1632    f10    DnldMgr     * Priority = 2, Interactive = 0, Owner is system = 1, Explicit proxy = 0, Proxy session id = -1, ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2009-05-04    12:23:21:906    1632    f10    DnldMgr     * Updates to download = 1
2009-05-04    12:23:21:906    1632    f10    Agent     * Title = Обновление системы безопасности для Microsoft .NET Framework версии 2.0 (KB928365)
2009-05-04    12:23:21:906    1632    f10    Agent     * UpdateId = {28190A6C-BDE4-4B91-83BC-1F0231B694B2}.103
2009-05-04    12:23:21:906    1632    f10    Agent     * Bundles 1 updates:
2009-05-04    12:23:21:906    1632    f10    Agent     * {532DE0D7-B6DF-4374-8DAB-40B918908B2E}.103
2009-05-04    12:23:21:921    1632    f10    DnldMgr    *********** DnldMgr: New download job [UpdateId = {532DE0D7-B6DF-4374-8DAB-40B918908B2E}.103] ***********
2009-05-04    12:23:22:437    1632    f10    DnldMgr     * BITS job initialized, JobId = {BD606AB9-CFD7-4D5B-8587-B937B99F83DF}
2009-05-04    12:23:22:578    1632    f10    DnldMgr     * Downloading from http://server1/Content/45/3715C8E057F1FCEB583C4CDE0FC09C879819FB45.exe to D:\WINDOWS\SoftwareDistribution\Download\8140bda850d8ec1c85445ec58acf2924\3715c8e057f1fceb583c4cde0fc09c879819fb45 (full file).
2009-05-04    12:23:22:828    1632    f10    Agent    *********
2009-05-04    12:23:22:828    1632    f10    Agent    ** END ** Agent: Downloading updates [CallerId = AutomaticUpdates]
2009-05-04    12:23:22:828    1632    f10    Agent    *************
2009-05-04    12:23:26:906    1632    f10    Report    REPORT EVENT: {1E046EAB-3D2D-4EA8-A472-1CD8FB200CFB}    2009-05-04 12:23:21:890+0400    1    147    101    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Software Synchronization    Windows Update Client successfully detected 1 updates.
2009-05-04    12:23:26:906    1632    f10    Report    REPORT EVENT: {91B40280-3D96-41CA-98DA-2131D0EF1234}    2009-05-04 12:23:21:890+0400    1    156    101    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Pre-Deployment Check    Reporting client status.
2009-05-04    12:23:36:921    1632    10c    AU    Launched new AU client for directive 'Download Progress', session id = 0x0
2009-05-04    12:23:36:968    4000    a10    Misc    =========== Logging initialized (build: 7.2.6001.788, tz: +0400) ===========
2009-05-04    12:23:36:968    4000    a10    Misc     = Process: D:\WINDOWS\system32\wuauclt.exe
2009-05-04    12:23:36:968    4000    a10    AUClnt    Launched Client UI process
2009-05-04    12:23:37:046    4000    a10    Misc    =========== Logging initialized (build: 7.2.6001.788, tz: +0400) ===========
2009-05-04    12:23:37:046    4000    a10    Misc     = Process: D:\WINDOWS\system32\wuauclt.exe
2009-05-04    12:23:37:046    4000    a10    Misc     = Module: D:\WINDOWS\system32\wucltui.dll
2009-05-04    12:23:37:046    4000    a10    CltUI    AU client got new directive = 'Download Progress', serviceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, return = 0x00000000
2009-05-04    12:23:37:046    4000    a10    CltUI    AU client creating default WU/WSUS UI plugin
2009-05-04    12:23:43:468    1632    98c    DnldMgr    BITS job {BD606AB9-CFD7-4D5B-8587-B937B99F83DF} completed successfully
2009-05-04    12:23:44:046    1632    98c    Misc    Validating signature for D:\WINDOWS\SoftwareDistribution\Download\8140bda850d8ec1c85445ec58acf2924\3715c8e057f1fceb583c4cde0fc09c879819fb45:
2009-05-04    12:23:44:109    1632    98c    Misc     Microsoft signed: Yes
2009-05-04    12:23:44:109    1632    98c    DnldMgr     Download job bytes total = 15394248, bytes transferred = 15394248
2009-05-04    12:23:44:125    1632    98c    DnldMgr    *********** DnldMgr: New download job [UpdateId = {B746CE49-8054-4E6E-865A-DB442BE9952A}.105] ***********
2009-05-04    12:23:44:125    1632    98c    DnldMgr    Regulation: {9482F4B4-E343-43B6-B170-9A65BC822C77} - Update B746CE49-8054-4E6E-865A-DB442BE9952A is "PerUpdate" regulated and can NOT download. Sequence 1200 vs AcceptRate 0.
2009-05-04    12:23:44:125    1632    98c    DnldMgr     * Update is not allowed to download due to regulation.
2009-05-04    12:23:44:125    1632    98c    DnldMgr    Regulation: {9482F4B4-E343-43B6-B170-9A65BC822C77} - Update B746CE49-8054-4E6E-865A-DB442BE9952A is "PerUpdate" regulated and can NOT download. Sequence 1200 vs AcceptRate 0.
2009-05-04    12:23:44:125    1632    98c    DnldMgr    *********** DnldMgr: New download job [UpdateId = {532DE0D7-B6DF-4374-8DAB-40B918908B2E}.103] ***********
2009-05-04    12:23:44:203    1632    98c    DnldMgr     * All files for update were already downloaded and are valid.
2009-05-04    12:23:44:218    1632    cdc    AU    >>## RESUMED ## AU: Download update [UpdateId = {28190A6C-BDE4-4B91-83BC-1F0231B694B2}, succeeded]
2009-05-04    12:23:44:218    1632    cdc    AU    #########
2009-05-04    12:23:44:218    1632    cdc    AU    ## END ## AU: Download updates
2009-05-04    12:23:44:218    1632    cdc    AU    #############
2009-05-04    12:23:44:218    1632    cdc    AU    Setting AU scheduled install time to 2009-05-04 12:00:00
2009-05-04    12:23:44:218    1632    f10    DnldMgr    Regulation: {9482F4B4-E343-43B6-B170-9A65BC822C77} - Update B746CE49-8054-4E6E-865A-DB442BE9952A is "PerUpdate" regulated and can NOT download. Sequence 1200 vs AcceptRate 0.
2009-05-04    12:23:44:218    1632    cdc    AU    AU setting pending client directive to 'Install Approval'
2009-05-04    12:23:44:218    1632    cdc    AU    Changing existing AU client directive from 'Download Progress' to 'Install Approval', session id = 0x0
2009-05-04    12:23:44:218    4000    a10    CltUI    AU client got new directive = 'Install Approval', serviceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, return = 0x00000000
2009-05-04    12:23:44:218    4000    a10    CltUI    AU client creating default WU/WSUS UI plugin
2009-05-04    12:23:49:218    1632    f10    Report    REPORT EVENT: {2E8884B9-F2AB-487D-92D7-D3CA6E3E39DC}    2009-05-04 12:23:44:218+0400    1    162    101    {28190A6C-BDE4-4B91-83BC-1F0231B694B2}    103    0    AutomaticUpdates    Success    Content Download    Download succeeded.
2009-05-04    12:23:49:218    1632    f10    Report    REPORT EVENT: {B455C04E-1CB2-471E-A259-01E0210BBBBB}    2009-05-04 12:23:44:218+0400    1    188    102    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Content Install    Installation Ready: The following updates are downloaded and ready for installation. This computer is currently scheduled to install these updates on 4 мая 2009 г. at 16:00: - Обновление системы безопасности для Microsoft .NET Framework версии 2.0 (KB928365)
2009-05-04    12:26:35:593    1632    f10    DnldMgr    *********** DnldMgr: Regulation Refresh [Svc: {9482F4B4-E343-43B6-B170-9A65BC822C77}] ***********
2009-05-04    12:26:35:593    1632    f10    DnldMgr    Contacting regulation server for 1 updates.
2009-05-04    12:26:35:593    1632    f10    Misc    Validating signature for D:\WINDOWS\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab:
2009-05-04    12:26:35:593    1632    f10    Misc     Microsoft signed: Yes
2009-05-04    12:26:35:609    1632    f10    DnldMgr    Regulation server path: http://update.microsoft.com/v6/UpdateRegulationService/UpdateRegulation.asmx.
2009-05-04    12:26:53:140    1632    f10    DnldMgr     Per-Update: b746ce49-8054-4e6e-865a-db442be9952a at rate 0
2009-05-04    12:26:53:140    1632    f10    DnldMgr     * Regulation call complete. 0x00000000
2009-05-04    12:26:53:140    1632    f10    DnldMgr    *********** DnldMgr: New download job [UpdateId = {B746CE49-8054-4E6E-865A-DB442BE9952A}.105] ***********
2009-05-04    12:26:53:140    1632    f10    DnldMgr    Regulation: {9482F4B4-E343-43B6-B170-9A65BC822C77} - Update B746CE49-8054-4E6E-865A-DB442BE9952A is "PerUpdate" regulated and can NOT download. Sequence 1200 vs AcceptRate 0.
2009-05-04    12:26:53:140    1632    f10    DnldMgr     * Update is not allowed to download due to regulation.
2009-05-04    12:26:53:140    1632    f10    DnldMgr    Regulation: {9482F4B4-E343-43B6-B170-9A65BC822C77} - Update B746CE49-8054-4E6E-865A-DB442BE9952A is "PerUpdate" regulated and can NOT download. Sequence 1200 vs AcceptRate 0.
2009-05-04    12:29:02:062    1632    f10    Report    Uploading 3 events using cached cookie, reporting URL = http://server1/ReportingWebService/ReportingWebService.asmx
2009-05-04    12:29:02:484    1632    f10    Report    Reporter successfully uploaded 3 events.
2009-05-04    13:56:53:140    1632    898    DnldMgr    *********** DnldMgr: Regulation Refresh [Svc: {9482F4B4-E343-43B6-B170-9A65BC822C77}] ***********
2009-05-04    13:56:53:140    1632    898    DnldMgr    Contacting regulation server for 1 updates.
2009-05-04    13:56:53:687    1632    898    Misc    Validating signature for D:\WINDOWS\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab:
2009-05-04    13:56:53:687    1632    898    Misc     Microsoft signed: Yes
2009-05-04    13:56:53:687    1632    898    DnldMgr    Regulation server path: http://update.microsoft.com/v6/UpdateRegulationService/UpdateRegulation.asmx.
2009-05-04    13:57:09:328    1632    898    DnldMgr     Per-Update: b746ce49-8054-4e6e-865a-db442be9952a at rate 0
2009-05-04    13:57:09:328    1632    898    DnldMgr     * Regulation call complete. 0x00000000
2009-05-04    13:57:09:328    1632    898    DnldMgr    *********** DnldMgr: New download job [UpdateId = {B746CE49-8054-4E6E-865A-DB442BE9952A}.105] ***********
2009-05-04    13:57:09:328    1632    898    DnldMgr    Regulation: {9482F4B4-E343-43B6-B170-9A65BC822C77} - Update B746CE49-8054-4E6E-865A-DB442BE9952A is "PerUpdate" regulated and can NOT download. Sequence 1200 vs AcceptRate 0.
2009-05-04    13:57:09:328    1632    898    DnldMgr     * Update is not allowed to download due to regulation.
2009-05-04    13:57:09:328    1632    898    DnldMgr    Regulation: {9482F4B4-E343-43B6-B170-9A65BC822C77} - Update B746CE49-8054-4E6E-865A-DB442BE9952A is "PerUpdate" regulated and can NOT download. Sequence 1200 vs AcceptRate 0.
Автор: brassnet
Дата сообщения: 04.05.2009 13:51
Cyril Konst
Что-то не увидел в логе ничего про SP3, уверен, что он утвержден для установки для этих клиентов? Вот фреймворк 2 там мелькнул и судя по логам успешно встал.
Как вариант переустановить принудительно клиента WSUS, сбросить авторизацию для клиента и снова авторизовать на сервере.
Как клиенты получают настройки WSUS, через GP? Может стоит вывести ком из домена и снова ввести.
Автор: Cyril Konst
Дата сообщения: 04.05.2009 14:36
brassnet
Домена нет. Настройки обновления прописаны через локальную политику на клиенте. Через *.key файл экспортированы с реестра вручную настроенного компа и импортированы на остальных. Вот только может SP3 вручную отклонили на клиенте ещё в старые времена, когда не было WSUS... Где это прописано может быть?

Как, кстати, клиента WSUS переустановить? Я его вручную не устанавливал.
Автор: freeshka
Дата сообщения: 05.05.2009 20:45
подскажите пожалуйста, какие компоненты можно обновлять через wsus на данный момент. интересует полный список.
Автор: bahtey
Дата сообщения: 06.05.2009 05:46
Cyril Konst
да меня тоже интересует воппрос:Как, кстати, клиента WSUS переустановить?

может кто уже вычисли его хеш и где он лежит

Страницы: 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283

Предыдущая тема: Общие вопросы про AD (Active Directory) - часть II


Форум Ru-Board.club — поднят 15-09-2016 числа. Цель - сохранить наследие старого Ru-Board, истории становления российского интернета. Сделано для людей.