Skip to content
#

powershell-adminscripts

Here are 58 public repositories matching this topic...

This script removes defined files from targeted folders. It is meant to be used by System Administrators, because it has many options and settings that can be configured to remove files in multiple and various ways. All data regarding file removal, target folders, file names, optional number of days files must be older then to be removed, if files in subfolders should be removed, and if files should be force removed, are written by user in `Data.csv` file. User can enter partial names of files in `FileName` column with a wildcard character, for example `*.dat` or `Backup*`. Script generates detailed log file, and report that is sent via email. In `Settings.cfg` file parameters are stored for email settings, and options to turn on or off console writing, loging, and email report as the user requires them.

  • Updated Jul 29, 2021
  • PowerShell

Improve this page

Add a description, image, and links to the powershell-adminscripts topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the powershell-adminscripts topic, visit your repo's landing page and select "manage topics."

Learn more