AppBackgroundTask

This blog contains the brief descriptions of the Windows PowerShell cmdlets that are for use in administering the AppBackgroundTask

Here we get cmdlet descriptions and syntax for all App Background Task cmdlets.

For this module we are not going to install anything as this is pre-defined cmdlets. Some of the Servers will be having this module by default. If they are missing you can use below command to Import them.

Import-Module AppBackgroundTask

Import-Module AppBackgroundTask configure install get

Once you have imported this module, you can use the below commands which are associated with this module.

Click on each cmdlet to know more about them

Disable-AppBackgroundTaskDiagnosticLogDisables background task logging in Event Viewer.
Enable-AppBackgroundTaskDiagnosticLogEnables background task logging in Event Viewer.
Get-AppBackgroundTaskGets background task information.
Set-AppBackgroundTaskResourcePolicyConfigures the use of the global pool by background tasks.
Start-AppBackgroundTaskStarts a background task.
Unregister-AppBackgroundTaskUnregisters a background task.

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information. Paragraph

References are taken from official Microsoft websites

Leave a Reply

Your email address will not be published. Required fields are marked *