tacticalrmm/scripts_wip/Win_System_Restore_Point_Cr...

6 lines
240 B
PowerShell
Raw Normal View History

2021-04-27 17:11:30 +00:00
#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"