Script now shows what user changes will be applied to in the title header.

This commit is contained in:
Raphire
2024-07-17 19:45:00 +02:00
parent 431064f2ee
commit 69590c55e2

View File

@@ -632,6 +632,9 @@ function PrintHeader {
if($global:Params.ContainsKey("Sysprep")) {
$fullTitle = "$fullTitle (Sysprep mode)"
}
else {
$fullTitle = "$fullTitle (User: $Env:UserName)"
}
Clear-Host
Write-Output "-------------------------------------------------------------------------------------------"