https://github.com/samerde/thecleaners
PowerShell module to clean the loose ends from your Windows Servers.
https://github.com/samerde/thecleaners
cleanup hacktoberfest logs microsoft-windows powershell profile sysadmin utilities utility windows windows-server
Last synced: 6 months ago
JSON representation
PowerShell module to clean the loose ends from your Windows Servers.
- Host: GitHub
- URL: https://github.com/samerde/thecleaners
- Owner: SamErde
- License: mit
- Created: 2020-10-26T19:43:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T19:26:11.000Z (over 1 year ago)
- Last Synced: 2025-01-09T06:33:44.251Z (about 1 year ago)
- Topics: cleanup, hacktoberfest, logs, microsoft-windows, powershell, profile, sysadmin, utilities, utility, windows, windows-server
- Language: PowerShell
- Homepage: http://day3bits.com/TheCleaners/
- Size: 2.53 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Cleaners
[](https://github.com/samerde/TheCleaners/stargazers/)


[](http://makeapullrequest.com)
[](https://github.com/samerde/TheCleaners/graphs/contributors/)

[](https://app.codacy.com/gh/SamErde/TheCleaners/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)



## Synopsis
A module to help automate the cleanup of old log files and temp files on your systems.
## Description
The Cleaners do the dirty work in your servers for you. We take care of temp files, IIS logs, Exchange Server logs, and more!
## Why
- For all those hours spent manually clearing old IIS logs, Exchange logs, and temp files when a server disk gets low on space.
- For those teammates who get woken up at night while on call because a disk hit 90% full.
- For the fun of writing something useful in PowerShell that will hopefully make somebody's day easier!
## Getting Started
### Prerequisites
PowerShell or Windows PowerShell 5.1
There are no other strict dependencies, but the following can make things a little easier:
- IIS: WebManagement Module
- Exchange: Exchange Management Tools
### Installation
```powershell
# How to install TheCleaners
Install-Module -Name TheCleaners -AllowPrerelease
```
### Quick Start
#### Example1
```powershell
# See what jobs TheCleaners can do for you.
Start-Cleaning
```
These docs can also be found at [TheCleaners.ReadTheDocs.io/](https://thecleaners.readthedocs.io/).