PowerShell Logo Small

Get-AppxLog



This is the built-in help made by Microsoft for the command 'Get-AppxLog', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets an app package (.appx) installation log.

SYNTAX


Get-AppxLog [-All [<SwitchParameter>]] [<CommonParameters>]
Get-AppxLog [-ActivityId <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-AppxLog function gets the app package (.appx) installation log created during the deployment of an app package (.appx). The log
contains errors, warnings, and additional information about the processes initiated by cmdlets in the Appx PowerShell module.



<

RELATED LINKS

Package Manager API
How to Add and Remove Apps
Get-AppxPackage
Get-AppxPackageManifest
Remove-AppxPackage
Add-AppxPackage
Get-AppxLastError

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Get-AppxLog -All



This example gets all the app package installation logs on the computer.