diff --git a/Copy-Revit2Egnyte.ps1 b/Copy-Revit2Egnyte.ps1 index f8f2415..b8a7aef 100644 --- a/Copy-Revit2Egnyte.ps1 +++ b/Copy-Revit2Egnyte.ps1 @@ -71,6 +71,8 @@ $Local_Folder_List = get-childitem -path $Local_Revit_Root -Depth 0 foreach ($folder in $Local_Folder_List) { if ($folder.Name -eq "!TEMPLATE") { # Do nothing + } elseif ($folder.Name -like "*.lnk") { + # Do Nothing } else { $FolderName = $folder.Name