talksr Posted July 30, 2015 Posted July 30, 2015 Good morning, I would very much like to initiate a chkdsk /f/r on all of the systems on our network. School holidays is an ideal time to get this done. Is there any way I can remotely send this command to all computers, followed by a reboot command?
ASM_GBHS Posted July 30, 2015 Posted July 30, 2015 I'm sure you can use Powershell for this, apologies for not giving you the correct lines but I'm sure Powershell could do it.
talksr Posted August 3, 2015 Author Posted August 3, 2015 I'm sure you can use Powershell for this, apologies for not giving you the correct lines but I'm sure Powershell could do it. Thanks for your post, would be great if that is possible. Does anyone know how to do this?
chris_uk Posted August 3, 2015 Posted August 3, 2015 Off the top of my head use this, psexec \\COMPUTERNAME cmd /c echo y|chkdsk c: /f
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now