-
Notifications
You must be signed in to change notification settings - Fork 621
Description
I am trying to use the -Answer parameter to Get-TroubleshootingPack in Server 2016 to generate an answer file. I am using, in this case, The WindowsUpdateDiagnostic and want to create an answer file that attempts both fixes.
The interactive version of this troubleshooter was very successful in fixing a bunch of WU issues - so I want to automate this for the future!
If I run the pack interactively, I go through a dialog. If I use the Get-TroubleshootingPack and supply the answer file I have two issues: first, the questions asked are NOT the same as when running the troubleshooter interactively and second the generated answer file does not automate fully the checking and I still get prompted.
I reported this (https://social.technet.microsoft.com/Forums/windowsserver/en-US/c930cf4b-d517-4bce-a4dd-75bc637b75f9/problems-using-gettroubleshootingpack?forum=winserverpowershell) and have had one poster unhelpful answers. but his final answer suggests that this stuff is broken.
Is this cmdlet broken in WIndows Server 2016, or is there some magic formula that we need to document to make this feature work?