Re: [活動] 有辦法利用powershell來出wsus的report嗎
您好~
我們公司目前有用MBSA,不過只針對Server
我分享一下我寫的code :
====
$computerscope = New-Object
Microsoft.UpdateServices.Administration.ComputerTargetScope
$updatescope = New-Object Microsoft.UpdateServices.Administration.UpdateScope
$wsus.GetSummariesPerComputerTarget($updatescope,$computerscope)|Export-CSV
d:\temp\needpatch.csv -Encoding UTF8| Format-Table
InstalledCount,NotInstalledCount,ComputerTarget -Wrap -Auto |ForEach {
New-Object PSObject -Property -SearchBase
"ou=tp,DC=ap,DC=vishayint,DC=com"|Select-Object
InstalledCount,NotInstalledCount,ComputerTarget @{
ComputerTarget =
($wsus.GetComputerTarget([guid]$_.ComputerTargetId)).FullDomainName
NeededCount = ($_.DownloadedCount + $_.NotInstalledCount)
DownloadedCount = $_.DownloadedCount
NotApplicableCount = $_.NotApplicableCount
NotInstalledCount = $_.NotInstalledCount
InstalledCount = $_.InstalledCount
FailedCount = $_.FailedCount
percent = (($_.NotApplicableCount - $_.InstalledCount) /
$_.NotApplicableCount * 100)
}
}
=====
針對以上的code,run出來是沒錯誤,但是資訊有點落差
1.我只想要抓InstalledCount,NotInstalledCount,ComputerTarget這三個table,
但是我用Format-Table 他抓不出來,可參考圖 : http://i.imgur.com/ibILZeu.jpg
2.我在ComputerTarget有定義,有辦法只抓PC name或domain name嗎?目前只能抓出
一堆亂碼的GUID,我有加-SearchBase "ou=tp,DC=ap,DC=vishayint,DC=com",他還是
無法辨識機器的DNS
3.我code如果加了-Filter {ComputerTargetID -Like "PCTP*"} 還沒是辦法只截取
PCname(我們公司的PC名稱都是PCTP開頭)
我目前只想把我要的那三個table撈出來列在excel上面方便我看目前所有PC有哪一些沒
update patch , 但是還是改不出來我要的PS
出來的資訊會像這樣 http://i.imgur.com/Zp6Ekiv.jpg
,有解嗎? @@
※ 引述《michaellai (麥克賴)》之銘言:
: ※ 引述《iversonman (我還有點餓)》之銘言:
: : 是否有辦法用powershell來做一個monitor pc update patch for AD domain
: : 我有找到一個: http://tinyurl.com/o2a3ng3 但是看不太懂
: 你找到的那篇文章寫的算清楚說~
: 還有步驟跟範例, 如果這樣對你來說有難度
: (I don't like PowerShell either...)
: 建議你可以看看 MBSA
: MS Baseline Security Analyzer
: https://goo.gl/EVho3A
: http://goo.gl/AwYJHk
: https://goo.gl/rTAqxl
: 可以掃描一群機器, 可以出Report,
: 上面問你這哪來的還可以說官方工具喔~
: 以上~
--
作者 MMMB4219 (FREF) 看板 Gossiping
標題 [問卦] 有沒有大學四年都單身的八卦?
時間 Wed May 23 00:00:47 2012
───────────────────────────────────────
噓
05/23 00:03,
05/23 00:03
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.25.197.195
※ 文章網址: https://www.ptt.cc/bbs/MIS/M.1441847771.A.E60.html
→
09/11 09:07, , 1F
09/11 09:07, 1F
→
09/11 11:54, , 2F
09/11 11:54, 2F
→
09/11 16:22, , 3F
09/11 16:22, 3F
→
09/13 07:27, , 4F
09/13 07:27, 4F
→
09/13 07:27, , 5F
09/13 07:27, 5F
→
09/13 07:27, , 6F
09/13 07:27, 6F
→
09/13 07:27, , 7F
09/13 07:27, 7F
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 3 之 3 篇):
MIS 近期熱門文章
PTT職涯區 即時熱門文章