Fixed restore option on -UserProfileBackup
This commit is contained in:
parent
a6ce35375c
commit
61a102692c
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue