About AppWorkload.log Intune Log File

Microsoft introduced the AppWorkload.log file in the week of August 19, 2024, with Intune service release 2408. This log file makes it easier to troubleshoot applications deployed and installed via the Intune Management Extension e.g. all Win32 app management events are logged in this file. Previously, app-related events were logged in the Intunemanagementextension.log file, located in the C:\ProgramData\Microsoft\IntuneManagementExtension\Logs folder.

Finding AppWorkload.log file

On Windows 10/11 devices, the AppWorkload.log file is located in the same directory as Intunemanagementextension.log file which is C:\ProgramData\Microsoft\IntuneManagementExtension\Logs. Please find the screenshot from my device highlighting AppWorkload.log file location.

Location of Appworkload.log file
Location of AppWorkload.log file

Best Way to read AppWorkload.log file

I’ve been using the CMTrace.exe tool for a while to read log files, and I recommend you use it as well for reading the AppWorkload.log file. In fact, you can use CMTrace to read any log file. It presents the logs in a much more readable format, making it easier to find and troubleshoot issues.

Understanding AppWorkload.log file

To generate and capture logs for an application deployment, I deployed the Foxit PDF Reader app on a Windows 11 device. This is a Win32 app deployed using the Microsoft Store app (new) method.

Understanding Appworkload.log file
Understanding AppWorkload.log file

After syncing my device, I noticed that other apps, like BitWarden, were also pending deployment. As a result, you may see logs related to this applications as well in the AppWorkload.log file snippet I’ve included at the end of the blog post.

The AppWorkload.log file generates numerous events, but you can search for specific keywords to find the relevant details.

For example, if you’ve deployed a Win32 app like Foxit PDF Reader, and the deployment fails, you can investigate the issue by signing into the client device, where the app is targeted and open the AppWorkload.log file and use Ctrl + F to search using the name of the app or the keyword failed. This will help you pinpoint the exact reason for the app installation failure.

Let’s walk through the logs generated in the AppWorkload.log file after I deployed Foxit PDF Reader on my Intune managed Windows 11 device. While the sequence of events may vary slightly from what’s shown below, the overall process will largely remain the same.

Start of app check-in and application poller

The first thing I observed in the log file was the app check-in followed by the start of the application poller.

Start of app check-in and application poller

[Win32AppAsync] Starting app check in AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] ----------------------------------------------------- Lock DoWorkInternal ----------------------------------------------------- AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] ----------------------------------------------------- application poller starts. ----------------------------------------------------- AppWorkload 19/09/2024 16:31:40 11 (0x000B)
Start of app check-in and application poller
Start of app check-in and application poller

GetLogonIdFromFirstSyncReg

IME will check the registry keys under SOFTWARE\Microsoft\Enrollments\<GUID>\FirstSync.

GetLogonIdFromFirstSyncReg

GetLogonIdFromFirstSyncReg Opening SOFTWARE\Microsoft\Enrollments AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] This is a device session. Will get the first userSid notCompleted one from FirstSyncReg for ESP if available Or absolute first userSid AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Found FirstSync under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793 AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg check subkey: S-1-12-1-2165757391-1148739707-3808731034-3063782591 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync, nth = 0 AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Found userSIDFromFirstSync: S-1-12-1-2165757391-1148739707-3808731034-3063782591 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync AppWorkload 19/09/2024 16:31:40 11 (0x000B)
GetLogonIdFromFirstSyncReg

Content Folder Created

Intune caches the Win32 application in the C:\Program Files (x86)\Microsoft Intune Management Extension\Content folder on the target client device for installation and checks the AAD user session count. For more Information about Win32 Cache location, please refer to the link: Retrieve MSI/Win32 app setup files uploaded on Intune.

Content Folder Created

[Win32App] The EspPhase: NotInEsp. AppWorkload 19/09/2024 16:31:40 11 (0x000B)
Start CreateAppInstallNotifyInboxIfNotExist AppWorkload 19/09/2024 16:31:40 11 (0x000B)
Created Content folder AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] Refresh session info. AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] Got 1 active user sessions AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] valid AAD user session id : 1 AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] Total valid AAD User session count is 1 AppWorkload 19/09/2024 16:31:40 11 (0x000B)
Content Folder Created
Content Folder Created

Set MdmDeviceCertificate and Load global Win32App settings

In this step, the system checks for the MDM Device certificate and loads the global Win32 app settings. It also retrieves the LogonID from the FirstSync registry key. A screenshot of the FirstSync registry key has been provided in the previous section.

Set MdmDeviceCertificate and Load global Win32App settings

[Win32App] Set MdmDeviceCertificate : 9DE1040609B8906D064E90BCF87E46175EDBA1F6 AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] Load global Win32App settings AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] 0 entries from stored allAppStartDeadlineTimeSchedule AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] sender is null : True, ClientPlatformSupportsWNS: True, EspPhase: NotInEsp AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] Creating checkin interval manager in order to update the required Win32 apps timer if needed. AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Opening SOFTWARE\Microsoft\Enrollments AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] Expected usersid for session 1 with name AzureAD\JoniSherman is S-1-12-1-2165757391-1148739707-3808731034-3063782591 AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Found FirstSync under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793 AppWorkload 19/09/2024 16:31:40 11 (0x000B)
Set MdmDeviceCertificate and Load global Win32App settings
Set MdmDeviceCertificate and Load global Win32App settings

GetBrandingInfo

The next step is to check for the branding information configured in Intune.

GetBrandingInfo

[Win32App][BrandManager] GetBrandingInfo brandingInfo: , FullSync: False AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App][BrandManager] GetBrandingInfo brandingInfoToReturn: {"CompanyName":"CloudInfra.net","ColorBackgroundLogoUri":"https://fef.msub06.manage.microsoft.com/ContentService/SCService/Contents/0b255089-fa83-41e6-848e-e81ba871fda0","WhiteBackgroundLogoUri":null,"AccentColor":-13026722} AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App][BrandManager] GetBrandingInfo returning brand info {"CompanyName":"CloudInfra.net","ColorBackgroundLogoUri":"https://fef.msub06.manage.microsoft.com/ContentService/SCService/Contents/0b255089-fa83-41e6-848e-e81ba871fda0","WhiteBackgroundLogoUri":null,"AccentColor":-13026722} AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App][BrandManager] UpdateBrandingForToast Set Brand for toast {"CompanyName":"CloudInfra.net","ColorBackgroundLogoUri":"https://fef.msub06.manage.microsoft.com/ContentService/SCService/Contents/0b255089-fa83-41e6-848e-e81ba871fda0","WhiteBackgroundLogoUri":null,"AccentColor":-13026722} AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App] Checking ESP status and phase for sessionId: 1 AppWorkload 19/09/2024 16:31:41 11 (0x000B)
GetBrandingInfo
GetBrandingInfo

Get Win32 Apps for User

This step retrieves details of the Win32 apps assigned to the user or device, along with all the settings configured for app deployment. As shown in the log below, the Bitwarden and Foxit PDF Reader apps are assigned with their respective configuration details.

Get Win32 Apps for User

[Win32App] Got 2 Win32App(s) for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 in session 1 AppWorkload 19/09/2024 16:31:41 11 (0x000B)
Get policies = [{"Id":"7e5ba35b-2307-4546-848b-1acce30c35da","Name":"Bitwarden","Version":1,"Intent":3,"TargetType":2,"AppApplicabilityStateDueToAssginmentFilters":null,"AssignmentFilterIds":null,"DetectionRule":null,"InstallCommandLine":null,"UninstallCommandLine":null,"RequirementRules":null,"ExtendedRequirementRules":null,"InstallEx":"{\"RunAs\":0,\"RequiresLogon\":false,\"InstallProgramVisibility\":0,\"MaxRetries\":0,\"RetryIntervalInMinutes\":0,\"MaxRunTimeInMinutes\":0,\"DeviceRestartBehavior\":0}","ReturnCodes":null,"AvailableAppEnforcement":0,"SetUpFilePath":null,"ToastState":0,"Targeted":1,"FlatDependencies":null,"MetadataVersion":1,"RelationVersion":0,"RebootEx":{"GracePeriod":-1,"Countdown":-1,"Snooze":-1},"InstallBehavior":3,"StartDeadlineEx":{"TimeFormat":"","StartTime":"\/Date(-62135596800000)\/","Deadline":"\/Date(-62135596800000)\/"},"RemoveUserData":false,"DOPriority":0,"newFlatDependencies":true,"AssignmentFilterIdToEvalStateMap":null,"ContentCacheDuration":null,"ESPConfiguration":null,"ReevaluationInterval":480,"SupportState":null,"InstallContext":0,"InstallerData":"{\"PackageIdentifier\":\"9PJSDV0VPK04\",\"SourceName\":\"msstore\"}","AvailableAppRequestType":null,"ContentMode":null},{"Id":"f6037151-d22c-44cf-8fb1-b7d49d6c5b59","Name":"Foxit PDF Reader","Version":1,"Intent":3,"TargetType":2,"AppApplicabilityStateDueToAssginmentFilters":null,"AssignmentFilterIds":null,"DetectionRule":null,"InstallCommandLine":null,"UninstallCommandLine":null,"RequirementRules":null,"ExtendedRequirementRules":null,"InstallEx":"{\"RunAs\":1,\"RequiresLogon\":false,\"InstallProgramVisibility\":0,\"MaxRetries\":0,\"RetryIntervalInMinutes\":0,\"MaxRunTimeInMinutes\":0,\"DeviceRestartBehavior\":0}","ReturnCodes":null,"AvailableAppEnforcement":0,"SetUpFilePath":null,"ToastState":0,"Targeted":1,"FlatDependencies":null,"MetadataVersion":1,"RelationVersion":0,"RebootEx":{"GracePeriod":-1,"Countdown":-1,"Snooze":-1},"InstallBehavior":3,"StartDeadlineEx":{"TimeFormat":"","StartTime":"\/Date(-62135596800000)\/","Deadline":"\/Date(-62135596800000)\/"},"RemoveUserData":false,"DOPriority":0,"newFlatDependencies":true,"AssignmentFilterIdToEvalStateMap":null,"ContentCacheDuration":null,"ESPConfiguration":null,"ReevaluationInterval":480,"SupportState":null,"InstallContext":1,"InstallerData":"{\"PackageIdentifier\":\"XPFCG5NRKXQPKT\",\"SourceName\":\"msstore\"}","AvailableAppRequestType":null,"ContentMode":null}] AppWorkload 19/09/2024 16:31:41 11 (0x000B)
Get Win32 Apps for User
Get Win32 Apps for User

Downloading app content

The IME (Intune Management Extension) will download the application content in C:\Program Files (x86)\Microsoft Intune Management Extension\Content location. The download process will begin via Winget and may take a minute or two to complete, depending on the size of the files.

You can refer to the full AppWorkload.log file at the end of the blog post for more details about this log entry.

Downloading app content

[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 17825792/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:31:56 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:31:56 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:31:57 4 (0x0004)
..................
..................
..................
..................
Foxit PDF Reader) via WinGet, bytes 284746816/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:17 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:17 4 (0x0004)
[WinGetLocalProgressAndResultSender] Changing app state to download complete.
Downloading app content
Downloading app content

App Installation / Detection / Toast Message

Once the application has been downloaded, the IME (Intune Management Extension) will install the application on the device according to the app deployment configuration. It will also send progress status updates back to the Company Portal.

Below is the relevant log snippet that shows when the app installation starts and its status is updated. You can refer to this log to find the status messages for the app. In this case, the app was installed successfully, so you’ll see a success message for both installation and detection. If the app deployment fails, you will see failure status messages.

WinGet will also report the installed version and the detected version of the app. For example, for Foxit PDF Reader, the installed version is 2024.2.3.25184 and the detected version is also 2024.2.3.25184.

Finally, a toast message will be sent to the user, confirming whether the application has been installed successfully or if it failed.

[Win32App] Toast message with: "C:\Program Files (x86)\Microsoft Intune Management Extension\agentexecutor.exe" -toast "ToastSuccessMessage" 

App Installation / Detection / Toast Message

