Wsus-Maintenance
1.8
Runs the maintenance/clean up routine for WSUS.
This script will:
Run the WSUS server clean up process, which will delete obsolete updates, as well as declining expired and superseded updates.
It can also optionally create a log file and email the log file to an address of your choice.
Please note: to send a log file using ssl and an SMTP password you must generate
This script will:
Run the WSUS server clean up process, which will delete obsolete updates, as well as declining expired and superseded updates.
It can also optionally create a log file and email the log file to an address of your choice.
Please note: to send a log file using ssl and an SMTP password you must generate
Runs the maintenance/clean up routine for WSUS.
This script will:
Run the WSUS server clean up process, which will delete obsolete updates, as well as declining expired and superseded updates.
It can also optionally create a log file and email the log file to an address of your choice.
Please note: to send a log file using ssl and an SMTP password you must generate an encrypted
password file. The password file is unique to both the user and machine.
The command is as follows:
$creds = Get-Credential
$creds.Password | ConvertFrom-SecureString | Set-Content c:\foo\ps-script-pwd.txt
Show more
This script will:
Run the WSUS server clean up process, which will delete obsolete updates, as well as declining expired and superseded updates.
It can also optionally create a log file and email the log file to an address of your choice.
Please note: to send a log file using ssl and an SMTP password you must generate an encrypted
password file. The password file is unique to both the user and machine.
The command is as follows:
$creds = Get-Credential
$creds.Password | ConvertFrom-SecureString | Set-Content c:\foo\ps-script-pwd.txt
Installation Options
Author(s)
Mike Galvin Contact: mike@gal.vin twitter.com/mikegalvin_
Copyright
(C) Mike Galvin. All rights reserved.
Package Details
Owners
Tags
WSUS Windows Server Update Services Maintenance Clean up
Functions
Dependencies
This script has no dependencies.
FileList
- Wsus-Maintenance.nuspec
- Wsus-Maintenance.ps1