Skip to content

Commit 7b25906

Browse files
committed
Versioning updates
1 parent 9ec40c5 commit 7b25906

2 files changed

Lines changed: 20 additions & 28 deletions

File tree

Optimize-WsusServer.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
Creates a scheduled task to run the OptimizeDatabase function weekly.
3737
3838
.NOTES
39-
Version: 1.0
39+
Version: 0.1
4040
Author: Austin Warren
4141
Creation Date: 2020/07/31
4242

README.md

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,8 @@
1-
<p align="center">
2-
<h3 align="center">Optimize-WsusServer.PS1</h3>
3-
</p>
4-
5-
<!-- TABLE OF CONTENTS -->
6-
## Table of Contents
7-
8-
* [About the Project](#about-the-project)
9-
* [Built With](#built-with)
10-
* [Getting Started](#getting-started)
11-
* [Prerequisites](#prerequisites)
12-
* [Installation](#installation)
13-
* [Usage](#usage)
14-
* [License](#license)
15-
* [Contact](#contact)
16-
* [References](#references)
1+
![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)
2+
#Optimize-WsusServer.PS1
173

184
<!-- ABOUT THE PROJECT -->
19-
## About The Project
5+
### About The Project
206
Comprehensive Windows Server Update Services (WSUS) cleanup, optimization, maintenance, and configuration PowerShell script.
217

228
Free and open source: [MIT License](https://github.com/awarre/Optimize-WsusServer/blob/master/LICENSE)
@@ -29,9 +15,15 @@ Free and open source: [MIT License](https://github.com/awarre/Optimize-WsusServe
2915
* Microsoft best practice WSUS database optimization and re-indexing
3016
* Creation of daily and weekly optimization scheduled tasks.
3117

32-
### Built With
33-
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
34-
* [Powershell](https://docs.microsoft.com/en-us/powershell/)
18+
<!-- TABLE OF CONTENTS -->
19+
## Table of Contents
20+
* [Getting Started](#getting-started)
21+
* [Prerequisites](#prerequisites)
22+
* [Installation](#installation)
23+
* [Usage](#usage)
24+
* [License](#license)
25+
* [Contact](#contact)
26+
* [References](#references)
3527

3628
<!-- GETTING STARTED -->
3729
## Getting Started
@@ -55,37 +47,37 @@ Optimize-WsusServer.ps1 -FirstRun
5547
Presents a series of prompts for user to initiate all recommended first run optimization tasks.
5648

5749
```
58-
Optimize-WsusServer.PS1 -DisableDrivers
50+
Optimize-WsusServer.ps1 -DisableDrivers
5951
```
6052
Disable device driver syncronization and caching.
6153

6254
```
63-
Optimize-WsusServer.PS1 -DeepClean
55+
Optimize-WsusServer.ps1 -DeepClean
6456
```
6557
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.
6658

6759
```
68-
Optimize-WsusServer.PS1 -CheckConfig
60+
Optimize-WsusServer.ps1 -CheckConfig
6961
```
7062
Validates current WSUS IIS configuration against recommended settings. Helps prevent frequent WSUS/IIS/SQL service crashes and the "RESET SERVER NODE" error.
7163

7264
```
73-
Optimize-WsusServer.PS1 -OptimizeServer
65+
Optimize-WsusServer.ps1 -OptimizeServer
7466
```
7567
Runs all of Microsoft's built-in WSUS cleanup processes.
7668

7769
```
78-
Optimize-WsusServer.PS1 -OptimizeDatabase
70+
Optimize-WsusServer.ps1 -OptimizeDatabase
7971
```
8072
Runs Microsoft's recommended SQL reindexing script.
8173

8274
```
83-
Optimize-WsusServer.PS1 -InstallDailyTask
75+
Optimize-WsusServer.ps1 -InstallDailyTask
8476
```
8577
Creates a scheduled task to run the OptimizeServer function nightly.
8678

8779
```
88-
Optimize-WsusServer.PS1 -InstallWeeklyTask
80+
Optimize-WsusServer.ps1 -InstallWeeklyTask
8981
```
9082
Creates a scheduled task to run the OptimizeDatabase function weekly.
9183

0 commit comments

Comments
 (0)