Here is a header you can use for your scripts:
#-------------------------------------------------------------------------------------------#
# Author: dev name
# Description: Tell us what your awesome script does
# Version | Modify Date | Modify By | Modification
# 1.0 | 01/01/2026 | Dev Name | Original Build
#--------------------------------------------------------------------------------------------#
xml parser: this script will loop through multiple xml files and output the data from each file into a row in a csv
server health monitor (watchdog): this script will loop through a list of servers and check services and app pools (for web servers if applicable)
server reboots: this script will loop through a list of servers and reboot them one at a time (waits for previous one to come back up before moving on)
desktop support: this is a "quick ticket" interface for users to quickly choose a computer issue from a dropdown and emails your tech support
...more to come