PowerShell
script to convert any CSVs found in directory that were created today -
- saves them as an XLSX
- renames the first tab
- moves the XLSX to the parent directory
PowerShell
script to delete objects in the directory/subdirectory specified that are older than NumDays
.
Accepts 2 arguments
NumDays
- integer
- default is
90
DebugCommand
- boolean
- default is
false
Python
script to top computer from going idle.