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