Monday, December 15, 2014

System file checker found some corrupt files, but couldn’t fix them.
What should I do next?
Run:
dism.exe /online /cleanup-image /restorehealth 
Once that is done, run sfc/ scannow again and it should come up clean.

This works on Windows Server 2012, Windows 8 and Windows 10.

Pulling local admin accounts on a windows system WITH POWERSHELL

 There’s a couple ways to get them, I’m sure you’ve been around the internet looking. The Powershell scripts I use: Get-LocalGroupMember -Gr...