Sending event Microsoft.Management.Clients.IntuneManagementExtension.WinGetLibrary.StateMachineEvent for processing. AppWorkload 19/09/2024 16:32:18 4 (0x0004)
[Win32App][ReportingManager] Download state for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 has been updated. Report delta: {"EnforcementState":{"OldValue":"InProgress","NewValue":"Success"}} AppWorkload 19/09/2024 16:32:18 4 (0x0004)
[Win32App][ReportingManager] Sending status to company portal based on report: {"ApplicationId":"f6037151-d22c-44cf-8fb1-b7d49d6c5b59","ResultantAppState":null,"ReportingImpact":null,"WriteableToStorage":true,"CanGenerateComplianceState":true,"CanGenerateEnforcementState":true,"IsAppReportable":true,"IsAppAggregatable":true,"AvailableAppEnforcementFlag":0,"DesiredState":2,"DetectionState":2,"DetectionErrorOccurred":false,"DetectionErrorCode":null,"ApplicabilityState":0,"ApplicabilityErrorOccurred":false,"ApplicabilityErrorCode":null,"EnforcementState":1000,"EnforcementErrorCode":null,"TargetingMethod":0,"TargetingType":2,"InstallContext":2,"Intent":3,"InternalVersion":1,"DetectedIdentityVersion":null,"RemovalReason":null} AppWorkload 19/09/2024 16:32:18 4 (0x0004)
[Win32App][RealTimeStatusManager] Not sending status update for user with id: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 and app: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 because there is currently no subscriber for status updates. AppWorkload 19/09/2024 16:32:18 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:18 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 289989696/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:18 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:18 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:23 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 0/100 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:23 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:23 4 (0x0004)
[WinGetLocalProgressAndResultSender] Changing app state to install in progress download complete. AppWorkload 19/09/2024 16:32:23 4 (0x0004)
Sending event Microsoft.Management.Clients.IntuneManagementExtension.WinGetLibrary.StateMachineEvent for processing. AppWorkload 19/09/2024 16:32:23 4 (0x0004)
[Win32App][ReportingManager] Execution state for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 has been updated. Report delta: {"EnforcementState":{"OldValue":"Success","NewValue":"InProgressDownloadCompleted"}} AppWorkload 19/09/2024 16:32:23 4 (0x0004)
[Win32App][ReportingManager] Sending status to company portal based on report: {"ApplicationId":"f6037151-d22c-44cf-8fb1-b7d49d6c5b59","ResultantAppState":null,"ReportingImpact":null,"WriteableToStorage":true,"CanGenerateComplianceState":true,"CanGenerateEnforcementState":true,"IsAppReportable":true,"IsAppAggregatable":true,"AvailableAppEnforcementFlag":0,"DesiredState":2,"DetectionState":2,"DetectionErrorOccurred":false,"DetectionErrorCode":null,"ApplicabilityState":0,"ApplicabilityErrorOccurred":false,"ApplicabilityErrorCode":null,"EnforcementState":2009,"EnforcementErrorCode":null,"TargetingMethod":0,"TargetingType":2,"InstallContext":2,"Intent":3,"InternalVersion":1,"DetectedIdentityVersion":null,"RemovalReason":null} AppWorkload 19/09/2024 16:32:23 4 (0x0004)
[Win32App][StatusServiceReportsStore] Saved AppInstallStatusReport for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 for app f6037151-d22c-44cf-8fb1-b7d49d6c5b59 in the StatusServiceReports registry. AppWorkload 19/09/2024 16:32:24 4 (0x0004)
[Win32App][RealTimeStatusManager] Not sending status update for user with id: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 and app: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 because there is currently no subscriber for status updates. AppWorkload 19/09/2024 16:32:24 4 (0x0004)
[WinGet] Install Operation Result has arrived Ok AppWorkload 19/09/2024 16:34:44 20 (0x0014)
[Win32App][ReportingManager] Execution state for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 has been updated. Report delta: {"EnforcementState":{"OldValue":"InProgressDownloadCompleted","NewValue":"Success"}} AppWorkload 19/09/2024 16:34:44 20 (0x0014)
[Win32App][WinGetApp][WinGetOperation] Completed Install for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and package id: XPFCG5NRKXQPKT.
Result: Ok
AppWorkload 19/09/2024 16:34:44 20 (0x0014)
[Win32App][WinGetApp][WinGetAppExecutionExecutor] Completed execution for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59.
WinGet operation result:
Operation result = Ok
Installed version =
Reboot required = False
Installer Error code =
Extended error code =
Execution result:
Action status: Success
Enforcement state: Success

Reboot status: Clean
Error code: AppWorkload 19/09/2024 16:34:44 11 (0x000B)
[Win32App][ExecutionActionHandler] Handler completed with action status: Success. AppWorkload 19/09/2024 16:34:44 11 (0x000B)
[Win32App][DetectionActionHandler] Handler invoked for 1 app detections. AppWorkload 19/09/2024 16:34:44 11 (0x000B)
[Win32App][DetectionActionHandler] Detection running for policy with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59. AppWorkload 19/09/2024 16:34:44 11 (0x000B)
[Win32App][DetectionActionHandler] The last enforcement action was on policy with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59. AppWorkload 19/09/2024 16:34:44 11 (0x000B)
[Win32App][DetectionActionHandler] Policy with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 is expected to have enforcement state: Detected. AppWorkload 19/09/2024 16:34:44 11 (0x000B)
[Win32App][WinGetApp][WinGetAppDetectionExecutor] Starting detection of app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and context: SystemContext. AppWorkload 19/09/2024 16:34:44 11 (0x000B)
[WinGet] Creating Microsoft.Management.Clients.IntuneManagementExtension.Win32AppPlugIn.WinGetLocalProgressAndResultSender AppWorkload 19/09/2024 16:34:44 11 (0x000B)
[Win32App][WinGetApp][WinGetOperation] Starting Detection for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and package id: XPFCG5NRKXQPKT. AppWorkload 19/09/2024 16:34:44 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Connect result status: Ok. AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Package manager initialized with status: Ok. AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Search result status: Ok. AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Found 1 app packages. AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[WinGet] Detection Operation result has arrived Detected. AppWorkload 19/09/2024 16:34:46 21 (0x0015)
[Win32App][ReportingManager] Detection state for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 has been updated. Report delta: {"DetectionState":{"OldValue":"NotInstalled","NewValue":"Installed"},"DetectedIdentityVersion":{"OldValue":null,"NewValue":"2024.2.3.25184"}} AppWorkload 19/09/2024 16:34:46 21 (0x0015)
[Win32App][ReportingManager] Sending status to company portal based on report: {"ApplicationId":"f6037151-d22c-44cf-8fb1-b7d49d6c5b59","ResultantAppState":null,"ReportingImpact":null,"WriteableToStorage":true,"CanGenerateComplianceState":true,"CanGenerateEnforcementState":true,"IsAppReportable":true,"IsAppAggregatable":true,"AvailableAppEnforcementFlag":0,"DesiredState":2,"DetectionState":1,"DetectionErrorOccurred":false,"DetectionErrorCode":null,"ApplicabilityState":0,"ApplicabilityErrorOccurred":false,"ApplicabilityErrorCode":null,"EnforcementState":1000,"EnforcementErrorCode":null,"TargetingMethod":0,"TargetingType":2,"InstallContext":2,"Intent":3,"InternalVersion":1,"DetectedIdentityVersion":"2024.2.3.25184","RemovalReason":null} AppWorkload 19/09/2024 16:34:46 21 (0x0015)
[Win32App][StatusServiceReportsStore] Saved AppInstallStatusReport for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 for app f6037151-d22c-44cf-8fb1-b7d49d6c5b59 in the StatusServiceReports registry. AppWorkload 19/09/2024 16:34:46 21 (0x0015)
[Win32App][RealTimeStatusManager] Not sending status update for user with id: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 and app: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 because there is currently no subscriber for status updates. AppWorkload 19/09/2024 16:34:46 21 (0x0015)
[Win32App][WinGetApp][WinGetOperation] Completed Detection for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and package id: XPFCG5NRKXQPKT.
Result: Ok AppWorkload 19/09/2024 16:34:46 21 (0x0015)
[Win32App][WinGetApp][WinGetAppDetectionExecutor] Completed detection for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59.
WinGet operation result:
Operation result = Ok
Installed version = 2024.2.3.25184

