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 1ab0dda commit 56b3cebCopy full SHA for 56b3ceb
LT-ScriptExport.ps1
@@ -650,7 +650,7 @@ Function Export-LTScript {
650
$ParentFolderName = $ParentFolderName.Replace('|','')
651
$ParentFolderName = $ParentFolderName.Replace('?','')
652
653
- $FilePath = "$BackupRoot\$($ParentFolderName)\$($ScriptFolderName)"
+ $FilePath = "$BackupRoot\$($ParentFolderName)\$($($FolderData.Name))"
654
655
try {
656
#Create folder
0 commit comments