We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b769f80 commit 06eafe9Copy full SHA for 06eafe9
LT-ScriptExport.ps1
@@ -168,7 +168,7 @@ Function Log-Start{
168
169
#Create file and start logging
170
If($(Test-Path -Path $FullLogPath) -ne $true) {
171
- New-Item -Path $LogPath -Value $LogName -ItemType File
+ New-Item -Path $LogPath -Name $LogName -ItemType File
172
}
173
174
Add-Content -Path $FullLogPath -Value "***************************************************************************************************"
0 commit comments