$scriptPath = $MyInvocation.MyCommand.Definition
'Running ' + $scriptPath + ' at ' + (Get-Date) + ' with parameters: '
foreach($tableEntry in $PSBoundParameters.GetEnumerator()) { "{0}={1}" -f $tableEntry.Key,$tableEntry.Value }