NAME Get-TroubleshootingPack SYNOPSIS Gets information about a troubleshooting pack and can generate an answer file. SYNTAX Get-TroubleshootingPack [-answer ] [-path] [] DESCRIPTION The Get-TroubleshootingPack cmdlet gets information about a troubleshooting pack, including the name of the troubleshooting pack publisher, the version of the pack, a list of root causes, the set of resolvers that can be run, and the list of questions that the troubleshooting pack might ask during execution. The cmdlet can also generate an answer file that contains the responses to the set of questions that the troubleshooting pack might ask during its execution. A troubleshooting pack is used to troubleshoot and resolve software problems. For more information, please see the relevant MSDN documentation. RELATED LINKS Invoke-TroubleshootingPack REMARKS To see the examples, type: "get-help Get-TroubleshootingPack -examples". For more information, type: "get-help Get-TroubleshootingPack -detailed". For technical information, type: "get-help Get-TroubleshootingPack -full".