eliweitzman / EnterpriseTechTool

A one-stop-shop powershell-based application for automating and abstracting enterprise service tasks!
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

[FEATURE] - Add Windows Repair Tools #95

Closed TheDeadGPU closed 1 week ago

TheDeadGPU commented 2 months ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Add SFC /SCANNOW and DISM /Online /Cleanup-Image /RestoreHealth as toolbox functions

Describe alternatives you've considered None

Additional context None

eliweitzman commented 1 week ago

This looks like it went in in https://github.com/eliweitzman/EnterpriseTechTool/commit/f63f457b91bf51b0051c5afb0c5e757bd3817c0a

Going to conduct some testing to verify

eliweitzman commented 1 week ago

Looks like both went in without an issue. UAC elevation was integrated and it appears to be performing as expected