Fixed restore option on -UserProfileBackup

This commit is contained in:
Zachary Gorman 2024-07-01 09:03:24 -07:00
parent a6ce35375c
commit 61a102692c
2 changed files with 5 additions and 1 deletions

View file

@ -237,6 +237,6 @@
Write-Warning "The backup you have chosen does not exist" Write-Warning "The backup you have chosen does not exist"
break break
} }
UserProfileTransfer $FullRestorationSource $SourceRoot Invoke-UserProfileTransfer $FullRestorationSource $SourceRoot
} }
} }

View file

@ -1,7 +1,11 @@
Patch: 2024-07-01
-Fix UserProfileBackup restore option now does something (as opposed to nothing)
Patch: 2024-06-24 Patch: 2024-06-24
-Add option in UserProfileBackup to specify custom path -Add option in UserProfileBackup to specify custom path
-Fix Apps so no longer creates profile -Fix Apps so no longer creates profile
-Update Devices to query SCCM when PC offline -Update Devices to query SCCM when PC offline
Patch: 2024-06-12 Patch: 2024-06-12
-Added Wake flag to attempt to wake pc over LAN -Added Wake flag to attempt to wake pc over LAN
-Added LastLogon field to SHSUser -Added LastLogon field to SHSUser