# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
