Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to List App Background Task Info

$
0
0

Summary: Use Windows PowerShell to list app background task information.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find performance information about app background tasks on my laptop running Windows 8.1?

Hey, Scripting Guy! Answer Open Windows PowerShell with Admin rights. Use the Get-AppBackgroundTask cmdlet,
          and include the complete name of the app and the –IncludeResourceUsage switch.
          Select the PerfInfo property and expand it.

Get-AppBackgroundTask -PackageFamilyName Microsoft.SkypeApp_kzf8qxf38zg5c -IncludeResourceUsage |
select –expand perfinfo


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>