diff --git a/Private/UserProfileBackup.ps1 b/Private/UserProfileBackup.ps1 index 2089641..dd1957d 100644 --- a/Private/UserProfileBackup.ps1 +++ b/Private/UserProfileBackup.ps1 @@ -106,11 +106,6 @@ Site='SPCH' Path="\\SHSCMSPCH\ProfileBackup"} $backupLocations += $obj - $obj = New-Object PSObject -Property @{ - Site='Old Team Share' - Path="\\basagh\team\SHSISDesktopSolutions\General Shared Items\User Profile Backup"} - $backupLocations += $obj - $Date = Get-Date -Format "MM-dd" $DestinationFileName = "$Computer-$User-$Date"