Skip to content

Commit

Permalink
More console output
Browse files Browse the repository at this point in the history
  • Loading branch information
lexiismadd committed Nov 24, 2022
1 parent b72527b commit 5e8c9e0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Standard-CT-Module/CT-PS-Standard.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@ function Initialize-Script {

#Transcript-Log "-------$('-' * $MyInvocation.MyCommand.Name.Length)----------"
Start-Transcript -Path $Transcript_log -Append -verbose:$VerbosePreference
Write-Log "**********************" -verbose:$VerbosePreference
Write-Log "Script $($ScriptName) starting." -verbose:$VerbosePreference
Write-Host "**********************"
Write-Host "Output log: $($Output_log)"
Write-Host "Transcript log: $($Transcript_log)"
Write-Host "API log: $($API_log)"
Write-Host "Install log (if used): $($Install_log)"
Write-Host "Script $($ScriptName) starting."

#Transcript-Log "-------$('-' * $MyInvocation.MyCommand.Name.Length)----------"

Expand Down

0 comments on commit 5e8c9e0

Please sign in to comment.