View hardware submissions

In the hardware dashboard, you can view all your organization's hardware submissions. This article shows you how to view and search for your organization's hardware submissions.

Prerequisites

Create a new hardware submission.

View your hardware submissions

In the hardware dashboard, you can view all your submitted driver information.

To view your driver submissions:

  1. Go to Partner Center hardware dashboard and sign in using your credentials.

  2. All your drivers should be listed, with the following attributes for each submission:

Column Description
Private Product ID The Private ID of the driver. For more information, see Hardware submission IDs
Product Name The name of the driver specified during the submission creation process.
Submission Status The current state of the submission. Possible values are:
  • Package acceptance: Your submission package has passed initial screening for proper formatting and contents.
  • Preparation: We’re preparing your package for further review and signing.
  • Validation: We’re validating your package for policy compliance and technical correctness.
  • Manual review: We weren’t able to automatically validate the contents of your package, so someone at Microsoft is taking a closer look.
  • Catalog creation: We’re creating the security catalog for your driver.
  • Sign: We’re applying Microsoft’s signature to your security catalog and binaries.Finalize: We’re finishing up and your driver will be ready soon.Completed: Your submission is complete.
Submission Created Date The date the driver was added to your account, either by you or by someone sharing the driver with you.
Submission Type
Permission Your permission for the submission. Possible values are:
  • Author: Author of the driver. You can complete all tasks and share the driver with partners.
  • Publisher: The driver is shared with you. You can download the driver, create Windows Update shipping labels, and create DUA packages. You can't share the driver with additional companies.
  • Read-only: The driver was submitted to Windows Update on your behalf. You can see the driver details, download the driver, and view the shipping label that was submitted on your behalf. You can't create shipping labels or create DUA packages.
Source The author (shown as the organization name) of the submission.
Shared Product ID The Shared ID of the driver. For more information, see Hardware submission IDs
Submission ID The unique submission ID of the driver. For more information, see Hardware submission IDs
Certification Type The certification type for your submission. This can be either HLK, HCK, or Attestation.
Submission Name The name of the driver specified during the submission creation process.

Search for hardware submissions

After your driver package acceptance is complete, you can then use the search feature of the hardware dashboard. Driver submissions that have not yet been accepted will not appear in search results until after the package acceptance is complete.

When you search for your hardware submissions, using plain text, you'll want to enter search term(s) that match the value of any one of these fields:

  • Private Product ID

  • Shared Product ID

  • Submission ID

  • Product Name

  • Submission Name

  • Hardware ID

  • INF name

  • Operating System Code

For example, the search phrase mydriver returns submissions with the product names mydriver 1, new mydriver and old mydriver 2, mydriver1 and mydriver_new.

To use plain-text search:

  1. In the search text box, enter the search term(s).

    Screenshot of the Drivers page in the hardware dashboard, with 'Search Service' entered into the search text box.'

  2. To view the results, select the search icon.

In this section, we'll show you how to use keyword search to search over both single and multiple attributes.

With keyword search, you can search for drivers by driver by any number of the following attributes:

Parameter Type Possible values
ProductID Numeric 17 digit private product ID
SharedProductID Numeric 19 digit shared product ID
ProductName Text
CertificationType Text Attestation, HCK, HLK, WLK
Permission Text Author, Publisher
SubmissionID Numeric 19 digit Submission ID
SubmissionName Text
SubmissionType Text Initial, Derived
SubmissionStatus Text Complete, Failed, Processing, Ready
IsExtensionDriver Boolean False, True
IsUniversalDriver Boolean False, True
IsDeclarativeDriver Boolean False, True
INFName Text
HardwareID Text
OperatingSystemCode Text list of OS codes

To search over a single attribute:

  1. In the search box, enter an @. The list of attributes should appear as in the following image:

    Screenshot of the Drivers page in the hardware dashboard, with @ symbol entered into the text box. A list of available attributes shows under @ symbol.

  2. Select the attribute you wish to search over. For this example, we'll choose the ProductName attribute. The search field should look something like the following image:

    Screenshot of the search field with the ProductName attribute selected.'

  3. Enter your search terms in between the quotation marks (""). Be careful not to modify the attribute name. The search phrase can be a complete search value or partial one. For example, to search for drivers by operating system codes you could use either @OperatingSystemCode:"Windows 10 RS4 Client x64" or @OperatingSystemCode:"Windows 10 RS4".

  4. To view results, select the search icon.

To search over multiple attributes:

Multiple attributes behave as if they are in an AND operator combination. For example, if you search for both product name and submission status (@ProductName:"test" @SubmissionStatus:"Failed") the dashboard returns only those records that match both product name and submission status.

  1. Follow the steps above for single attribute search, except that you'll separate each attribute by a space. Your search query should look something like the following image:

    Screenshot of the Drivers page in the hardware dashboard, in which two attributes, @ProductName:'test' and @SubmissionStatus:'Failed', are entered. Results all have 'test' in the product name as well as 'Failed' in the submission status.

  2. To view results, select the search icon.

Important Points

  1. You can use a given parameter only once in a keyword search. For example, searching for (@ProductName:"test" @ProductName:"system") causes an error.

  2. Currently, you can't search by using the parameters Submission Created Date or Source. They aren't available at this time.

  3. By default, search results are sorted by descending order of Submission Created Date. You can click any of the column title fields to change the sorting.

  4. To search for product names or hardware ID, use the full search string. If you need to use a wildcard operator for these fields, avoid special characters (characters that are not letters or numbers).

Next Steps