October 26th, 2013

PowerTip: Find Background Task Info about Windows 8.1 with PowerShell

Doctor Scripto
Scripter

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell 4.0 in Windows 8.1 to find background task information.

Hey, Scripting Guy! Question How can I use Windows PowerShell 4.0 to obtain background task information about my Windows 8.1 device?

Hey, Scripting Guy! Answer Open the Windows PowerShell console as an administrator, use the Get-AppBackgroundTask function
          and pipe the results to the Format-List cmdlet:

Get-AppBackgroundTask | Format-List

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.