PortValhalla/scripts/Windows/OS/Backup.ps1

5 lines
105 B
PowerShell

#!/bin/pwsh
. "$PSScriptRoot/Manage.ps1";
$env:INSTALLER_SCRIPT = "$PSCommandPath";
Start-WindowsBackup;