You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Noted full name of the object returned from the cmdlet in the description.
2. Added an additional example to show ALL the root causes
3. I kept the new example next to a simar one - thus renumbered the later examples.
The **Get-TroubleshootingPack** cmdlet gets a **DiagPack** object that you can pass to the Invoke-TroubleshootingPack cmdlet.
32
+
The **Get-TroubleshootingPack** cmdlet gets a **Microsoft.Windows.Diagnosis.DiagPack** object that you can pass to the Invoke-TroubleshootingPack cmdlet.
33
33
34
34
The **Get-TroubleshootingPack** cmdlet also gets information about a troubleshooting pack and generates an answer file.
35
35
@@ -56,7 +56,16 @@ The second command displays a root cause.
56
56
The $Audio object contains an array of root causes.
57
57
This command uses conventional array notation to access the third member of the array.
0 commit comments