Add a machine specific restoration script

This commit is contained in:
Manuel Thalmann 2023-06-16 22:49:47 +02:00
parent e6e1a298f9
commit fb2efd7a20

View file

@ -0,0 +1,5 @@
. "$PSScriptRoot/../../scripts/Windows/Scripts/Context.ps1";
$null = New-Module {
. "$PSScriptRoot/../../scripts/Windows/OS/Install.ps1";
}