Run this script on the WSUS Server running on Windows Server “8” Beta. This will import all of the currently publish update on Beta Microsoft Update Catalog into the local WSUS server. Note: Open the command prompt with elevated privileges in order to run this script. PowerShell –ExecutionPolicy remotesigned <localPathToPS1File>
You will need to choose one of the following two options for this step: Option 1: Do not store the files locally: On the WSUS console toolbar, click Options Click Update Files and Languages Under Update Files, select “Do not store update files locally; computers install from Microsoft Update”
Note: This option requires each client computer to have access to Internet – with or without going through a proxy server – in order to install updates from Microsoft Update. For more details on this option, see Advanced Synchronization Options
Option 2: Download express installation files: On the WSUS console toolbar, click Options. Click Update Files and Languages Under Update Files, select “Store update files locally on this server” Under Update Files, select “Download express installation files” On the WSUS console toolbar, click the name of your server Monitor the “Download Status” section and wait for all of the files to download
Note: This option will cause the WSUS server to download potentially a large number of express installation files, with associated network bandwidth and disk space demands. For more details on this option, see Specifying Where to Store Updates
Step 3:
On the client machines that are experiencing hangs and crashes, please run the following commands: Open a Command Prompt with elevated privileges. Execute the commands below: Net stop wuauserv rmdir /s /q %windir%\softwaredistribution Net start wuauserv Open Windows Update control panel application and Check for updates.
On the client machines that are experiencing hangs and crashes, please run the following commands:
Open a Command Prompt with elevated privileges.
Execute the commands below:
Net stop wuauserv
rmdir /s /q %windir%\softwaredistribution
Net start wuauserv
Open Windows Update control panel application and Check for updates.
Carsten Siemens edited Revision 17. Comment: Fixed misspelling
Richard Mueller edited Revision 16. Comment: Removed (en-US) from title, removed duplicate <a name> tag in HTML so TOC works, added tags
FZB edited Revision 15. Comment: formating, typo
Ed Price - MSFT edited Revision 5. Comment: Title casing
Great