New Function: Get-logNameFromDate

#Requires -Version 3.0 function Get-logNameFromDate { <# .SYNOPSIS Generates a log file name for use in other scripts .DESCRIPTION This function simply calculates a file name for the users temp folder using the date and time of the function call A file is not actually created by this function, only... [Read More]