Files
tacticalrmm/scripts_wip/Win_System_Restore_Point_Create.ps1
silversword411 4e5676e80f adding the wip
2021-04-29 11:45:32 -04:00

6 lines
240 B
PowerShell

#Needs updating to include date
#Needs System Restore Size adjusting (50GB or 20% disk space)
Checkpoint-Computer -Description "Weekly Maintanence" -RestorePointType "MODIFY_SETTINGS"
Write-Host "System Restore Point created successfully"