WSUSメモ

wsus設定とかしてた時のメモ

 

--wsusのiis稼働確認
http://[サーバー名]:8530/ClientWebService/client.asmx

 

--WSUS SUSDBへ接続
\\.\pipe\MICROSOFT##WID\tsql\query

 

--タイムアウトを変更
--初期値は600s
USE SUSDB ;
GO
EXEC sp_configure 'remote query timeout', 0 ;
GO
RECONFIGURE ;
GO

 

--windws2016 Serverにてwsusでレポート表示するには以下が必要
microsoft system clr types sql server 2012
Micorsoft Report Viewer 2012 Runtime