From 754f6fb3af20dd94fac84e0ada850b341e33a03a Mon Sep 17 00:00:00 2001 From: Austin <30052685+awarre@users.noreply.github.com> Date: Sun, 4 Oct 2020 09:32:18 -0400 Subject: [PATCH 1/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0409992..d1dd92e 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ Project Link: [https://github.com/awarre/Optimize-WsusServer](https://github.com ## References * [The complete guide to Microsoft WSUS and Configuration Manager SUP maintenance](https://support.microsoft.com/en-us/help/4490644/complete-guide-to-microsoft-wsus-and-configuration-manager-sup-maint) +* [Windows Server Update Services best practices](https://docs.microsoft.com/en-us/troubleshoot/mem/configmgr/windows-server-update-services-best-practices) * [Reindex the WSUS Database](https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/dd939795(v=ws.10)) * [10 Tips for the SQL Server PowerShell Scripter](https://devblogs.microsoft.com/scripting/10-tips-for-the-sql-server-powershell-scripter/) * [How to Check if an Index Exists on a Table in SQL Server](https://littlekendra.com/2016/01/28/how-to-check-if-an-index-exists-on-a-table-in-sql-server/) From 7921846479dcfacc5a8b9c51417f113992f624d9 Mon Sep 17 00:00:00 2001 From: Austin <30052685+awarre@users.noreply.github.com> Date: Thu, 22 Apr 2021 11:26:40 -0400 Subject: [PATCH 2/5] PowerShell 7 does not support the WSUS module Per #1, PowerShell 7 doesn't support the WSUS module. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1dd92e..0fe7492 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Free and open source: [MIT License](https://github.com/awarre/Optimize-WsusServe * PowerShell * Windows Server Update Services (WSUS) * [SqlServer Official PowerShell module](https://docs.microsoft.com/en-us/sql/powershell/download-sql-server-ps-module?view=sql-server-ver15) +* PowerShell 6 - [Microsoft has not ported the WSUS module to PowerShell 7(https://windowsserver.uservoice.com/forums/304618-installation-and-patching/suggestions/39267028-wsus-server-should-be-manageable-using-powershell). ### Installation 1. Download [Optimize-WsusServer.ps1](https://github.com/awarre/Optimize-WsusServer/blob/master/Optimize-WsusServer.ps1) From 197d1cf306729452ea96d105c896588b08d64502 Mon Sep 17 00:00:00 2001 From: Austin <30052685+awarre@users.noreply.github.com> Date: Tue, 26 Oct 2021 13:02:51 -0400 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fe7492..79bd9c9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Free and open source: [MIT License](https://github.com/awarre/Optimize-WsusServe * PowerShell * Windows Server Update Services (WSUS) * [SqlServer Official PowerShell module](https://docs.microsoft.com/en-us/sql/powershell/download-sql-server-ps-module?view=sql-server-ver15) -* PowerShell 6 - [Microsoft has not ported the WSUS module to PowerShell 7(https://windowsserver.uservoice.com/forums/304618-installation-and-patching/suggestions/39267028-wsus-server-should-be-manageable-using-powershell). +* PowerShell 6 - [Microsoft has not ported the WSUS module to PowerShell 7(https://github.com/PowerShell/PowerShellModuleCoverage/issues/11). ### Installation 1. Download [Optimize-WsusServer.ps1](https://github.com/awarre/Optimize-WsusServer/blob/master/Optimize-WsusServer.ps1) From 25497f542714edaeb95fa6991cd1dfa1807ad5b1 Mon Sep 17 00:00:00 2001 From: Austin <30052685+awarre@users.noreply.github.com> Date: Tue, 26 Oct 2021 13:03:10 -0400 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79bd9c9..51edc2d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Free and open source: [MIT License](https://github.com/awarre/Optimize-WsusServe * PowerShell * Windows Server Update Services (WSUS) * [SqlServer Official PowerShell module](https://docs.microsoft.com/en-us/sql/powershell/download-sql-server-ps-module?view=sql-server-ver15) -* PowerShell 6 - [Microsoft has not ported the WSUS module to PowerShell 7(https://github.com/PowerShell/PowerShellModuleCoverage/issues/11). +* PowerShell 6 - [Microsoft has not ported the WSUS module to PowerShell 7](https://github.com/PowerShell/PowerShellModuleCoverage/issues/11). ### Installation 1. Download [Optimize-WsusServer.ps1](https://github.com/awarre/Optimize-WsusServer/blob/master/Optimize-WsusServer.ps1) From 91af9b43d397b8ce8d502fadae7463fb1de0f2d8 Mon Sep 17 00:00:00 2001 From: Austin <30052685+awarre@users.noreply.github.com> Date: Wed, 27 Oct 2021 13:28:56 -0400 Subject: [PATCH 5/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51edc2d..12e23b0 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ Free and open source: [MIT License](https://github.com/awarre/Optimize-WsusServe * PowerShell * Windows Server Update Services (WSUS) * [SqlServer Official PowerShell module](https://docs.microsoft.com/en-us/sql/powershell/download-sql-server-ps-module?view=sql-server-ver15) -* PowerShell 6 - [Microsoft has not ported the WSUS module to PowerShell 7](https://github.com/PowerShell/PowerShellModuleCoverage/issues/11). +* PowerShell 6 - [Microsoft has not ported the WSUS module to PowerShell 7](https://github.com/PowerShell/PowerShellModuleCoverage/issues/11) +* [IIS Administration PowerShell module](https://blogs.iis.net/iisteam/introducing-iisadministration-in-the-powershell-gallery) - Needed for Server 2012 R2 ### Installation 1. Download [Optimize-WsusServer.ps1](https://github.com/awarre/Optimize-WsusServer/blob/master/Optimize-WsusServer.ps1)