From 61a102692cd0d0df981dfa5bd272801114badcb9 Mon Sep 17 00:00:00 2001 From: Zachary Gorman Date: Mon, 1 Jul 2024 09:03:24 -0700 Subject: [PATCH] Fixed restore option on -UserProfileBackup --- Private/UserProfileBackup.ps1 | 2 +- patchnotes.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Private/UserProfileBackup.ps1 b/Private/UserProfileBackup.ps1 index dd1957d..12edf29 100644 --- a/Private/UserProfileBackup.ps1 +++ b/Private/UserProfileBackup.ps1 @@ -237,6 +237,6 @@ Write-Warning "The backup you have chosen does not exist" break } - UserProfileTransfer $FullRestorationSource $SourceRoot + Invoke-UserProfileTransfer $FullRestorationSource $SourceRoot } } diff --git a/patchnotes.txt b/patchnotes.txt index 09611ea..6fc84a8 100644 --- a/patchnotes.txt +++ b/patchnotes.txt @@ -1,7 +1,11 @@ +Patch: 2024-07-01 +-Fix UserProfileBackup restore option now does something (as opposed to nothing) + Patch: 2024-06-24 -Add option in UserProfileBackup to specify custom path -Fix Apps so no longer creates profile -Update Devices to query SCCM when PC offline + Patch: 2024-06-12 -Added Wake flag to attempt to wake pc over LAN -Added LastLogon field to SHSUser