Merge pull request #2 from przlplx/patch-1

Edit pass
This commit is contained in:
Teresa-Motiv 2019-06-27 15:16:32 -07:00 committed by GitHub
commit fe2d3b3258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ manager: dansimp
# System SKU reference # System SKU reference
This document provides a reference of System Model and System SKU names that you can use to quickly determine the machine state of a specific device using PowerShell or WMI. This document provides a reference of System Model and System SKU names that you can use to quickly determine the machine state of a specific device by using PowerShell or WMI.
System Model and System SKU are variables that are stored in the System Management BIOS (SMBIOS) tables in the UEFI layer of Surface devices. The System SKU name is required to differentiate between devices that have the same System Model name, such as Surface Pro and Surface Pro with LTE Advanced. System Model and System SKU are variables that are stored in the System Management BIOS (SMBIOS) tables in the UEFI layer of Surface devices. The System SKU name is required to differentiate between devices that have the same System Model name, such as Surface Pro and Surface Pro with LTE Advanced.
@ -26,7 +26,7 @@ System Model and System SKU are variables that are stored in the System Manageme
| Surface 3 LTE AT&T | Surface 3 | Surface_3_US1 | | Surface 3 LTE AT&T | Surface 3 | Surface_3_US1 |
| Surface 3 LTE Verizon | Surface 3 | Surface_3_US2 | | Surface 3 LTE Verizon | Surface 3 | Surface_3_US2 |
| Surface 3 LTE North America | Surface 3 | Surface_3_NAG | | Surface 3 LTE North America | Surface 3 | Surface_3_NAG |
| Surface 3 LTE Outside of North America and T-Mobile In Japan | Surface 3 | Surface_3_ROW | | Surface 3 LTE Outside of North America and Y!mobile In Japan | Surface 3 | Surface_3_ROW |
| Surface Pro | Surface Pro | Surface_Pro_1796 | | Surface Pro | Surface Pro | Surface_Pro_1796 |
| Surface Pro with LTE Advanced | Surface Pro | Surface_Pro_1807 | | Surface Pro with LTE Advanced | Surface Pro | Surface_Pro_1807 |
| Surface Book 2 13inch | Surface Book 2 | Surface_Book_1832 | | Surface Book 2 13inch | Surface Book 2 | Surface_Book_1832 |
@ -52,11 +52,11 @@ gwmi -namespace root\wmi -class MS_SystemInformation | select SystemSKU
**Retrieving the SKU by using System Information** **Retrieving the SKU by using System Information**
You can also find the System SKU and System Model for a device in **System Information**. To do this, follow these steps: You can also find the System SKU and System Model for a device in **System Information**. To do this, follow these steps:
1. Select **Start** and then in the search box type **MSInfo32**. 1. Select **Start**, and then type **MSInfo32** in the search box.
1. Select **System Information**. 1. Select **System Information**.
**Using the SKU in a task sequence WMI condition** **Using the SKU in a task sequence WMI condition**
You can use the System SKU information in Microsoft Deployment Toolkit (MDT) or System Center Configuration Manager as part of a task sequence WMI condition. You can use the System SKU information in the Microsoft Deployment Toolkit (MDT) or System Center Configuration Manager as part of a task sequence WMI condition.
``` powershell ``` powershell
- WMI Namespace Root\WMI - WMI Namespace Root\WMI