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.
View your driver submissions
Go to Partner Center hardware dashboard and sign in using your credentials.
View your drivers, 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 passes 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 your driver submission.
- 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 The type of the driver submission. 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 Driver Update Acceptable (DUA) packages. You can't share the driver with other 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. Possible values are: HLK
,HCK
, orAttestation
.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. In-process driver submissions don't appear in search results until package acceptance is complete.
Plain-text search
When you search for your hardware submissions, using plain text, enter search terms 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.
Use plain-text search
In the search text box, enter one or more search terms.
To view the results, select the search icon.
Keyword search
In this section, we 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 |
Search over a single attribute
In the search box, enter an @. The list of attributes should appear as in the following image:
Select the attribute you wish to search over. For this example, we choose the
ProductName
attribute. The search field should look something like the following image: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".
To view results, select the search icon.
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.
Follow the steps for single attribute search, except you separate each attribute with a space. Your search query should look something like the following image:
Select the search icon and view results.
Important points
- You can use a given parameter only once in a keyword search. For example, searching for (@ProductName:"test" @ProductName:"system") causes an error.
- Currently, you can't search by using the parameters Submission Created Date or Source. They aren't available at this time.
- By default, search results are sorted by descending order of Submission Created Date. You can select any of the column title fields to change the sorting.
- 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 aren't letters or numbers).