> For the complete documentation index, see [llms.txt](https://docs.patchmypc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patchmypc.com/patch-my-pc-cloud/insights-intune/technical-references/client-data-collection/user-inventory-data.md).

# User Inventory Data Collection in Patch My PC Advanced/Patch Insights for Intune

*Applies to: Advanced/Patch Insights for Intune*

This article documents the user inventory data collected by the Patch My PC (PMPC) Advanced/Patch Insights for Intune client.

| [BrowserExtension](#browserextension)   | [LocalGroup](#localgroup)   | [UserApplication](#userapplication) |
| --------------------------------------- | --------------------------- | ----------------------------------- |
| [UserLogonActivity](#userlogonactivity) | [UserProfile](#userprofile) |                                     |

## BrowserExtension

### Cinv 103

| Name        | Type     | Description                                       | Data Source |
| ----------- | -------- | ------------------------------------------------- | ----------- |
| Author      | string   | Publisher or author of the extension              | File system |
| Browser     | string   | Browser name (e.g., Chrome, Firefox)              | File system |
| ID          | string   | Unique extension identifier                       | File system |
| InstalledOn | DateTime | Date the extension was installed                  | File system |
| InstallPath | string   | File system path where the extension is installed | File system |
| Name        | string   | Extension display name                            | File system |
| User        | string   | User profile associated with the extension        | WMI         |
| Version     | string   | Extension version                                 | File system |

## LocalGroup

### Cinv 103

| Name                                            | Type      | Description                     | Data Source |
| ----------------------------------------------- | --------- | ------------------------------- | ----------- |
| GroupMembers                                    | string\[] | List of members that are Groups | WinAPI      |
| GroupName<mark style="color:red;">**\***</mark> | string    | Name of the local group         | WinAPI      |
| Members                                         | string\[] | List of members that are users  | WinAPI      |

<mark style="color:red;">**\***</mark> Only the **Administrators** group is currently supported. All other groups are excluded and no information is collected from Domain Controllers.

## UserApplication

### Cinv 103

| Name                                               | Type   | Description                                                   | Data Source          |
| -------------------------------------------------- | ------ | ------------------------------------------------------------- | -------------------- |
| DisplayName                                        | string | User-friendly application name                                | Registry             |
| DisplayVersion                                     | string | Application version string                                    | Registry             |
| InstallDate                                        | string | Date application was installed (often in YYYYMMDD or similar) | Registry/File system |
| InstallLocation                                    | string | File system path where the app is installed                   | Registry/File system |
| Publisher                                          | string | Name of the software publisher                                | Registry             |
| QuietUninstallString                               | string | Command line string for silent uninstall                      | Registry             |
| RegistryPath<mark style="color:red;">**\***</mark> | string | Registry key path for the application entry                   | Registry             |
| UninstallString                                    | string | Command line string for uninstall                             | Registry             |
| User                                               | string | User associated with the installation                         | WMI                  |

<mark style="color:red;">**\***</mark> Read from user registry hives, which are loaded if required.

## UserLogonActivity

### Cinv 103

| Name          | Type   | Description                                      | Data Source         |
| ------------- | ------ | ------------------------------------------------ | ------------------- |
| LastLogonUser | string | The username (or SID) of the last logged-in user | Win32API / Registry |

## UserProfile

### Cinv 103

| Name                | Type   | Description                                      | Data Source |
| ------------------- | ------ | ------------------------------------------------ | ----------- |
| FriendlyName        | string | User-friendly display name of the profile        | LDAP        |
| IsLoaded            | string | Indicates if the profile is currently loaded     | WMI         |
| ProfilePath         | string | File system path to the user’s profile directory | WMI         |
| RegistryDatFilePath | string |                                                  | File system |
| Sid                 | string | Security Identifier for the user profile         | WMI         |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.patchmypc.com/patch-my-pc-cloud/insights-intune/technical-references/client-data-collection/user-inventory-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
