From 36541996e32a32d2943cd58721f85c2becaf36d8 Mon Sep 17 00:00:00 2001 From: Zachary Gorman Date: Wed, 12 Jun 2024 17:04:39 -0700 Subject: [PATCH] Removed old site from UserProfileTransfer --- Private/UserProfileBackup.ps1 | 5 ----- 1 file changed, 5 deletions(-) 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"