Code Monkey home page Code Monkey logo

wsus-toolkit's Introduction

WSUS Toolkit

A set of scripts for cleaning, maintaining, configuring and optimizing Windows Server Update Services (WSUS).

Dependencies and Requirements

Usage Instructions

  • Optimize-WsusService.ps1: Performs a comprehensive set of WSUS optimization tasks

    # Offers the user to perform each of the recommended tasks
    .\Optimize-WsusService.ps1 -FirstRun
    # Disable and remove drivers 
    # Note: this will do a lot more things, see the "Remove-DriversFromWsus.ps1" script
    .\Optimize-WsusService.ps1 -DisableDrivers
    .\Optimize-WsusService.ps1 -DeepClean

    For more details, check out the original repository or the comments within the script itself. Keep in mind that the Optimize-WsusService.ps1 script is a modified version of Optimize-WsusServer.ps1 and has also been renamed.

  • Remove-DriversFromWsus.ps1: Removes drivers from WSUS

    # Manually supplied parameters
    
    .\Remove-DriversFromWsus.ps1 [-WsusServer <server-name-or-IP>] [-PortNumber <8530|8531>] [-UseSSL <$false|$true>]
    # Case without parameters, defaults to http://localhost:8530 without SSL/TLS
    
    .\Remove-DriversFromWsus.ps1
  • Set-WsusClientPointing.ps1: Enable or disable a client's pointing to WSUS

    .\Set-WsusClientPointing.ps1 -WsusEnabled <$false|$true> [-ComputerName <client-computer-name>] [-Credential <PSCredential>]

Roadmap and Changelog

This repository is based on and inspired by - but not limited to - Keep a Changelog, Semantic Versioning and the ezGTR template. Therefore, any changes made, expected or intended will be documented in the Roadmap and Changelog file.

Credits, Sponsorship and Licensing

Developed by Ezequiel Lage, Sponsored by Lageteck and Published under the MIT License.

Credits to AWARRE and DUMMVOLG for the original version and contribution to the Optimize-WsusService.ps1 script, formerly Optimize-WsusServer.ps1¹. Credit also to Liby Philip Mathew for the code that gave rise to the Remove-DriversFromWsus.ps1² script.

All suggestions, criticisms and contributions are welcome!

Support this initiative!

BTC: 1Nw2fzDgtXM5X219Q9VtJ7WaSTDPua3oe8
ERC20*: 0x089499f57ee20fd2c19f57612d9af69d645dff0d
* Any ERC20 token supported by Binance (ETH, USDC, USDT, etc)

wsus-toolkit's People

Contributors

ezlage avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.