From 64eb55a767ea7cf3cb12e8bcf68d65e55fa8435c Mon Sep 17 00:00:00 2001 From: Austin <30052685+awarre@users.noreply.github.com> Date: Fri, 31 Jul 2020 16:11:41 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12009f0..f993728 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -![GitHub](https://img.shields.io/github/license/awarre/Optimize-WsusServer?style=flat-square) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/awarre/Optimize-WsusServer?style=flat-square) +![GitHub](https://img.shields.io/github/license/awarre/Optimize-WsusServer?style=flat-square) ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/awarre/Optimize-WsusServer?include_prereleases&style=flat-square) + #Optimize-WsusServer.PS1 @@ -107,4 +108,4 @@ Project Link: [https://github.com/awarre/Optimize-WsusServer](https://github.com * [ScheduledTasks](https://docs.microsoft.com/en-us/powershell/module/scheduledtasks/?view=win10-ps) * [Set-WsusClassification](https://docs.microsoft.com/en-us/powershell/module/updateservices/set-wsusclassification?view=win10-ps) * [WSUS GetUpdates Method](https://docs.microsoft.com/en-us/previous-versions/windows/desktop/aa350127(v=vs.85)) -* [WSUS IUpdate Properties](https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ms752741(v=vs.85)) \ No newline at end of file +* [WSUS IUpdate Properties](https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ms752741(v=vs.85)) From 9abe1ae38b6e0d97ae2bc8592b4ac4acdd2967ed Mon Sep 17 00:00:00 2001 From: Austin <30052685+awarre@users.noreply.github.com> Date: Fri, 31 Jul 2020 16:12:10 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f993728..e0c3481 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ ![GitHub](https://img.shields.io/github/license/awarre/Optimize-WsusServer?style=flat-square) ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/awarre/Optimize-WsusServer?include_prereleases&style=flat-square) - -#Optimize-WsusServer.PS1 +# Optimize-WsusServer.PS1 ### About The Project From 41f7547ad36726094f9787a328253f2ef179d30e Mon Sep 17 00:00:00 2001 From: Austin <30052685+awarre@users.noreply.github.com> Date: Fri, 31 Jul 2020 16:13:26 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e0c3481..8e8fedd 100644 --- a/README.md +++ b/README.md @@ -46,37 +46,37 @@ Optimize-WsusServer.ps1 -FirstRun ``` Presents a series of prompts for user to initiate all recommended first run optimization tasks. -``` +```powershell Optimize-WsusServer.ps1 -DisableDrivers ``` Disable device driver syncronization and caching. -``` +```powershell Optimize-WsusServer.ps1 -DeepClean ``` Searches through most likely categories for unneeded updates and drivers to free up massive amounts of storage and improve database responsiveness. Prompts user to approve removal before deletion. -``` +```powershell Optimize-WsusServer.ps1 -CheckConfig ``` Validates current WSUS IIS configuration against recommended settings. Helps prevent frequent WSUS/IIS/SQL service crashes and the "RESET SERVER NODE" error. -``` +```powershell Optimize-WsusServer.ps1 -OptimizeServer ``` Runs all of Microsoft's built-in WSUS cleanup processes. -``` +```powershell Optimize-WsusServer.ps1 -OptimizeDatabase ``` Runs Microsoft's recommended SQL reindexing script. -``` +```powershell Optimize-WsusServer.ps1 -InstallDailyTask ``` Creates a scheduled task to run the OptimizeServer function nightly. -``` +```powershell Optimize-WsusServer.ps1 -InstallWeeklyTask ``` Creates a scheduled task to run the OptimizeDatabase function weekly.