woreilly Posted December 16, 2014 Posted December 16, 2014 (edited) I have been having lots of issues with WSUS in pretty much most of my schools lately (I look after about 10) whereby clients are not reporting in and it is only being fixed by running a troubleshooter manually (sometimes on wired only too if it's a laptop). Obviously it would be impractical to do this manually on every single machine. Is there a way or a script I can use that will automatically run the troubleshooter (which is a diagcab file) which should then fix a lot of my issues? I have a mix of schools running either 2008R2 or 2012 or 2012R2 all to Windows 7 clients Edited December 16, 2014 by woreilly extra info
LibTech Posted September 14, 2017 Posted September 14, 2017 This is a late reply but maybe it will help someone else. The below PowerShell command works for me on windows 10 Get-TroubleshootingPack -Path "C:\Windows\diagnostics\system\WindowsUpdate" | Invoke-TroubleshootingPack -Unattended
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