You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,9 @@ Legal notice: This script is provided without any warranty; without even the imp
15
15
16
16
# Installation Instructions
17
17
18
-
Open 'Windows PowerShell' as Administrator on your WSUS server, then run these commands:
18
+
Open 'Windows PowerShell' as Administrator on your WSUS server, then run these commands.
19
+
20
+
NB If you are using an external SQL Server instance for WSUS, you will need to update `"\\.\pipe\MICROSOFT##WID\tsql\query"` in the command below to `"SQLSERVERNAME\INSTANCENAME"` to avoid errors.
19
21
20
22
```powershell
21
23
# Update PowerShellGet for Windows PowerShell 5.1 - https://learn.microsoft.com/en-us/powershell/gallery/powershellget/update-powershell-51?view=powershellget-3.x
0 commit comments