In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
I received an email notice from the head office this morning, to the effect that the latest March Windows patch file kb4088875 will cause Windows 7 and Windows 2008 R2 under Vmware to lose their IP address.
Beans generally use WSUS servers to patch, and the frequency is more active. As soon as you go to WSUS, you can see that this security patch already defaults to Approve, so decline it quickly.
Because this patch has been out for 2 weeks, it is estimated that some servers have been patched, and these installed patches will not be deleted automatically. Although I have banned installation on wsus, this setting only works for servers that are not installed and needs to be removed manually for those that have already been installed.
Search with Powershell to see which machines have been installed.
$a=Get-ADComputer-Filter {operatingsystem-like "* 2008 R2*"} | select name$b=invoke-command-ComputerName $a.name-script {Get-Hotfix | where {$_ .HotFixId-like "KB4088875"}}-ErrorAction SilentlyContinue
The results are as follows, fortunately, only a few.
It is also easy to remove the patch, execute the following remote command
Invoke-command-ComputerName $b.pscomputername-script {Start-Process wusa.exe-ArgumentList'/ KB:4088875 / uninstall / quiet / norestart'-Wait}
Rescan okay deleted successfully
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.