Reboot required = False
Installer Error code =
Extended error code =
Detection result:
Action status: Success
Detection state: Detected
Detected version: 2024.2.3.25184
Error code: AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App] After impersonation: AzureAD\JoniSherman AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App] Toast message with: "C:\Program Files (x86)\Microsoft Intune Management Extension\agentexecutor.exe" -toast "ToastSuccessMessage" "Rm94aXQgUERGIFJlYWRlcg==" "eyJDb21wYW55TmFtZSI6IkNsb3VkSW5mcmEubmV0IiwiQ29sb3JCYWNrZ3JvdW5kTG9nb1VyaSI6Imh0dHBzOi8vZmVmLm1zdWIwNi5tYW5hZ2UubWljcm9zb2Z0LmNvbS9Db250ZW50U2VydmljZS9TQ1NlcnZpY2UvQ29udGVudHMvMGIyNTUwODktZmE4My00MWU2LTg0OGUtZTgxYmE4NzFmZGEwIiwiV2hpdGVCYWNrZ3JvdW5kTG9nb1VyaSI6bnVsbCwiQWNjZW50Q29sb3IiOi0xMzAyNjcyMn0=" "0" AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][DetectionActionHandler] Detection for policy with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 resulted in action status: Success and detection state: Detected. AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][DetectionActionHandler] Handler completed. AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][ReportingManager] Sending status to company portal based on report: {"ApplicationId":"f6037151-d22c-44cf-8fb1-
App Installation / Detection / Toast Message
App Installation / Detection / Toast Message

Complete Appworkload.log file Snippet

Below is the complete snippet from the Appworkload.log file, covering the process from app check-in to app installation, detection, and the toast message.

[RebootCoordinator] rebootFlag is False, returning rebootDeadlineUTC: 31/12/9999 23:59:59 AppWorkload 19/09/2024 16:29:58 4 (0x0004)
[RebootCoordinator] GetRebootFlagAndDeadlineUTC result False, 31/12/9999 23:59:59 AppWorkload 19/09/2024 16:29:58 4 (0x0004)
[RebootHelper] CheckRebootFlagAndPop Checking reboot flag for ServiceStart, got reboot flag: False with deadline: 31/12/9999 23:59:59 AppWorkload 19/09/2024 16:29:58 4 (0x0004)
[RebootHelper] skip CheckRebootFlagAndPop rebootFlag: False AppWorkload 19/09/2024 16:29:58 4 (0x0004)
[Win32AppAsync] Starting app check in AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] —————————————————– Lock DoWorkInternal —————————————————– AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] —————————————————– application poller starts. —————————————————– AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] isDeviceWPJ = False AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] Checking ESP status and phase for sessionId: 0 AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Opening SOFTWARE\Microsoft\Enrollments AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] This is a device session. Will get the first userSid notCompleted one from FirstSyncReg for ESP if available Or absolute first userSid AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Found FirstSync under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793 AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg check subkey: S-1-12-1-2165757391-1148739707-3808731034-3063782591 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync, nth = 0 AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Found userSIDFromFirstSync: S-1-12-1-2165757391-1148739707-3808731034-3063782591 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Got isSyncDoneForUserStr: 1 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync\S-1-12-1-2165757391-1148739707-3808731034-3063782591 AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] Checking ESP status and found isSyncDoneForUser: True AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] The EspPhase: NotInEsp. AppWorkload 19/09/2024 16:31:40 11 (0x000B)
Start CreateAppInstallNotifyInboxIfNotExist AppWorkload 19/09/2024 16:31:40 11 (0x000B)
Created Content folder AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] Refresh session info. AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] Got 1 active user sessions AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] valid AAD user session id : 1 AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] Total valid AAD User session count is 1 AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] Set MdmDeviceCertificate : 9DE1040609B8906D064E90BCF87E46175EDBA1F6 AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] Load global Win32App settings AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] 0 entries from stored allAppStartDeadlineTimeSchedule AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] sender is null : True, ClientPlatformSupportsWNS: True, EspPhase: NotInEsp AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] Creating checkin interval manager in order to update the required Win32 apps timer if needed. AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Opening SOFTWARE\Microsoft\Enrollments AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] Expected usersid for session 1 with name AzureAD\JoniSherman is S-1-12-1-2165757391-1148739707-3808731034-3063782591 AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Found FirstSync under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793 AppWorkload 19/09/2024 16:31:40 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg check subkey: S-1-12-1-2165757391-1148739707-3808731034-3063782591 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync, nth = 0 AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Found userSIDFromFirstSync: S-1-12-1-2165757391-1148739707-3808731034-3063782591 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Got isSyncDoneForUserStr: 1 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync\S-1-12-1-2165757391-1148739707-3808731034-3063782591 AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App] ………………… Processing user session 1, userId: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6, userSID: S-1-12-1-2165757391-1148739707-3808731034-3063782591 ………………… AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App][BrandManager] GetBrandingInfo brandingInfo: , FullSync: False AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App][BrandManager] GetBrandingInfo brandingInfoToReturn: {“CompanyName”:”CloudInfra.net”,”ColorBackgroundLogoUri”:”https://fef.msub06.manage.microsoft.com/ContentService/SCService/Contents/0b255089-fa83-41e6-848e-e81ba871fda0″,”WhiteBackgroundLogoUri”:null,”AccentColor”:-13026722} AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App][BrandManager] GetBrandingInfo returning brand info {“CompanyName”:”CloudInfra.net”,”ColorBackgroundLogoUri”:”https://fef.msub06.manage.microsoft.com/ContentService/SCService/Contents/0b255089-fa83-41e6-848e-e81ba871fda0″,”WhiteBackgroundLogoUri”:null,”AccentColor”:-13026722} AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App][BrandManager] UpdateBrandingForToast Set Brand for toast {“CompanyName”:”CloudInfra.net”,”ColorBackgroundLogoUri”:”https://fef.msub06.manage.microsoft.com/ContentService/SCService/Contents/0b255089-fa83-41e6-848e-e81ba871fda0″,”WhiteBackgroundLogoUri”:null,”AccentColor”:-13026722} AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App] Checking ESP status and phase for sessionId: 1 AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Opening SOFTWARE\Microsoft\Enrollments AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App] Expected usersid for session 1 with name AzureAD\JoniSherman is S-1-12-1-2165757391-1148739707-3808731034-3063782591 AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Found FirstSync under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793 AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg check subkey: S-1-12-1-2165757391-1148739707-3808731034-3063782591 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync, nth = 0 AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Found userSIDFromFirstSync: S-1-12-1-2165757391-1148739707-3808731034-3063782591 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Got isSyncDoneForUserStr: 1 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync\S-1-12-1-2165757391-1148739707-3808731034-3063782591 AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App] Checking ESP status and found isSyncDoneForUser: True AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App] The EspPhase: NotInEsp in session AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App] Requesting required apps AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App] Got result with session id d308090a-ffee-4770-80ea-aae8006437fc AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App] Got 2 Win32App(s) for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 in session 1 AppWorkload 19/09/2024 16:31:41 11 (0x000B)
Get policies = [{“Id”:”7e5ba35b-2307-4546-848b-1acce30c35da”,”Name”:”Bitwarden“,”Version”:1,”Intent”:3,”TargetType”:2,”AppApplicabilityStateDueToAssginmentFilters”:null,”AssignmentFilterIds”:null,”DetectionRule”:null,”InstallCommandLine”:null,”UninstallCommandLine”:null,”RequirementRules”:null,”ExtendedRequirementRules”:null,”InstallEx”:”{\”RunAs\”:0,\”RequiresLogon\”:false,\”InstallProgramVisibility\”:0,\”MaxRetries\”:0,\”RetryIntervalInMinutes\”:0,\”MaxRunTimeInMinutes\”:0,\”DeviceRestartBehavior\”:0}”,”ReturnCodes”:null,”AvailableAppEnforcement”:0,”SetUpFilePath”:null,”ToastState”:0,”Targeted”:1,”FlatDependencies”:null,”MetadataVersion”:1,”RelationVersion”:0,”RebootEx”:{“GracePeriod”:-1,”Countdown”:-1,”Snooze”:-1},”InstallBehavior”:3,”StartDeadlineEx”:{“TimeFormat”:””,”StartTime”:”\/Date(-62135596800000)\/”,”Deadline”:”\/Date(-62135596800000)\/”},”RemoveUserData”:false,”DOPriority”:0,”newFlatDependencies”:true,”AssignmentFilterIdToEvalStateMap”:null,”ContentCacheDuration”:null,”ESPConfiguration”:null,”ReevaluationInterval”:480,”SupportState”:null,”InstallContext”:0,”InstallerData”:”{\”PackageIdentifier\”:\”9PJSDV0VPK04\”,\”SourceName\”:\”msstore\”}”,”AvailableAppRequestType”:null,”ContentMode”:null},{“Id”:”f6037151-d22c-44cf-8fb1-b7d49d6c5b59″,”Name”:”Foxit PDF Reader“,”Version”:1,”Intent”:3,”TargetType”:2,”AppApplicabilityStateDueToAssginmentFilters”:null,”AssignmentFilterIds”:null,”DetectionRule”:null,”InstallCommandLine”:null,”UninstallCommandLine”:null,”RequirementRules”:null,”ExtendedRequirementRules”:null,”InstallEx”:”{\”RunAs\”:1,\”RequiresLogon\”:false,\”InstallProgramVisibility\”:0,\”MaxRetries\”:0,\”RetryIntervalInMinutes\”:0,\”MaxRunTimeInMinutes\”:0,\”DeviceRestartBehavior\”:0}”,”ReturnCodes”:null,”AvailableAppEnforcement”:0,”SetUpFilePath”:null,”ToastState”:0,”Targeted”:1,”FlatDependencies”:null,”MetadataVersion”:1,”RelationVersion”:0,”RebootEx”:{“GracePeriod”:-1,”Countdown”:-1,”Snooze”:-1},”InstallBehavior”:3,”StartDeadlineEx”:{“TimeFormat”:””,”StartTime”:”\/Date(-62135596800000)\/”,”Deadline”:”\/Date(-62135596800000)\/”},”RemoveUserData”:false,”DOPriority”:0,”newFlatDependencies”:true,”AssignmentFilterIdToEvalStateMap”:null,”ContentCacheDuration”:null,”ESPConfiguration”:null,”ReevaluationInterval”:480,”SupportState”:null,”InstallContext”:1,”InstallerData”:”{\”PackageIdentifier\”:\”XPFCG5NRKXQPKT\”,\“SourceName\”:\”msstore\“}”,”AvailableAppRequestType”:null,”ContentMode”:null}] AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App][CheckinIntervalManager] SetTimerInterval. shouldUpdateTimer: True, intervalForTimer: 3720000 AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App] WindowsSID : S-1-12-1-2165757391-1148739707-3808731034-3063782591 AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App] Not in ESP processing. EspPhase: NotInEsp, sender: AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App][V3Processor] Processing 2 subgraphs. AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App][ReevaluationScheduleManager] Did not find any previous reevaluation check-in time. AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App][ReevaluationScheduleManager] Found previous subgraph reevaluation time value: 19/09/2024 15:12:23 at key qoAGvawUGt8DJpxRp7oSBRDg17rRYfhipLTV0gUH8mQ=. AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App][ReevaluationScheduleManager] Did not find any previous subgraph reevaluation time at key rXNmb9mjpYWIQ+rQZMTkuOiZ3QofGTIDEFhUQni1SpU=. AppWorkload 19/09/2024 16:31:41 11 (0x000B)
[Win32App][ReportingManager] App with id: 7e5ba35b-2307-4546-848b-1acce30c35da and prior AppAuthority: V3 has been loaded and reporting state initialized. ReportingState: {“ApplicationId”:”7e5ba35b-2307-4546-848b-1acce30c35da”,”ResultantAppState”:null,”ReportingImpact”:null,”WriteableToStorage”:true,”CanGenerateComplianceState”:true,”CanGenerateEnforcementState”:true,”IsAppReportable”:true,”IsAppAggregatable”:true,”AvailableAppEnforcementFlag”:0,”DesiredState”:2,”DetectionState”:1,”DetectionErrorOccurred”:false,”DetectionErrorCode”:null,”ApplicabilityState”:0,”ApplicabilityErrorOccurred”:false,”ApplicabilityErrorCode”:null,”EnforcementState”:1000,”EnforcementErrorCode”:null,”TargetingMethod”:0,”TargetingType”:2,”InstallContext”:1,”Intent”:3,”InternalVersion”:1,”DetectedIdentityVersion”:”2024.8.2.0″,”RemovalReason”:null} AppWorkload 19/09/2024 16:31:42 11 (0x000B)
[Win32App][ReportingManager] App with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and prior AppAuthority: V2 could not be loaded from store. Reporting state initialized with initial values. ReportingState: {“ApplicationId”:”f6037151-d22c-44cf-8fb1-b7d49d6c5b59″,”ResultantAppState”:null,”ReportingImpact”:null,”WriteableToStorage”:true,”CanGenerateComplianceState”:false,”CanGenerateEnforcementState”:false,”IsAppReportable”:false,”IsAppAggregatable”:false,”AvailableAppEnforcementFlag”:0,”DesiredState”:null,”DetectionState”:null,”DetectionErrorOccurred”:false,”DetectionErrorCode”:null,”ApplicabilityState”:null,”ApplicabilityErrorOccurred”:false,”ApplicabilityErrorCode”:null,”EnforcementState”:null,”EnforcementErrorCode”:null,”TargetingMethod”:0,”TargetingType”:2,”InstallContext”:2,”Intent”:3,”InternalVersion”:1,”DetectedIdentityVersion”:null,”RemovalReason”:null} AppWorkload 19/09/2024 16:31:42 11 (0x000B)
[Win32App][ReportingManager] Not sending status update for user with id: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 and app: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 because there is not enough data to construct a status report. AppWorkload 19/09/2024 16:31:42 11 (0x000B)
[Win32App][ReportingManager] Real time status is not reportable for user: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 and app: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 after switch to V3 AppAuthority. Clearing status. AppWorkload 19/09/2024 16:31:42 11 (0x000B)
[Win32App][ReportingCacheManager] Found a full sync time: 09/13/2024 14:04:58 for user: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6, which is not expired. AppWorkload 19/09/2024 16:31:43 11 (0x000B)
[Win32App][V3Processor] Processing subgraph with app ids: 7e5ba35b-2307-4546-848b-1acce30c35da AppWorkload 19/09/2024 16:31:43 11 (0x000B)
[Win32App][GRSManager] Reading GRS values from storage path: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6\GRS\qoAGvawUGt8DJpxRp7oSBRDg17rRYfhipLTV0gUH8mQ=. AppWorkload 19/09/2024 16:31:43 11 (0x000B)
[Win32App][GRSManager] Found GRS value: 08/26/2024 08:11:35 at key 8116d5cf-607b-4478-9a9f-04e3bf9c9db6\GRS\qoAGvawUGt8DJpxRp7oSBRDg17rRYfhipLTV0gUH8mQ=\7e5ba35b-2307-4546-848b-1acce30c35da. AppWorkload 19/09/2024 16:31:43 11 (0x000B)
[Win32App][GRSManager] App with id: 7e5ba35b-2307-4546-848b-1acce30c35da is expired.
Hash = qoAGvawUGt8DJpxRp7oSBRDg17rRYfhipLTV0gUH8mQ=
GRSTimeUTC = 26/08/2024 08:11:35 AppWorkload 19/09/2024 16:31:43 11 (0x000B)
[Win32App][ReevaluationScheduleManager] Subgraph has no recorded reevaluation info which will be treated as expired.
Hash = qoAGvawUGt8DJpxRp7oSBRDg17rRYfhipLTV0gUH8mQ= AppWorkload 19/09/2024 16:31:43 11 (0x000B)
[Win32App][ReevaluationScheduleManager] Setting subgraph reevaluation time with value: 19/09/2024 15:31:43 for subgraph with hash qoAGvawUGt8DJpxRp7oSBRDg17rRYfhipLTV0gUH8mQ=. AppWorkload 19/09/2024 16:31:43 11 (0x000B)
[Win32App][DetectionActionHandler] Handler invoked for 1 app detections. AppWorkload 19/09/2024 16:31:44 11 (0x000B)
[Win32App][DetectionActionHandler] Detection running for policy with id: 7e5ba35b-2307-4546-848b-1acce30c35da. AppWorkload 19/09/2024 16:31:44 11 (0x000B)
[Win32App][WinGetApp][WinGetAppDetectionExecutor] Starting detection of app with id: 7e5ba35b-2307-4546-848b-1acce30c35da and context: UserContext. AppWorkload 19/09/2024 16:31:44 11 (0x000B)
[WinGetMessageProcessor] Creating Message Processor for user: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 and application 7e5ba35b-2307-4546-848b-1acce30c35da. AppWorkload 19/09/2024 16:31:44 11 (0x000B)
[Win32AppPlugin] [AgentExecutorController1] Creating AgentExecutorController. AppWorkload 19/09/2024 16:31:44 11 (0x000B) [Win32AppPlugin] [AgentExecutorController1] Adding type Microsoft.Management.Clients.IntuneManagementExtension.WinGetLibrary.WinGetOperationResult to safe types. AppWorkload 19/09/2024 16:31:44 11 (0x000B)
[AgentCommon] [AgentExecutorController1] Creating AnonymousPipeServer. AppWorkload 19/09/2024 16:31:44 11 (0x000B) [Win32AppPlugin] [AgentExecutorController1] Ensure that user, JoniSherman, can read and write to the pipe. AppWorkload 19/09/2024 16:31:44 11 (0x000B)
[Win32AppPlugin] [AgentExecutorController1] Closing user token handle AppWorkload 19/09/2024 16:31:44 11 (0x000B) [Win32AppPlugin] [AgentExecutorController1] Adding pipe handle to command line parameters. AppWorkload 19/09/2024 16:31:44 11 (0x000B)
[Win32AppPlugin] [AgentExecutorController1] Launching Agent Executor process. AppWorkload 19/09/2024 16:31:44 11 (0x000B) [ProcessMonitor] Launch process as current user. AppWorkload 19/09/2024 16:31:44 11 (0x000B) [ProcessMonitor] Getting current user identity. AppWorkload 19/09/2024 16:31:44 11 (0x000B) [ProcessMonitor] After impersonation: AzureAD\JoniSherman. AppWorkload 19/09/2024 16:31:44 11 (0x000B) [Win32App][WinGetApp] Not elevating token for user, using default privileges. AppWorkload 19/09/2024 16:31:44 11 (0x000B) [ProcessMonitor] User profile successfully loaded. The user name is AzureAD\JoniSherman AppWorkload 19/09/2024 16:31:44 11 (0x000B) [ProcessMonitor] Execution environment block is created successfully. AppWorkload 19/09/2024 16:31:44 11 (0x000B) [ProcessMonitor] Calling CreateProcessAsUser: ‘”C:\Program Files (x86)\Microsoft Intune Management Extension\agentexecutor.exe” -executeWinGet -operationType “Detection” -repositoryType “MicrosoftStore” -packageId “9PJSDV0VPK04” -installScope “User” -pipeHandle “5240”‘ AppWorkload 19/09/2024 16:31:44 11 (0x000B) [ProcessMonitor] Proxy process created successfully. AppWorkload 19/09/2024 16:31:44 11 (0x000B) [ProcessMonitor] Process id: 3988 AppWorkload 19/09/2024 16:31:44 11 (0x000B) [ProcessMonitor] Process got lpExitCode: 0, lastWin32Error: 1008 AppWorkload 19/09/2024 16:31:44 11 (0x000B) [ProcessMonitor] Closing Thread Handle. AppWorkload 19/09/2024 16:31:44 11 (0x000B) [ProcessMonitor] Closing Process Handle. AppWorkload 19/09/2024 16:31:44 11 (0x000B) [Win32AppPlugin] [AgentExecutorController1] Starting wait for Agent Executor. AppWorkload 19/09/2024 16:31:44 11 (0x000B)
[AgentCommon] [Microsoft.Management.Services.IntuneWindowsAgent.AgentCommon.ProcessMonitor] Starting waiter thread. AppWorkload 19/09/2024 16:31:44 8 (0x0008)
[ProcessMonitor] WaitForProcessToExit Enter. AppWorkload 19/09/2024 16:31:44 8 (0x0008)
[WinGetMessageProcessor] Waiting for results to come in with timeout of 60 seconds. AppWorkload 19/09/2024 16:31:44 11 (0x000B)
The process Handle is not valid and it does not impact the scenario, retuning ProcessExitSuccess AppWorkload 19/09/2024 16:31:48 8 (0x0008)
[Win32AppPlugin] [AgentExecutorController1] Agent Executor has exited with exit code 0. AppWorkload 19/09/2024 16:31:48 8 (0x0008) [WinGetMessageProcessor] Processing Incoming message OperationResult and data Microsoft.Management.Clients.IntuneManagementExtension.WinGetLibrary.WinGetOperationResult. AppWorkload 19/09/2024 16:31:48 15 (0x000F) Processing results for operation – Ok. AppWorkload 19/09/2024 16:31:48 15 (0x000F) [WinGet] Detection Operation Result has arrived Ok AppWorkload 19/09/2024 16:31:48 15 (0x000F) [Win32App][WinGetApp][WinGetAppDetectionExecutor] Completed detection for app with id: 7e5ba35b-2307-4546-848b-1acce30c35da. WinGet operation result: Operation result = Ok Installed version = 2024.8.2.0 Reboot required = False Installer Error code = Extended error code = Detection result: Action status: Success Detection state: Detected Detected version: 2024.8.2.0 Error code: AppWorkload 19/09/2024 16:31:48 11 (0x000B) [Win32App][DetectionActionHandler] Detection for policy with id: 7e5ba35b-2307-4546-848b-1acce30c35da resulted in action status: Success and detection state: Detected. AppWorkload 19/09/2024 16:31:48 11 (0x000B) [Win32App][DetectionActionHandler] Handler completed. AppWorkload 19/09/2024 16:31:48 11 (0x000B) [Win32App][ApplicabilityActionHandler] Handler invoked for 1 app applicability checks. AppWorkload 19/09/2024 16:31:48 11 (0x000B) [Win32App][WinGetApp][WinGetAppApplicabilityExecutor] Starting applicability check of app with id: 7e5ba35b-2307-4546-848b-1acce30c35da and context: UserContext. AppWorkload 19/09/2024 16:31:48 11 (0x000B) [WinGetMessageProcessor] Creating Message Processor for user: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 and application 7e5ba35b-2307-4546-848b-1acce30c35da. AppWorkload 19/09/2024 16:31:48 11 (0x000B) [Win32AppPlugin] [AgentExecutorController1] Creating AgentExecutorController. AppWorkload 19/09/2024 16:31:48 11 (0x000B)
[Win32AppPlugin] [AgentExecutorController1] Adding type Microsoft.Management.Clients.IntuneManagementExtension.WinGetLibrary.WinGetOperationResult to safe types. AppWorkload 19/09/2024 16:31:48 11 (0x000B) [Win32AppPlugin] [AgentExecutorController1] Adding type Microsoft.Management.Clients.IntuneManagementExtension.WinGetLibrary.WinGetInstallOperationProgress to safe types. AppWorkload 19/09/2024 16:31:48 11 (0x000B)
[AgentCommon] [AgentExecutorController1] Creating AnonymousPipeServer. AppWorkload 19/09/2024 16:31:48 11 (0x000B) [Win32AppPlugin] [AgentExecutorController1] Ensure that user, JoniSherman, can read and write to the pipe. AppWorkload 19/09/2024 16:31:48 11 (0x000B)
[Win32AppPlugin] [AgentExecutorController1] Closing user token handle AppWorkload 19/09/2024 16:31:48 11 (0x000B) [Win32AppPlugin] [AgentExecutorController1] Adding pipe handle to command line parameters. AppWorkload 19/09/2024 16:31:48 11 (0x000B)
[Win32AppPlugin] [AgentExecutorController1] Launching Agent Executor process. AppWorkload 19/09/2024 16:31:48 11 (0x000B) [ProcessMonitor] Launch process as current user. AppWorkload 19/09/2024 16:31:48 11 (0x000B) [ProcessMonitor] Getting current user identity. AppWorkload 19/09/2024 16:31:48 11 (0x000B) [ProcessMonitor] After impersonation: AzureAD\JoniSherman. AppWorkload 19/09/2024 16:31:48 11 (0x000B) [Win32App][WinGetApp] Not elevating token for user, using default privileges. AppWorkload 19/09/2024 16:31:48 11 (0x000B) [ProcessMonitor] User profile successfully loaded. The user name is AzureAD\JoniSherman AppWorkload 19/09/2024 16:31:48 11 (0x000B) [ProcessMonitor] Execution environment block is created successfully. AppWorkload 19/09/2024 16:31:48 11 (0x000B) [ProcessMonitor] Calling CreateProcessAsUser: ‘”C:\Program Files (x86)\Microsoft Intune Management Extension\agentexecutor.exe” -executeWinGet -operationType “ApplicabilityCheck” -repositoryType “MicrosoftStore” -packageId “9PJSDV0VPK04” -installScope “Any” -pipeHandle “2128”‘ AppWorkload 19/09/2024 16:31:48 11 (0x000B) [ProcessMonitor] Proxy process created successfully. AppWorkload 19/09/2024 16:31:48 11 (0x000B) [ProcessMonitor] Process id: 5816 AppWorkload 19/09/2024 16:31:48 11 (0x000B) [ProcessMonitor] Process got lpExitCode: 0, lastWin32Error: 1008 AppWorkload 19/09/2024 16:31:48 11 (0x000B) [ProcessMonitor] Closing Thread Handle. AppWorkload 19/09/2024 16:31:48 11 (0x000B) [ProcessMonitor] Closing Process Handle. AppWorkload 19/09/2024 16:31:48 11 (0x000B) [Win32AppPlugin] [AgentExecutorController1] Starting wait for Agent Executor. AppWorkload 19/09/2024 16:31:48 11 (0x000B)
[WinGetMessageProcessor] Waiting for results to come in with timeout of 60 seconds. AppWorkload 19/09/2024 16:31:48 11 (0x000B)
[AgentCommon] [Microsoft.Management.Services.IntuneWindowsAgent.AgentCommon.ProcessMonitor] Starting waiter thread. AppWorkload 19/09/2024 16:31:48 5 (0x0005)
[ProcessMonitor] WaitForProcessToExit Enter. AppWorkload 19/09/2024 16:31:48 5 (0x0005)
[WinGetMessageProcessor] Processing Incoming message OperationResult and data Microsoft.Management.Clients.IntuneManagementExtension.WinGetLibrary.WinGetOperationResult. AppWorkload 19/09/2024 16:31:51 7 (0x0007)
Processing results for operation – Ok. AppWorkload 19/09/2024 16:31:51 7 (0x0007)
[WinGet] ApplicabilityCheck Operation Result has arrived Ok AppWorkload 19/09/2024 16:31:51 7 (0x0007)
[Win32App][WinGetApp][WinGetAppApplicabilityExecutor] Completed applicability check for app with id: 7e5ba35b-2307-4546-848b-1acce30c35da.
WinGet operation result:
Operation result = Ok
Installed version =
Reboot required = False
Installer Error code =
Extended error code =
Applicability result:
Action status: Success
Applicability state: Applicable
Applicability state message: Applicable
Error code: AppWorkload 19/09/2024 16:31:51 11 (0x000B)
[Win32App][ApplicabilityActionHandler] Applicability check for policy with id: 7e5ba35b-2307-4546-848b-1acce30c35da resulted in action status: Success and applicability state: Applicable. AppWorkload 19/09/2024 16:31:51 11 (0x000B)
[Win32App][ApplicabilityActionHandler] Handler completed. AppWorkload 19/09/2024 16:31:51 11 (0x000B)
The process Handle is not valid and it does not impact the scenario, retuning ProcessExitSuccess AppWorkload 19/09/2024 16:31:51 5 (0x0005)
[Win32AppPlugin] [AgentExecutorController`1] Agent Executor has exited with exit code 0. AppWorkload 19/09/2024 16:31:51 5 (0x0005)
[Win32App][ReportingManager] Sending status to company portal based on report: {“ApplicationId”:”7e5ba35b-2307-4546-848b-1acce30c35da”,”ResultantAppState”:1,”ReportingImpact”:{“DesiredState”:3,”Classification”:2,”ConflictReason”:0,”ImpactingApps”:[]},”WriteableToStorage”:true,”CanGenerateComplianceState”:true,”CanGenerateEnforcementState”:true,”IsAppReportable”:true,”IsAppAggregatable”:true,”AvailableAppEnforcementFlag”:0,”DesiredState”:2,”DetectionState”:1,”DetectionErrorOccurred”:false,”DetectionErrorCode”:null,”ApplicabilityState”:0,”ApplicabilityErrorOccurred”:false,”ApplicabilityErrorCode”:null,”EnforcementState”:1000,”EnforcementErrorCode”:null,”TargetingMethod”:0,”TargetingType”:2,”InstallContext”:1,”Intent”:3,”InternalVersion”:1,”DetectedIdentityVersion”:”2024.8.2.0″,”RemovalReason”:null} AppWorkload 19/09/2024 16:31:51 11 (0x000B)
[Win32App][StatusServiceReportsStore] Saved AppInstallStatusReport for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 for app 7e5ba35b-2307-4546-848b-1acce30c35da in the StatusServiceReports registry. AppWorkload 19/09/2024 16:31:51 11 (0x000B)
[Win32App][RealTimeStatusManager] Not sending status update for user with id: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 and app: 7e5ba35b-2307-4546-848b-1acce30c35da because there is currently no subscriber for status updates. AppWorkload 19/09/2024 16:31:51 11 (0x000B)
[Win32App][GRSManager] Saving GRS values to storage. AppWorkload 19/09/2024 16:31:51 11 (0x000B)
[Win32App][GRSManager] Saved GRS value: 08/26/2024 08:11:35 to path: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6\GRS\qoAGvawUGt8DJpxRp7oSBRDg17rRYfhipLTV0gUH8mQ=\7e5ba35b-2307-4546-848b-1acce30c35da AppWorkload 19/09/2024 16:31:51 11 (0x000B)
[Win32App][V3Processor] Done processing subgraph.
eyJBc3NlbWJseUZpbGVWZXJzaW9uIjoiMS44MS4xMDcuMCIsIkFzc2VtYmx5SW5mb3JtYXRpb25hbFZlcnNpb24iOiIxLjgxLjEwNy4wLjY4NmU1ODYyZmU4Y2VjMzBmOTkwMDBiODZhM2Q2M2QxMDE3MTNkMWYgLnJlbGVhc2UgKFNBMlBOUEYwMDAwMUEwOC4yNDA4MTYtMDAwNCkiLCJBc3NlbWJseVZlcnNpb24iOnsiX0J1aWxkIjowLCJfTWFqb3IiOjUsIl9NaW5vciI6MCwiX1JldmlzaW9uIjowfSwiRm9ybWF0VmVyc2lvbiI6MSwiSW50ZXJhY3Rpb25zIjpbIjZ4b0FBQitMQ0FBQUFBQUFCQURsV045djJ6WVFcL2xjQzdXVURaRmN5UmYwd2tJZk05akpqVFZFNFhsXC9zb0tVa09oRkNVeHBKZGZFQ1wvKzg3VW9vdDIybWJGWEdnTG9sZmZPU1J4KysrKzQ3bXZUWDZUTG1TVm45MmIzMzhxRllGdGZyV0JWVTNlVG9nakpuUlwvazhYV1NKeW1TOVU5NEp3Y2syWFlPME9XS1pkdTJPdVNrNjNBNk03UmJuTWN0NTlMXC9LRVNwbng2ek5PMkVwbVpqSVZKRkV3UEtGSkxsSXFMTnNhOFhTYUpiY1FodXNnRkRtK2JWMHFJbFJ0UkQwXC9qTEJ0bllucmNya0o5eDFaNm1CSlVjQmNSU1dzTTYzaXYxeEpSWmZkUWM0WU5Wdko3am5sVkdSSmR6emlzSVFnTWFPZjNObnNPdzkyVmhRanZzaEZZdXhuWm9cLzZzTG5Rb3lZaSsrUlpsdDhzYko5OG9FSlBPTVZkUlwvXC9iSjRPU3FWTFFVMDVMSlFpelQ5NlhNY3VTUCtocW10OVNmb3JjZUlGQzdKTVUrUjVGK09yS1BsbEt3SjFsOFhZNTc2bkx4VUZBY0lKOU4wSWVkY0lJSVA5QVdLa3huOTNQcllHZ1JFTXhoTU5Qc3lXZFdcLzI1NVRpTzJ6R2ZxZVAwemFmclZIOXp5NTViUTBwU2xuSGo4RFpQQ0h1U1Y0MFBpVE9XcVJXNHVHQWNwOFkzb0RnbUNNZWRIbktDam9jOXZ4TjZZZHh4U1pKUTVDUUlwOFFzTXVaU0FjbE56SU1jbUhtbkhsYUNMM3p6Ulo1UExrZDNSU2FvM2tDSmtocnJuMXlXUlpFTFpjd0x3cVMyVDJpYzUwb1RvSlJnZG96cHJ4S2NwZG1EcTJIK04yYzVhVHJWYkg4eUF1c3JhMjF2U2tEUTZnenlKaXRhVlFhVFJtQ3ZxeHAyOGlOdnMrWVJEbFAwYTU0elN2aXhvakVzQTg3WUR3R05lYVl5d3JKXC9LTXlhVUZpWFdcLzM3bHcxS2w1RzExaWkxb3U4RWp1dWozbTdmY1ozSWMwTnZ0XC9Gc1VUeW42aDFJUnNYN3g0QThTbGtOcWFxcStXQk9DeXVza1dcL2RIellheTB2R3RPeEJZWXdYdnhPUlZxcFpDK1dlTWxaQ1dydUFEc1B4S1RoSWlLVXhjR0NZRW5GTmpVSDNwZ2VcL3hrRk5rOTdPcjR0aWcrXC8rc0h4THBLcmR2eUg0MWRiXC9xUjJ0cjlidHFRYlBkXC8wSUJkRnVPWGkrNCtsS1wvc0pGVEZRSmFFM1wvMlNTeVlrWUxxK080dDdFREl2ZWE1ZlRkTkczMmtVdXE5bENXRFIzVWhkTWVSaU1Yb1Y2d3oyZzNpQUt2MXk2RmgxRkljMzIxZlowcVwvdzB4MzBHb2drVW5CRWJSXC8wQjlnWkE0RFBBZVZ3TzRpcmlSSFwvMGc2cnVUb2xlcXdEc1lIRldGSDBHN3JVb2NZTGVISGVUdnM3dm5SK2JocDAxS1wvSU9KcjA1emkyUU1JOGgwdFBlYkN0S1B3dENKdnBKb3dFb2FsK2JUMEdWeVE5T1NmZTBINjJOU044eU1nWWpWcDk1c1ZrODhMN1AwV2V2K3lqNk9pTzZnOElCQUN6bDQzSWVVOWhBYUk0eWRjSlwvUVh1Qmk3MHQ5V2RYcWZ0Q1luNTJFRGRTZTJrZWFYUVFLNzF5UTRtWklwYjZjVldcL3F2K1ZpUXZVVEorRDBZcXE3MlhHOExDQWRMZVQ3M29XWEVTRFNBdnF2UGtmZDR1RVd2SUFsNExKTHBERTY1cTE3aTYyK3JPcExKMlFBMk5HM1lqZU5RaWRJT3dRSHFPTUZDOXFKRTdUb3VDa09NZVIzNFJHZDR2cVZRa3VpVHZRYlwvZGIrc3h2MFwvQUJEXC8wUWhDbjZadjlGa003eDcwZWJZUUxoOUdWdlwvQ3dYSEdXSHJHZ0FBIl0sIklzQ29tcHJlc3NlZCI6dHJ1ZX0= AppWorkload 19/09/2024 16:31:51 11 (0x000B)
[Win32App][V3Processor] Processing subgraph with app ids: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 AppWorkload 19/09/2024 16:31:51 11 (0x000B)
[Win32App][GRSManager] Reading GRS values from storage path: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6\GRS\rXNmb9mjpYWIQ+rQZMTkuOiZ3QofGTIDEFhUQni1SpU=. AppWorkload 19/09/2024 16:31:51 11 (0x000B)
[Win32App][GRSManager] App with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 has no recorded GRS value which will be treated as expired.
Hash = rXNmb9mjpYWIQ+rQZMTkuOiZ3QofGTIDEFhUQni1SpU= AppWorkload 19/09/2024 16:31:51 11 (0x000B)
[Win32App][ReevaluationScheduleManager] Subgraph has no recorded reevaluation info which will be treated as expired.
Hash = rXNmb9mjpYWIQ+rQZMTkuOiZ3QofGTIDEFhUQni1SpU= AppWorkload 19/09/2024 16:31:51 11 (0x000B)
[Win32App][ReevaluationScheduleManager] Setting subgraph reevaluation time with value: 19/09/2024 15:31:51 for subgraph with hash rXNmb9mjpYWIQ+rQZMTkuOiZ3QofGTIDEFhUQni1SpU=. AppWorkload 19/09/2024 16:31:51 11 (0x000B)
[Win32App][DetectionActionHandler] Handler invoked for 1 app detections. AppWorkload 19/09/2024 16:31:51 11 (0x000B)
[Win32App][DetectionActionHandler] Detection running for policy with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59. AppWorkload 19/09/2024 16:31:51 11 (0x000B)
[Win32App][WinGetApp][WinGetAppDetectionExecutor] Starting detection of app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and context: SystemContext. AppWorkload 19/09/2024 16:31:51 11 (0x000B)
[WinGet] Creating Microsoft.Management.Clients.IntuneManagementExtension.Win32AppPlugIn.WinGetLocalProgressAndResultSender AppWorkload 19/09/2024 16:31:51 11 (0x000B)
[Win32App][WinGetApp][WinGetOperation] Starting Detection for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and package id: XPFCG5NRKXQPKT. AppWorkload 19/09/2024 16:31:51 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Connect result status: Ok. AppWorkload 19/09/2024 16:31:52 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Package manager initialized with status: Ok. AppWorkload 19/09/2024 16:31:52 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Search result status: Ok. AppWorkload 19/09/2024 16:31:52 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Found 1 app packages. AppWorkload 19/09/2024 16:31:52 11 (0x000B)
[WinGet] Detection Operation result has arrived NotDetected. AppWorkload 19/09/2024 16:31:52 20 (0x0014)
[Win32App][ReportingManager] Detection state for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 has been updated. Report delta: {“DetectionState”:{“OldValue”:null,”NewValue”:”NotInstalled”}} AppWorkload 19/09/2024 16:31:52 20 (0x0014)
[Win32App][ReportingManager] Not sending status update for user with id: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 and app: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 because there is

[Win32App][ReportingManager] Not sending status update for user with id: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 and app: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 because there is not enough data to construct a status report. AppWorkload 19/09/2024 16:31:52 20 (0x0014)
[Win32App][WinGetApp][WinGetOperation] Completed Detection for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and package id: XPFCG5NRKXQPKT.
Result: NotDetected AppWorkload 19/09/2024 16:31:52 20 (0x0014)
[Win32App][WinGetApp][WinGetAppDetectionExecutor] Completed detection for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59.
WinGet operation result:
Operation result = NotDetected
Installed version =
Reboot required = False
Installer Error code =
Extended error code =
Detection result:
Action status: Success
Detection state: NotDetected
Detected version:
Error code: AppWorkload 19/09/2024 16:31:52 11 (0x000B)
[Win32App][DetectionActionHandler] Detection for policy with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 resulted in action status: Success and detection state: NotDetected. AppWorkload 19/09/2024 16:31:52 11 (0x000B)
[Win32App][DetectionActionHandler] Handler completed. AppWorkload 19/09/2024 16:31:52 11 (0x000B)
[Win32App][ApplicabilityActionHandler] Handler invoked for 1 app applicability checks. AppWorkload 19/09/2024 16:31:52 11 (0x000B)
[Win32App][WinGetApp][WinGetAppApplicabilityExecutor] Starting applicability check of app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and context: SystemContext. AppWorkload 19/09/2024 16:31:52 11 (0x000B)
[WinGet] Creating Microsoft.Management.Clients.IntuneManagementExtension.Win32AppPlugIn.WinGetLocalProgressAndResultSender AppWorkload 19/09/2024 16:31:52 11 (0x000B)
[Win32App][WinGetApp][WinGetOperation] Starting ApplicabilityCheck for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and package id: XPFCG5NRKXQPKT. AppWorkload 19/09/2024 16:31:52 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Connect result status: Ok. AppWorkload 19/09/2024 16:31:53 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Package manager initialized with status: Ok. AppWorkload 19/09/2024 16:31:53 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Search result status: Ok. AppWorkload 19/09/2024 16:31:53 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Found 1 app packages. AppWorkload 19/09/2024 16:31:53 11 (0x000B)
[WinGet] ApplicabilityCheck Operation result has arrived Applicable. AppWorkload 19/09/2024 16:31:53 14 (0x000E)
[Win32App][ReportingManager] Applicability state for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 has been updated. Report delta: {“ApplicabilityState”:{“OldValue”:null,”NewValue”:”Applicable”}} AppWorkload 19/09/2024 16:31:53 14 (0x000E)
[Win32App][ReportingManager] Not sending status update for user with id: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 and app: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 because there is not enough data to construct a status report. AppWorkload 19/09/2024 16:31:53 14 (0x000E)
[Win32App][WinGetApp][WinGetOperation] Completed ApplicabilityCheck for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and package id: XPFCG5NRKXQPKT.
Result: Ok AppWorkload 19/09/2024 16:31:53 14 (0x000E)
[Win32App][WinGetApp][WinGetAppApplicabilityExecutor] Completed applicability check for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59.
WinGet operation result:
Operation result = Ok
Installed version =
Reboot required = False
Installer Error code =
Extended error code =
Applicability result:
Action status: Success
Applicability state: Applicable
Applicability state message: Applicable
Error code: AppWorkload 19/09/2024 16:31:53 11 (0x000B)
[Win32App][ApplicabilityActionHandler] Applicability check for policy with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 resulted in action status: Success and applicability state: Applicable. AppWorkload 19/09/2024 16:31:53 11 (0x000B)
[Win32App][ApplicabilityActionHandler] Handler completed. AppWorkload 19/09/2024 16:31:53 11 (0x000B)
[Win32App][ExecutionActionHandler] Handler invoked with execution type: Install for policy with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and version: 1. AppWorkload 19/09/2024 16:31:53 11 (0x000B)
[Win32App][ReportingManager] Desired state for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 has been updated. Report delta: {“DesiredState”:{“OldValue”:null,”NewValue”:”Present”}} AppWorkload 19/09/2024 16:31:53 11 (0x000B)
[Win32App][ReportingManager] Sending status to company portal based on report: {“ApplicationId”:”f6037151-d22c-44cf-8fb1-b7d49d6c5b59″,”ResultantAppState”:null,”ReportingImpact”:null,”WriteableToStorage”:true,”CanGenerateComplianceState”:true,”CanGenerateEnforcementState”:false,”IsAppReportable”:true,”IsAppAggregatable”:true,”AvailableAppEnforcementFlag”:0,”DesiredState”:2,”DetectionState”:2,”DetectionErrorOccurred”:false,”DetectionErrorCode”:null,”ApplicabilityState”:0,”ApplicabilityErrorOccurred”:false,”ApplicabilityErrorCode”:null,”EnforcementState”:null,”EnforcementErrorCode”:null,”TargetingMethod”:0,”TargetingType”:2,”InstallContext”:2,”Intent”:3,”InternalVersion”:1,”DetectedIdentityVersion”:null,”RemovalReason”:null} AppWorkload 19/09/2024 16:31:53 11 (0x000B)
[Win32App][RealTimeStatusManager] Not sending status update for user with id: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 and app: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 because there is currently no subscriber for status updates. AppWorkload 19/09/2024 16:31:53 11 (0x000B)
[Win32App][GRSManager] Reset GRS value for app: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and user: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6. AppWorkload 19/09/2024 16:31:53 11 (0x000B)
[Win32App][GRSManager] Saving GRS values to storage. AppWorkload 19/09/2024 16:31:53 11 (0x000B)
[Win32App][GRSManager] Saved GRS value: 09/19/2024 15:31:53 to path: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6\GRS\rXNmb9mjpYWIQ+rQZMTkuOiZ3QofGTIDEFhUQni1SpU=\f6037151-d22c-44cf-8fb1-b7d49d6c5b59 AppWorkload 19/09/2024 16:31:53 11 (0x000B)
[Win32App][WinGetApp][WinGetAppExecutionExecutor] Starting execution of app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and context: SystemContext. AppWorkload 19/09/2024 16:31:53 11 (0x000B)
[WinGet] Creating Microsoft.Management.Clients.IntuneManagementExtension.Win32AppPlugIn.WinGetLocalProgressAndResultSender AppWorkload 19/09/2024 16:31:53 11 (0x000B)
[Win32App][WinGetApp][WinGetOperation] Starting Install for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and package id: XPFCG5NRKXQPKT. AppWorkload 19/09/2024 16:31:53 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Connect result status: Ok. AppWorkload 19/09/2024 16:31:54 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Package manager initialized with status: Ok. AppWorkload 19/09/2024 16:31:54 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Search result status: Ok. AppWorkload 19/09/2024 16:31:54 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Found 1 app packages. AppWorkload 19/09/2024 16:31:54 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] No installed version found. Performing an app installation. AppWorkload 19/09/2024 16:31:54 11 (0x000B)
[WinGetLocalProgressAndResultSender] Changing app state to Enqueued. AppWorkload 19/09/2024 16:31:54 4 (0x0004)
Sending event Microsoft.Management.Clients.IntuneManagementExtension.WinGetLibrary.StateMachineEvent for processing. AppWorkload 19/09/2024 16:31:54 4 (0x0004)
[WinGetLocalProgressAndResultSender] Changing app state to install in progress. AppWorkload 19/09/2024 16:31:54 4 (0x0004)
Sending event Microsoft.Management.Clients.IntuneManagementExtension.WinGetLibrary.StateMachineEvent for processing. AppWorkload 19/09/2024 16:31:54 4 (0x0004)
[Win32App][ReportingManager] Execution state for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 has been updated. Report delta: {“EnforcementState”:{“OldValue”:null,”NewValue”:”InProgress”}} AppWorkload 19/09/2024 16:31:54 4 (0x0004)
[Win32App][ReportingManager] Sending status to company portal based on report: {“ApplicationId”:”f6037151-d22c-44cf-8fb1-b7d49d6c5b59″,”ResultantAppState”:null,”ReportingImpact”:null,”WriteableToStorage”:true,”CanGenerateComplianceState”:true,”CanGenerateEnforcementState”:true,”IsAppReportable”:true,”IsAppAggregatable”:true,”AvailableAppEnforcementFlag”:0,”DesiredState”:2,”DetectionState”:2,”DetectionErrorOccurred”:false,”DetectionErrorCode”:null,”ApplicabilityState”:0,”ApplicabilityErrorOccurred”:false,”ApplicabilityErrorCode”:null,”EnforcementState”:2000,”EnforcementErrorCode”:null,”TargetingMethod”:0,”TargetingType”:2,”InstallContext”:2,”Intent”:3,”InternalVersion”:1,”DetectedIdentityVersion”:null,”RemovalReason”:null} AppWorkload 19/09/2024 16:31:54 4 (0x0004)
[Win32App][StatusServiceReportsStore] Saved AppInstallStatusReport for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 for app f6037151-d22c-44cf-8fb1-b7d49d6c5b59 in the StatusServiceReports registry. AppWorkload 19/09/2024 16:31:54 4 (0x0004)
[Win32App][RealTimeStatusManager] Not sending status update for user with id: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 and app: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 because there is currently no subscriber for status updates. AppWorkload 19/09/2024 16:31:54 4 (0x0004)
[WinGetLocalProgressAndResultSender] Changing app state to download in progress. AppWorkload 19/09/2024 16:31:54 4 (0x0004)
Sending event Microsoft.Management.Clients.IntuneManagementExtension.WinGetLibrary.StateMachineEvent for processing. AppWorkload 19/09/2024 16:31:54 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:31:55 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 5242880/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:31:55 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:31:55 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:31:56 4 (0x0004)

#########My Comment (Not from the Log): Download of the App started#######
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 17825792/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:31:56 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:31:56 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:31:57 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 33554432/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:31:57 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:31:57 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:31:58 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 48234496/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:31:58 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:31:58 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:31:59 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 67108864/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:31:59 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:31:59 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:00 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 83886080/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:00 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:00 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:01 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 96468992/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:01 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:01 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:02 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 105906176/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:02 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:02 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:04 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 118489088/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:04 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:04 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:05 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 131072000/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:05 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:05 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:06 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 143654912/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:06 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:06 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:07 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 156820544/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:07 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:07 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:08 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 171500608/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:08 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:08 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:09 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 184083520/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:09 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:09 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:10 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 196666432/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:10 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:10 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:11 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 209249344/28998969
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:11 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:12 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 221832256/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:12 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:12 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:13 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 234415168/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:13 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:13 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:14 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 246998080/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:14 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:14 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:15 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 259580992/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:15 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:15 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:16 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 272163904/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:16 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:16 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:17 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 284746816/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:17 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:17 4 (0x0004)
[WinGetLocalProgressAndResultSender] Changing app state to download complete.

#########My Comment (Not from the Log): Download of the App Complete #######

AppWorkload 19/09/2024 16:32:18 4 (0x0004)
Sending event Microsoft.Management.Clients.IntuneManagementExtension.WinGetLibrary.StateMachineEvent for processing. AppWorkload 19/09/2024 16:32:18 4 (0x0004)
[Win32App][ReportingManager] Download state for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 has been updated. Report delta: {“EnforcementState”:{“OldValue”:”InProgress”,”NewValue”:”Success”}} AppWorkload 19/09/2024 16:32:18 4 (0x0004)
[Win32App][ReportingManager] Sending status to company portal based on report: {“ApplicationId”:”f6037151-d22c-44cf-8fb1-b7d49d6c5b59″,”ResultantAppState”:null,”ReportingImpact”:null,”WriteableToStorage”:true,”CanGenerateComplianceState”:true,”CanGenerateEnforcementState”:true,”IsAppReportable”:true,”IsAppAggregatable”:true,”AvailableAppEnforcementFlag”:0,”DesiredState”:2,”DetectionState”:2,”DetectionErrorOccurred”:false,”DetectionErrorCode”:null,”ApplicabilityState”:0,”ApplicabilityErrorOccurred”:false,”ApplicabilityErrorCode”:null,”EnforcementState”:1000,”EnforcementErrorCode”:null,”TargetingMethod”:0,”TargetingType”:2,”InstallContext”:2,”Intent”:3,”InternalVersion”:1,”DetectedIdentityVersion”:null,”RemovalReason”:null} AppWorkload 19/09/2024 16:32:18 4 (0x0004)
[Win32App][RealTimeStatusManager] Not sending status update for user with id: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 and app: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 because there is currently no subscriber for status updates. AppWorkload 19/09/2024 16:32:18 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:18 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 289989696/289989696 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:18 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:18 4 (0x0004)
[WinGetLocalProgressAndResultSender] Reporting Download Progress. AppWorkload 19/09/2024 16:32:23 4 (0x0004)
[StatusService] Downloading app (id = f6037151-d22c-44cf-8fb1-b7d49d6c5b59, name Foxit PDF Reader) via WinGet, bytes 0/100 for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:32:23 4 (0x0004)
[StatusService] No subscribers to DownloadProgressHandler. AppWorkload 19/09/2024 16:32:23 4 (0x0004)
[WinGetLocalProgressAndResultSender] Changing app state to install in progress download complete. AppWorkload 19/09/2024 16:32:23 4 (0x0004)
Sending event Microsoft.Management.Clients.IntuneManagementExtension.WinGetLibrary.StateMachineEvent for processing. AppWorkload 19/09/2024 16:32:23 4 (0x0004)
[Win32App][ReportingManager] Execution state for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 has been updated. Report delta: {“EnforcementState”:{“OldValue”:”Success”,”NewValue”:”InProgressDownloadCompleted”}} AppWorkload 19/09/2024 16:32:23 4 (0x0004)
[Win32App][ReportingManager] Sending status to company portal based on report: {“ApplicationId”:”f6037151-d22c-44cf-8fb1-b7d49d6c5b59″,”ResultantAppState”:null,”ReportingImpact”:null,”WriteableToStorage”:true,”CanGenerateComplianceState”:true,”CanGenerateEnforcementState”:true,”IsAppReportable”:true,”IsAppAggregatable”:true,”AvailableAppEnforcementFlag”:0,”DesiredState”:2,”DetectionState”:2,”DetectionErrorOccurred”:false,”DetectionErrorCode”:null,”ApplicabilityState”:0,”ApplicabilityErrorOccurred”:false,”ApplicabilityErrorCode”:null,”EnforcementState”:2009,”EnforcementErrorCode”:null,”TargetingMethod”:0,”TargetingType”:2,”InstallContext”:2,”Intent”:3,”InternalVersion”:1,”DetectedIdentityVersion”:null,”RemovalReason”:null} AppWorkload 19/09/2024 16:32:23 4 (0x0004)
[Win32App][StatusServiceReportsStore] Saved AppInstallStatusReport for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 for app f6037151-d22c-44cf-8fb1-b7d49d6c5b59 in the StatusServiceReports registry. AppWorkload 19/09/2024 16:32:24 4 (0x0004)
[Win32App][RealTimeStatusManager] Not sending status update for user with id: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 and app: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 because there is currently no subscriber for status updates. AppWorkload 19/09/2024 16:32:24 4 (0x0004)
[WinGet] Install Operation Result has arrived Ok AppWorkload 19/09/2024 16:34:44 20 (0x0014)
[Win32App][ReportingManager] Execution state for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 has been updated. Report delta: {“EnforcementState”:{“OldValue”:”InProgressDownloadCompleted”,”NewValue”:”Success”}} AppWorkload 19/09/2024 16:34:44 20 (0x0014)
[Win32App][WinGetApp][WinGetOperation] Completed Install for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and package id: XPFCG5NRKXQPKT.
Result: Ok AppWorkload 19/09/2024 16:34:44 20 (0x0014)
[Win32App][WinGetApp][WinGetAppExecutionExecutor] Completed execution for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59.
WinGet operation result:
Operation result = Ok
Installed version =
Reboot required = False
Installer Error code =
Extended error code =
Execution result:
Action status: Success
Enforcement state: Success
Reboot status: Clean
Error code: AppWorkload 19/09/2024 16:34:44 11 (0x000B)
[Win32App][ExecutionActionHandler] Handler completed with action status: Success. AppWorkload 19/09/2024 16:34:44 11 (0x000B)
[Win32App][DetectionActionHandler] Handler invoked for 1 app detections. AppWorkload 19/09/2024 16:34:44 11 (0x000B)
[Win32App][DetectionActionHandler] Detection running for policy with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59. AppWorkload 19/09/2024 16:34:44 11 (0x000B)
[Win32App][DetectionActionHandler] The last enforcement action was on policy with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59. AppWorkload 19/09/2024 16:34:44 11 (0x000B)
[Win32App][DetectionActionHandler] Policy with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 is expected to have enforcement state: Detected. AppWorkload 19/09/2024 16:34:44 11 (0x000B)
[Win32App][WinGetApp][WinGetAppDetectionExecutor] Starting detection of app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and context: SystemContext. AppWorkload 19/09/2024 16:34:44 11 (0x000B)
[WinGet] Creating Microsoft.Management.Clients.IntuneManagementExtension.Win32AppPlugIn.WinGetLocalProgressAndResultSender AppWorkload 19/09/2024 16:34:44 11 (0x000B)
[Win32App][WinGetApp][WinGetOperation] Starting Detection for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and package id: XPFCG5NRKXQPKT. AppWorkload 19/09/2024 16:34:44 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Connect result status: Ok. AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Package manager initialized with status: Ok. AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Search result status: Ok. AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][WinGetApp][AppPackageManager] Found 1 app packages. AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[WinGet] Detection Operation result has arrived Detected. AppWorkload 19/09/2024 16:34:46 21 (0x0015)
[Win32App][ReportingManager] Detection state for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 has been updated. Report delta: {“DetectionState”:{“OldValue”:”NotInstalled”,”NewValue”:”Installed”},”DetectedIdentityVersion”:{“OldValue”:null,”NewValue”:”2024.2.3.25184″}} AppWorkload 19/09/2024 16:34:46 21 (0x0015)
[Win32App][ReportingManager] Sending status to company portal based on report: {“ApplicationId”:”f6037151-d22c-44cf-8fb1-b7d49d6c5b59″,”ResultantAppState”:null,”ReportingImpact”:null,”WriteableToStorage”:true,”CanGenerateComplianceState”:true,”CanGenerateEnforcementState”:true,”IsAppReportable”:true,”IsAppAggregatable”:true,”AvailableAppEnforcementFlag”:0,”DesiredState”:2,”DetectionState”:1,”DetectionErrorOccurred”:false,”DetectionErrorCode”:null,”ApplicabilityState”:0,”ApplicabilityErrorOccurred”:false,”ApplicabilityErrorCode”:null,”EnforcementState”:1000,”EnforcementErrorCode”:null,”TargetingMethod”:0,”TargetingType”:2,”InstallContext”:2,”Intent”:3,”InternalVersion”:1,”DetectedIdentityVersion”:”2024.2.3.25184″,”RemovalReason”:null} AppWorkload 19/09/2024 16:34:46 21 (0x0015)
[Win32App][StatusServiceReportsStore] Saved AppInstallStatusReport for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 for app f6037151-d22c-44cf-8fb1-b7d49d6c5b59 in the StatusServiceReports registry. AppWorkload 19/09/2024 16:34:46 21 (0x0015)
[Win32App][RealTimeStatusManager] Not sending status update for user with id: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 and app: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 because there is currently no subscriber for status updates. AppWorkload 19/09/2024 16:34:46 21 (0x0015)
[Win32App][WinGetApp][WinGetOperation] Completed Detection for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 and package id: XPFCG5NRKXQPKT.
Result: Ok AppWorkload 19/09/2024 16:34:46 21 (0x0015)
[Win32App][WinGetApp][WinGetAppDetectionExecutor] Completed detection for app with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59.
WinGet operation result:
Operation result = Ok
Installed version = 2024.2.3.25184

Reboot required = False
Installer Error code =
Extended error code =
Detection result:
Action status: Success
Detection state: Detected
Detected version: 2024.2.3.25184
Error code: AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App] After impersonation: AzureAD\JoniSherman AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App] Toast message with: “C:\Program Files (x86)\Microsoft Intune Management Extension\agentexecutor.exe” -toast “ToastSuccessMessage” “Rm94aXQgUERGIFJlYWRlcg==” “eyJDb21wYW55TmFtZSI6IkNsb3VkSW5mcmEubmV0IiwiQ29sb3JCYWNrZ3JvdW5kTG9nb1VyaSI6Imh0dHBzOi8vZmVmLm1zdWIwNi5tYW5hZ2UubWljcm9zb2Z0LmNvbS9Db250ZW50U2VydmljZS9TQ1NlcnZpY2UvQ29udGVudHMvMGIyNTUwODktZmE4My00MWU2LTg0OGUtZTgxYmE4NzFmZGEwIiwiV2hpdGVCYWNrZ3JvdW5kTG9nb1VyaSI6bnVsbCwiQWNjZW50Q29sb3IiOi0xMzAyNjcyMn0=” “0” AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][DetectionActionHandler] Detection for policy with id: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 resulted in action status: Success and detection state: Detected. AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][DetectionActionHandler] Handler completed. AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][ReportingManager] Sending status to company portal based on report: {“ApplicationId”:”f6037151-d22c-44cf-8fb1-b7d49d6c5b59″,”ResultantAppState”:1,”ReportingImpact”:{“DesiredState”:3,”Classification”:2,”ConflictReason”:0,”ImpactingApps”:[]},”WriteableToStorage”:true,”CanGenerateComplianceState”:true,”CanGenerateEnforcementState”:true,”IsAppReportable”:true,”IsAppAggregatable”:true,”AvailableAppEnforcementFlag”:0,”DesiredState”:2,”DetectionState”:1,”DetectionErrorOccurred”:false,”DetectionErrorCode”:null,”ApplicabilityState”:0,”ApplicabilityErrorOccurred”:false,”ApplicabilityErrorCode”:null,”EnforcementState”:1000,”EnforcementErrorCode”:null,”TargetingMethod”:0,”TargetingType”:2,”InstallContext”:2,”Intent”:3,”InternalVersion”:1,”DetectedIdentityVersion”:”2024.2.3.25184″,”RemovalReason”:null} AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][StatusServiceReportsStore] Saved AppInstallStatusReport for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 for app f6037151-d22c-44cf-8fb1-b7d49d6c5b59 in the StatusServiceReports registry. AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][RealTimeStatusManager] Not sending status update for user with id: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 and app: f6037151-d22c-44cf-8fb1-b7d49d6c5b59 because there is currently no subscriber for status updates. AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][GRSManager] Saving GRS values to storage. AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][GRSManager] Saved GRS value: 09/19/2024 15:31:53 to path: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6\GRS\rXNmb9mjpYWIQ+rQZMTkuOiZ3QofGTIDEFhUQni1SpU=\f6037151-d22c-44cf-8fb1-b7d49d6c5b59 AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][V3Processor] Done processing subgraph.
eyJBc3NlbWJseUZpbGVWZXJzaW9uIjoiMS44MS4xMDcuMCIsIkFzc2VtYmx5SW5mb3JtYXRpb25hbFZlcnNpb24iOiIxLjgxLjEwNy4wLjY4NmU1ODYyZmU4Y2VjMzBmOTkwMDBiODZhM2Q2M2QxMDE3MTNkMWYgLnJlbGVhc2UgKFNBMlBOUEYwMDAwMUEwOC4yNDA4MTYtMDAwNCkiLCJBc3NlbWJseVZlcnNpb24iOnsiX0J1aWxkIjowLCJfTWFqb3IiOjUsIl9NaW5vciI6MCwiX1JldmlzaW9uIjowfSwiRm9ybWF0VmVyc2lvbiI6MSwiSW50ZXJhY3Rpb25zIjpbInJTc0FBQitMQ0FBQUFBQUFCQUR0V20xVDR6WVFcL2l1TSs2V2RTWEtTMzUwWlB0Q1Ewa3lQNjAyZzk0Vms3bVJiQVErTzdFcHlTOHJrdjNjbG04U0pnWVByaFpvWHlLZVZ0SkoybjMxMnRjbTFNZnlMTWltTVwvdG0xOGZtelhPVFU2QnZIVkY1azhZQ2txUjd0XC8zQ2NSRHdUMlV6Mmpna2o1M1FPMHQ0Z1RkVFMzb2pKZ3RIMXdQQktVaWFTalBVKzhpeWlRaVRzXC9JQ1JkQ0VTUFpseUVra1lIdE1vNHpIbFJzY1lzdmcwaVM3aEdLYnRZYTlqbkVqQ1pTVnlzUStTQTM1ZXpGZEhcL1VEbTZxQWt6MkdtcEFKMG5KWm5QMWtJU2VlOVFaYW1WRzhqZWtlVVVaNUV2ZEdRZ1FwT3dwUit3V2RuMzNpcGd6d2ZzbG5HSXkwXC8wSHRVRjgyNEd0VW42dXg5RlwvVXJ4WjI5VDVTckNmdE9ENm5cL3p0NmdTR1hCNlQ2amhlUWs3ZXg5TE1JMGlYNmppOVBza3JKOUM0Y3p5M2RjRWx1dVRTMW5PdTNzelFYWVBFM0N0VHI3b2VwQ3p5Tk81TGc0c0d5S1wvQUJNXC9vbWtoYkw1MmZYRUdIQktsQ2tPNGZLbnlaeE9qUDdFUUFqaHJ2NmNJdFRYbng0cVwveVpHWjJJY1VoS25DZE1MM21jUlNSKzBxcklQQ1pNMGtRdFlna0U0aXZYYW1Zc3NEenU0RzV0bTFMWHRhTmIxWnlIdWhsNXNCN0ViT2FFVGFDVWpKaVFBWEo5NWtBRXFyeVFvUUhvRWZDRnYxSXFqOGNud0trODRWUnRJWGxBdFwvWU9KSXM4ekxyVjRSbEtoNUdNYVpwbFVBQ2hFcFcxTVwveXhnc2RCN01IbVlcL2MzU2pOUVhWVmhcL3NBV1dVMlBaV1lVQXArVWR4RVdTdHlvTXhyV0R2YTVvMlBDUHVFenFWMmk2Nk9jc1N5bGh1enFOUmhsZ3BuTnpvQkZMWkVMUzVCOEtzOFlVOURLamZcLzIwaDFKaFpDeVZsVnFSY3dJYytKczV4M1N3Nlc0bW5iVUZqNmo4QUhSUll2NDJJKzRrcEE2cExDTzVNYWVGMFZYenRjb05LMzVsUlpvcXlvT2dHTTErSlR3dUdiTWl5UzFXTEVtMFdnSWNETmVuc
[Win32App][ReevaluationScheduleManager] Saving the last evaluation check-in time as the previous evaluation check-in time has already expired.
Previous evaluation check-in time: 01/01/0001 00:00:00.
Current evaluation check-in time: 19/09/2024 15:31:40.
Next evaluation check-in time: 19/09/2024 23:31:40. AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][ReportingCacheManager] Found unchanged cached reports for user with id: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6. These reports will not be sent to the service until they change or during a full sync. Reports: [{“AppId”:”7e5ba35b-2307-4546-848b-1acce30c35da”,”InternalVersion”:1,”UserId”:”8116d5cf-607b-4478-9a9f-04e3bf9c9db6″,”DeviceId”:”f1d9da36-75e8-4c98-b911-442fd444f58a”,”ExitCode”:null,”ComplianceStateMessage”:{“Applicability”:0,”ComplianceState”:1,”DesiredState”:2,”ErrorCode”:null,”TargetingMethod”:0,”InstallContext”:1,”TargetType”:2,”ProductVersion”:”2024.8.2.0″,”AssignmentFilterIds”:null},”EnforcementStateMessage”:{“EnforcementState”:1000,”ErrorCode”:null,”TargetingMethod”:0},”RebootStatus”:0,”RebootReason”:0,”RebootSetTimeUTC”:”\/Date(1724656295000)\/”,”ResultCreatedTimeUTC”:”\/Date(1726759911462)\/”,”DownloadStartTimeUTC”:”\/Date(-62135596800000)\/”,”Intent”:3,”AvailableAppEnforcementFlag”:0,”Ack”:false,”DeliveryOptimizationJobStatus”:null,”ErrorDetails”:null,”Info”:”{\”EspPhase\”:0,\”EspAppInstallState\”:0,\”InstallBehavior\”:3,\”ESPAppInstallFailureBehavior\”:20,\”StagedContentStatus\”:0,\”ContentFailureType\”:null,\”IsProvisioningReport\”:false}”,”ApplicationName”:null}] AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App][ReportingCacheManager] Sending reports for user with id: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6. Reports: [{“AppId”:”f6037151-d22c-44cf-8fb1-b7d49d6c5b59″,”InternalVersion”:1,”UserId”:”8116d5cf-607b-4478-9a9f-04e3bf9c9db6″,”DeviceId”:”f1d9da36-75e8-4c98-b911-442fd444f58a”,”ExitCode”:null,”ComplianceStateMessage”:{“Applicability”:0,”ComplianceState”:1,”DesiredState”:2,”ErrorCode”:null,”TargetingMethod”:0,”InstallContext”:2,”TargetType”:2,”ProductVersion”:”2024.2.3.25184″,”AssignmentFilterIds”:null},”EnforcementStateMessage”:{“EnforcementState”:1000,”ErrorCode”:null,”TargetingMethod”:0},”RebootStatus”:0,”RebootReason”:0,”RebootSetTimeUTC”:”\/Date(1726759913354)\/”,”ResultCreatedTimeUTC”:”\/Date(1726760086725)\/”,”DownloadStartTimeUTC”:”\/Date(-62135596800000)\/”,”Intent”:3,”AvailableAppEnforcementFlag”:0,”Ack”:false,”DeliveryOptimizationJobStatus”:null,”ErrorDetails”:null,”Info”:”{\”EspPhase\”:0,\”EspAppInstallState\”:0,\”InstallBehavior\”:3,\”ESPAppInstallFailureBehavior\”:20,\”StagedContentStatus\”:0,\”ContentFailureType\”:null,\”IsProvisioningReport\”:false}”,”ApplicationName”:null}] AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App] Win32AppResults count: 1, size 995 AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App] Reporting app results from 0 to 1… AppWorkload 19/09/2024 16:34:46 11 (0x000B)
[Win32App] Sending results to service. session Guid: 7d5885f4-d0db-4c38-863a-ecfae6d8aa1e AppWorkload 19/09/2024 16:34:47 11 (0x000B)
[Win32App] Sending results to service. session RequestPayload: [{“AppId”:”f6037151-d22c-44cf-8fb1-b7d49d6c5b59″,”InternalVersion”:1,”UserId”:”8116d5cf-607b-4478-9a9f-04e3bf9c9db6″,”DeviceId”:”f1d9da36-75e8-4c98-b911-442fd444f58a”,”ExitCode”:null,”ComplianceStateMessage”:{“Applicability”:0,”ComplianceState”:1,”DesiredState”:2,”ErrorCode”:null,”TargetingMethod”:0,”InstallContext”:2,”TargetType”:2,”ProductVersion”:”2024.2.3.25184″,”AssignmentFilterIds”:null},”EnforcementStateMessage”:{“EnforcementState”:1000,”ErrorCode”:null,”TargetingMethod”:0},”RebootStatus”:0,”RebootReason”:0,”RebootSetTimeUTC”:”\/Date(1726759913354)\/”,”ResultCreatedTimeUTC”:”\/Date(1726760086725)\/”,”DownloadStartTimeUTC”:”\/Date(-62135596800000)\/”,”Intent”:3,”AvailableAppEnforcementFlag”:0,”Ack”:false,”DeliveryOptimizationJobStatus”:null,”ErrorDetails”:null,”Info”:”{\”EspPhase\”:0,\”EspAppInstallState\”:0,\”InstallBehavior\”:3,\”ESPAppInstallFailureBehavior\”:20,\”StagedContentStatus\”:0,\”ContentFailureType\”:null,\”IsProvisioningReport\”:false}”,”ApplicationName”:null}] AppWorkload 19/09/2024 16:34:47 11 (0x000B)
[Win32App] Results are successfully sent. ack result is {
“odata.metadata”:”https://fef.msub06.manage.microsoft.com/SideCar/StatelessSideCarGatewayService/$metadata#SideCarGatewaySessions/@Element”,”odata.id”:”urn:StatelessSideCarGatewayService/SideCarGatewaySessions(guid’7d5885f4-d0db-4c38-863a-ecfae6d8aa1e’)”,”Key”:”7d5885f4-d0db-4c38-863a-ecfae6d8aa1e”,”SessionId”:”7d5885f4-d0db-4c38-863a-ecfae6d8aa1e”,”RequestContentType”:”Win32AppResult”,”RequestPayload”:””,”ResponseContentType”:”Acknowledge”,”ResponsePayload”:”Success”,”ClientInfo”:””,”EnabledFlights”:null,”CheckinIntervalMinutes”:null,”CheckinReason”:null,”CheckinReasonPayload”:null,”GenericWorkloadRequests”:null,”GenericWorkloadResponse”:null
} AppWorkload 19/09/2024 16:34:47 3 (0x0003)
[Win32App] Got result with session id 7d5885f4-d0db-4c38-863a-ecfae6d8aa1e. RequestContentType: Acknowledge AppWorkload 19/09/2024 16:34:47 3 (0x0003)
[Win32App][V3Processor] Done processing 2 subgraphs. AppWorkload 19/09/2024 16:35:02 11 (0x000B)
[Win32App] ………………… Completed user session 1, userId: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6, userSID: S-1-12-1-2165757391-1148739707-3808731034-3063782591 ………………… AppWorkload 19/09/2024 16:35:02 11 (0x000B)
[Win32App][GRSManager] Scanning GRS storage for values to clean up. AppWorkload 19/09/2024 16:35:02 11 (0x000B)
[Win32App][GRSManager] Reading GRS values from storage path: 00000000-0000-0000-0000-000000000000\GRS\qoAGvawUGt8DJpxRp7oSBRDg17rRYfhipLTV0gUH8mQ=. AppWorkload 19/09/2024 16:35:02 11 (0x000B)
[Win32App][GRSManager] Reading GRS values from storage path: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6\GRS\qoAGvawUGt8DJpxRp7oSBRDg17rRYfhipLTV0gUH8mQ=. AppWorkload 19/09/2024 16:35:02 11 (0x000B)
[Win32App][GRSManager] Found GRS value: 08/26/2024 08:11:35 at key 8116d5cf-607b-4478-9a9f-04e3bf9c9db6\GRS\qoAGvawUGt8DJpxRp7oSBRDg17rRYfhipLTV0gUH8mQ=\7e5ba35b-2307-4546-848b-1acce30c35da. AppWorkload 19/09/2024 16:35:02 11 (0x000B)
[Win32App][GRSManager] Reading GRS values from storage path: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6\GRS\rXNmb9mjpYWIQ+rQZMTkuOiZ3QofGTIDEFhUQni1SpU=. AppWorkload 19/09/2024 16:35:02 11 (0x000B)
[Win32App][GRSManager] Found GRS value: 09/19/2024 15:31:53 at key 8116d5cf-607b-4478-9a9f-04e3bf9c9db6\GRS\rXNmb9mjpYWIQ+rQZMTkuOiZ3QofGTIDEFhUQni1SpU=\f6037151-d22c-44cf-8fb1-b7d49d6c5b59. AppWorkload 19/09/2024 16:35:02 11 (0x000B)
[Win32App] 0 entries for StartDeadlinetime schedule AppWorkload 19/09/2024 16:35:02 11 (0x000B)
[Win32App] 0 entries for StartDeadlinetime schedule after removed past ones AppWorkload 19/09/2024 16:35:02 11 (0x000B)
[Win32App] StartDeadline timer suppressed. AppWorkload 19/09/2024 16:35:02 11 (0x000B)
[Win32App][CheckinIntervalManager] UpdateTimerIntervalForNextCheckin.shouldUpdateTimer: True, intervalForTimer: 3720000, setTimerIntervalToDefaultFlag: False, Current Interval: 3600000 AppWorkload 19/09/2024 16:35:02 11 (0x000B)
[Win32App][CheckinIntervalManager] UpdateTimerIntervalForNextCheckin. Current interval of timer is 3600000 AppWorkload 19/09/2024 16:35:02 11 (0x000B)
[Win32App][CheckinIntervalManager] UpdateTimerIntervalForNextCheckin. Updated interval of timer is 3720000 AppWorkload 19/09/2024 16:35:02 11 (0x000B)
[Win32App] —————————————————– application poller stopped. —————————————————– AppWorkload 19/09/2024 16:35:02 11 (0x000B)
[Win32App] —————————————————– Unlock DoWorkInternal —————————————————– AppWorkload 19/09/2024 16:35:02 11 (0x000B)
[Win32AppAsync] End app check in AppWorkload 19/09/2024 16:35:02 11 (0x000B)
[Win32AvailableAppAsync] Starting app check in AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] Start available apps check-in 83f0d445-fa93-48fd-a8ce-a28696897393 AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] —————————————————– application poller starts. —————————————————– AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] isDeviceWPJ = False AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] Checking ESP status and phase for sessionId: 0 AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Opening SOFTWARE\Microsoft\Enrollments AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] This is a device session. Will get the first userSid notCompleted one from FirstSyncReg for ESP if available Or absolute first userSid AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Found FirstSync under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793 AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg check subkey: S-1-12-1-2165757391-1148739707-3808731034-3063782591 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync, nth = 0 AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Found userSIDFromFirstSync: S-1-12-1-2165757391-1148739707-3808731034-3063782591 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Got isSyncDoneForUserStr: 1 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync\S-1-12-1-2165757391-1148739707-3808731034-3063782591 AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] Checking ESP status and found isSyncDoneForUser: True AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] The EspPhase: NotInEsp. AppWorkload 19/09/2024 16:35:53 11 (0x000B)
Start CreateAppInstallNotifyInboxIfNotExist AppWorkload 19/09/2024 16:35:53 11 (0x000B)
Created Content folder AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] Refresh session info. AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] Got 1 active user sessions AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] valid AAD user session id : 1 AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] Total valid AAD User session count is 1 AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] Set MdmDeviceCertificate : 9DE1040609B8906D064E90BCF87E46175EDBA1F6 AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] Load global Win32App settings AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] 0 entries from stored allAppStartDeadlineTimeSchedule AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] sender is null : False, ClientPlatformSupportsWNS: True, EspPhase: NotInEsp AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] Creation of checkin interval manager is being skipped. AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Opening SOFTWARE\Microsoft\Enrollments AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] Expected usersid for session 1 with name AzureAD\JoniSherman is S-1-12-1-2165757391-1148739707-3808731034-3063782591 AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Found FirstSync under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793 AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg check subkey: S-1-12-1-2165757391-1148739707-3808731034-3063782591 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync, nth = 0 AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Found userSIDFromFirstSync: S-1-12-1-2165757391-1148739707-3808731034-3063782591 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Got isSyncDoneForUserStr: 1 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync\S-1-12-1-2165757391-1148739707-3808731034-3063782591 AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] ………………… Processing user session 1, userId: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6, userSID: S-1-12-1-2165757391-1148739707-3808731034-3063782591 ………………… AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App][BrandManager] GetBrandingInfo brandingInfo: , FullSync: False AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App][BrandManager] GetBrandingInfo brandingInfoToReturn: {“CompanyName”:”CloudInfra.net”,”ColorBackgroundLogoUri”:”https://fef.msub06.manage.microsoft.com/ContentService/SCService/Contents/0b255089-fa83-41e6-848e-e81ba871fda0″,”WhiteBackgroundLogoUri”:null,”AccentColor”:-13026722} AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App][BrandManager] GetBrandingInfo returning brand info {“CompanyName”:”CloudInfra.net”,”ColorBackgroundLogoUri”:”https://fef.msub06.manage.microsoft.com/ContentService/SCService/Contents/0b255089-fa83-41e6-848e-e81ba871fda0″,”WhiteBackgroundLogoUri”:null,”AccentColor”:-13026722} AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App][BrandManager] UpdateBrandingForToast Set Brand for toast {“CompanyName”:”CloudInfra.net”,”ColorBackgroundLogoUri”:”https://fef.msub06.manage.microsoft.com/ContentService/SCService/Contents/0b255089-fa83-41e6-848e-e81ba871fda0″,”WhiteBackgroundLogoUri”:null,”AccentColor”:-13026722} AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] Checking ESP status and phase for sessionId: 1 AppWorkload 19/09/2024 16:35:53 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Opening SOFTWARE\Microsoft\Enrollments AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] Expected usersid for session 1 with name AzureAD\JoniSherman is S-1-12-1-2165757391-1148739707-3808731034-3063782591 AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Found FirstSync under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793 AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg check subkey: S-1-12-1-2165757391-1148739707-3808731034-3063782591 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync, nth = 0 AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Found userSIDFromFirstSync: S-1-12-1-2165757391-1148739707-3808731034-3063782591 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] GetLogonIdFromFirstSyncReg Got isSyncDoneForUserStr: 1 under: SOFTWARE\Microsoft\Enrollments\ECF013C0-C688-44AF-A24D-00371433C793\FirstSync\S-1-12-1-2165757391-1148739707-3808731034-3063782591 AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] Checking ESP status and found isSyncDoneForUser: True AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] The EspPhase: NotInEsp in session AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] Requesting available apps only AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] Got result with session id 7afdba3a-61b5-48d9-85f5-08ed9f012de3 AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] Got 0 Win32App(s) for user 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 in session 1 AppWorkload 19/09/2024 16:35:54 11 (0x000B)
Get policies = [] AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] WindowsSID : S-1-12-1-2165757391-1148739707-3808731034-3063782591 AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] Get 0 apps for user session 1, user id = 8116d5cf-607b-4478-9a9f-04e3bf9c9db6 AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] Not in ESP processing. EspPhase: NotInEsp, sender: AvailableAppRequest AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App][GRSManager] Scanning GRS storage for values to clean up. AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App][GRSManager] Reading GRS values from storage path: 00000000-0000-0000-0000-000000000000\GRS\qoAGvawUGt8DJpxRp7oSBRDg17rRYfhipLTV0gUH8mQ=. AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App][GRSManager] Reading GRS values from storage path: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6\GRS\qoAGvawUGt8DJpxRp7oSBRDg17rRYfhipLTV0gUH8mQ=. AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App][GRSManager] Found GRS value: 08/26/2024 08:11:35 at key 8116d5cf-607b-4478-9a9f-04e3bf9c9db6\GRS\qoAGvawUGt8DJpxRp7oSBRDg17rRYfhipLTV0gUH8mQ=\7e5ba35b-2307-4546-848b-1acce30c35da. AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App][GRSManager] Reading GRS values from storage path: 8116d5cf-607b-4478-9a9f-04e3bf9c9db6\GRS\rXNmb9mjpYWIQ+rQZMTkuOiZ3QofGTIDEFhUQni1SpU=. AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App][GRSManager] Found GRS value: 09/19/2024 15:31:53 at key 8116d5cf-607b-4478-9a9f-04e3bf9c9db6\GRS\rXNmb9mjpYWIQ+rQZMTkuOiZ3QofGTIDEFhUQni1SpU=\f6037151-d22c-44cf-8fb1-b7d49d6c5b59. AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] 0 entries for StartDeadlinetime schedule AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] 0 entries for StartDeadlinetime schedule after removed past ones AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] StartDeadline timer suppressed. AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] —————————————————– application poller stopped. —————————————————– AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] Finish available apps check-in 83f0d445-fa93-48fd-a8ce-a28696897393 AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[StatusService] No subscribers to SyncCompleteHandler. AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32App] Check-in 83f0d445-fa93-48fd-a8ce-a28696897393 sent signal to unblock other threads. AppWorkload 19/09/2024 16:35:54 11 (0x000B)
[Win32AvailableAppAsync] End app check in AppWorkload 19/09/2024 16:35:54 11 (0x000B)
Content cache takes 0% of whole drive. AppWorkload 19/09/2024 16:35:54 11 (0x000B)

After deploying Foxit PDF Reader, captured the snippet of Appworkload.log contents

Conclusion

The AppWorkload.log file has significantly improved the troubleshooting process for Win32 app management. This log consolidates application deployment events, making it easier to identify issues related to app installation, download, or detection. By using tools like CMTrace.exe to read log files, administrators can effectively investigate failures and track app-related events, including app check-in, download progress, and installation outcomes.

Leave a Comment