|
| 1 | +--- |
| 2 | +title: Collect Data to Analyze and Troubleshoot Application Management Scenarios |
| 3 | +description: Helps gather information about your issue by using the TroubleShootingScript (TSS) toolset and learn what data to collect based on application management scenarios. |
| 4 | +ms.date: 07/22/2025 |
| 5 | +manager: dcscontentpm |
| 6 | +audience: itpro |
| 7 | +ms.topic: troubleshooting |
| 8 | +ms.reviewer: kaushika, traceytu, takarasz, v-lianna, raviks, warrenw |
| 9 | +ms.custom: sap:Support Tools\TSS, csstroubleshoot |
| 10 | +--- |
| 11 | +# Collect data to analyze and troubleshoot application management scenarios |
| 12 | + |
| 13 | +This article helps gather information about your issue by using the TroubleShootingScript (TSS) toolset before contacting Microsoft support. |
| 14 | + |
| 15 | +## Prerequisites |
| 16 | + |
| 17 | +Refer to [Introduction to TroubleShootingScript toolset (TSS)](introduction-to-troubleshootingscript-toolset-tss.md#prerequisites) for prerequisites for the toolset to run properly. |
| 18 | + |
| 19 | +## Scenario: Modern, Inbox, and Microsoft Store apps |
| 20 | + |
| 21 | +### TSS cmdlet |
| 22 | + |
| 23 | +```powershell |
| 24 | +.\TSS.ps1 -Scenario PRF_UWP |
| 25 | +``` |
| 26 | + |
| 27 | +### TSS cmdlet description |
| 28 | + |
| 29 | +The `PRF_UWP` scenario is useful for troubleshooting problems with Inbox applications (Appx or Modern apps), the Start menu, and the Shell. For example, Universal Windows Platform (UWP) apps (such as Settings, Calculator, and Microsoft Store) don't launch or crash. This scenario also applies to issues where AppX package registration fails, or UWP apps are slow or unresponsive. |
| 30 | + |
| 31 | +## Scenario: Microsoft Store |
| 32 | + |
| 33 | +### TSS cmdlet |
| 34 | + |
| 35 | +```powershell |
| 36 | +.\TSS.ps1 -Scenario PRF_Store |
| 37 | +``` |
| 38 | + |
| 39 | +### TSS cmdlet description |
| 40 | + |
| 41 | +The `PRF_Store` scenario is useful for troubleshooting installation problems with Inbox applications (Appx or Modern apps). For example, Microsoft Store doesn't open, crashes, hangs, or fails to install or update apps. This scenario also applies to issues where app deployments that rely on the Microsoft Store infrastructure fail, or where Microsoft Store apps don't appear in the Start menu or Company Portal. |
| 42 | + |
| 43 | +## Scenario: WinGet |
| 44 | + |
| 45 | +### TSS cmdlet |
| 46 | + |
| 47 | +```powershell |
| 48 | +.\TSS.ps1 -Scenario PRF_WinGet |
| 49 | +``` |
| 50 | + |
| 51 | +### TSS cmdlet description |
| 52 | + |
| 53 | +The `PRF_WinGet` scenario is useful for troubleshooting issues with WinGet cmdlets failing or hanging. This scenario also applies to issues where the installating or upgrading apps via WinGet isn't working, or issues with the Microsoft Store integration in WinGet. |
| 54 | + |
| 55 | +## Scenario: Photos app |
| 56 | + |
| 57 | +### TSS cmdlet |
| 58 | + |
| 59 | +```powershell |
| 60 | +.\TSS.ps1 -Scenario PRF_Photo |
| 61 | +``` |
| 62 | + |
| 63 | +### TSS cmdlet description |
| 64 | + |
| 65 | +The `PRF_Photo` scenario is useful for troubleshooting problems such as the Photos app not opening, crashing, or freezing. It also applies to issues where images fail to render or load slowly, or issues with editing, saving, or sharing photos. |
| 66 | + |
| 67 | +## Scenario: Clipboard and copy/paste |
| 68 | + |
| 69 | +### TSS cmdlet |
| 70 | + |
| 71 | +```powershell |
| 72 | +.\TSS.ps1 -Scenario PRF_Clipboard |
| 73 | +``` |
| 74 | + |
| 75 | +### TSS cmdlet description |
| 76 | + |
| 77 | +The `PRF_Clipboard` scenario can help diagnose issues where the clipboard functionality is degraded or broken. Examples include copy/paste failing intermittently or stopping working entirely. This scenario also applies to issues where clipboard operations are slow or hang (for example, Snipping Tool delays). |
| 78 | + |
| 79 | +## Scenario: Camera problems |
| 80 | + |
| 81 | +### TSS cmdlet |
| 82 | + |
| 83 | +```powershell |
| 84 | +.\TSS.ps1 -Scenario PRF_MediaCamera |
| 85 | +``` |
| 86 | + |
| 87 | +### TSS cmdlet description |
| 88 | + |
| 89 | +The `PRF_MediaCamera` scenario is useful for troubleshooting problems such as the camera not being detected or not working in apps like Teams, Zoom, or Camera. You might see a message like "No camera found" or an error code when launching the Camera app, or encounter a black screen or frozen video feed during video calls. |
0 commit comments