积极答复者
在windowserver2008R2离线安装重新安装wsus提示没有更新

问题
答案
-
你好,
如果WID只有用于WSUS的话,可以使用以下powershell命令删除WID,以管理员身份运行powershell:
if ($env:PROCESSOR_ARCHITECTURE -eq 'x86') { msiexec.exe /x {CEB5780F-1A70-44A9-850F-DE6C4F6AA8FB } callerid=ocsetup.exe }
if ($env:PROCESSOR_ARCHITECTURE -eq 'AMD64') { msiexec.exe /x {BDD79957-5801-4A2D-B09E-852E7FA64D01} callerid=ocsetup.exe }
详细信息可以参考以下文章:
https://www.ajtek.ca/wsus/how-to-remove-wsus-completely-and-reinstall-it/
Best Regards,
Anne
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已标记为答案 阳光灿烂笑容 2020年3月19日 12:12
全部回复
-
你好,
1. 请问你第一次安装WSUS, 还是在重新安装WSUS?
2. 如果是第一次安装就出现问题的话,请去下面相关的日志中查看安装出错时的error code,一遍做进一步分析:
WSUSSetup.log (the summary log)
WSUSSetupMsi_timestamp.log (the verbose MSI log)
WSUSCA_timestamp.log (the custom actions log)
WSUSWyukonSetup_timestamp.log (the Database installation log)https://docs.microsoft.com/zh-cn/archive/blogs/sus/troubleshooting-the-wsus-installation-process
3. 如果你是重新安装WSUS的话,请确保之前的WSUS相关组件被彻底卸载了:
a. Remove WSUS server role in server manager;
b. Check IIS, ensure the WSUS site is removed;
c. Delete WSUS content and SUSDB, if you use WID, then, you may install SQL server management studio to ensure the SUSDB is removed.
可以参考下面这篇帖子:
感谢您的时间,如果需要进一步帮助的话,欢迎反馈。
Best Regards,
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
你好,
如果WID只有用于WSUS的话,可以使用以下powershell命令删除WID,以管理员身份运行powershell:
if ($env:PROCESSOR_ARCHITECTURE -eq 'x86') { msiexec.exe /x {CEB5780F-1A70-44A9-850F-DE6C4F6AA8FB } callerid=ocsetup.exe }
if ($env:PROCESSOR_ARCHITECTURE -eq 'AMD64') { msiexec.exe /x {BDD79957-5801-4A2D-B09E-852E7FA64D01} callerid=ocsetup.exe }
详细信息可以参考以下文章:
https://www.ajtek.ca/wsus/how-to-remove-wsus-completely-and-reinstall-it/
Best Regards,
Anne
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已标记为答案 阳光灿烂笑容 2020年3月19日 12:12