Log-Manager
21.12.9
This utility will delete files and folders older than X days.
It can also backup files and folders older than X days to another location.
To send a log file via e-mail using ssl and an SMTP password you must generate an encrypted password file.
The password file is unique to both the user and machine.
To create the password file run this command as the user and on th
It can also backup files and folders older than X days to another location.
To send a log file via e-mail using ssl and an SMTP password you must generate an encrypted password file.
The password file is unique to both the user and machine.
To create the password file run this command as the user and on th
This utility will delete files and folders older than X days.
It can also backup files and folders older than X days to another location.
To send a log file via e-mail using ssl and an SMTP password you must generate an encrypted password file.
The password file is unique to both the user and machine.
To create the password file run this command as the user and on the machine that will use the file:
$creds = Get-Credential
$creds.Password | ConvertFrom-SecureString | Set-Content C:\scripts\ps-script-pwd.txt
Show more
It can also backup files and folders older than X days to another location.
To send a log file via e-mail using ssl and an SMTP password you must generate an encrypted password file.
The password file is unique to both the user and machine.
To create the password file run this command as the user and on the machine that will use the file:
$creds = Get-Credential
$creds.Password | ConvertFrom-SecureString | Set-Content C:\scripts\ps-script-pwd.txt
Installation Options
Owners
Copyright
(C) Mike Galvin. All rights reserved.
Package Details
Author(s)
- Mike Galvin Contact: mike@gal.vin / twitter.com/mikegalvin_ / discord.gg/5ZsnJ5k
Tags
Log Manager Clean up Backup Zip History MDT Microsoft Deployment Toolkit IIS Internet Information Services
Functions
Get-DateFormat Write-Log OptionsRun
Dependencies
This script has no dependencies.
FileList
- Log-Manager.nuspec
- Log-Manager.ps1