From 8882a626442d1663e244012dac1acf49416d8866 Mon Sep 17 00:00:00 2001 From: Teresa-Motiv Date: Thu, 20 Jun 2019 11:02:18 -0700 Subject: [PATCH 1/4] Added table entries --- devices/surface/surface-system-sku-reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devices/surface/surface-system-sku-reference.md b/devices/surface/surface-system-sku-reference.md index b193b9e336..a9a489bb3c 100644 --- a/devices/surface/surface-system-sku-reference.md +++ b/devices/surface/surface-system-sku-reference.md @@ -31,6 +31,8 @@ System Model and System SKU are variables stored in System Management BIOS (SMBI | Surface Pro with LTE Advanced | Surface Pro | Surface_Pro_1807 | | Surface Book 2 13inch | Surface Book 2 | Surface_Book_1832 | | Surface Book 2 15inch | Surface Book 2 | Surface_Book_1793 | +| Surface Go LTE Consumer | Surface Go | Surface_Go_1825_Consumer | +| Surface Go LTE Commercial | System Go | Surface_Go_1825_Commercial | | Surface Go Consumer | Surface Go | Surface_Go_1824_Consumer | | Surface Go Commercial | Surface Go | Surface_Go_1824_Commercial | | Surface Pro 6 Consumer | Surface Pro 6 | Surface_Pro_6_1796_Consumer | From 88c7809f28fa0fcff6f221de205923f97bd069b2 Mon Sep 17 00:00:00 2001 From: Teresa-Motiv Date: Thu, 20 Jun 2019 11:15:44 -0700 Subject: [PATCH 2/4] Copyedit to current standards --- .../surface/surface-system-sku-reference.md | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/devices/surface/surface-system-sku-reference.md b/devices/surface/surface-system-sku-reference.md index a9a489bb3c..1638cd801e 100644 --- a/devices/surface/surface-system-sku-reference.md +++ b/devices/surface/surface-system-sku-reference.md @@ -18,7 +18,7 @@ manager: dansimp 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. -System Model and System SKU are variables stored in System Management BIOS (SMBIOS) tables in the UEFI layer of Surface devices. The System SKU name is required to differentiate between devices with 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. | Device | System Model | System SKU | | ---------- | ----------- | -------------- | @@ -42,22 +42,23 @@ System Model and System SKU are variables stored in System Management BIOS (SMBI ## Examples -**PowerShell** - Use the following PowerShell command to pull System SKU: +**PowerShell** +Use the following PowerShell command to pull the System SKU information: - ``` + ``` powershell gwmi -namespace root\wmi -class MS_SystemInformation | select SystemSKU ``` -**System Information** -You can also find the System SKU and System Model for a device in System Information. +**System information** +You can also find the System SKU and System Model for a device in **System Information**. To do this, follow these steps: -- Go to **Start** > **MSInfo32**. - -One example of how you could use this in Microsoft Deployment Toolkit (MDT) or System Center Configuration Manager is as part of a Task Sequence WMI Condition. For example: - -**Task Sequence WMI Condition** +1. Select **Start** and then in the search box type **MSInfo32**. +1. Select **System Information**. +**Example: 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. + ``` powershell - WMI Namespace – Root\WMI - WQL Query – SELECT * FROM MS_SystemInformation WHERE SystemSKU = "Surface_Pro_1796" + ``` From 98ea05cd7debe9cc1f925797099da2f6558d8fbb Mon Sep 17 00:00:00 2001 From: Teresa-Motiv Date: Thu, 20 Jun 2019 11:50:15 -0700 Subject: [PATCH 3/4] Edit --- devices/surface/surface-system-sku-reference.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devices/surface/surface-system-sku-reference.md b/devices/surface/surface-system-sku-reference.md index 1638cd801e..a3f8169d9a 100644 --- a/devices/surface/surface-system-sku-reference.md +++ b/devices/surface/surface-system-sku-reference.md @@ -42,20 +42,20 @@ System Model and System SKU are variables that are stored in the System Manageme ## Examples -**PowerShell** +**Retrieving the SKU by using PowerShell** Use the following PowerShell command to pull the System SKU information: ``` powershell gwmi -namespace root\wmi -class MS_SystemInformation | select SystemSKU ``` -**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: 1. Select **Start** and then in the search box type **MSInfo32**. 1. Select **System Information**. -**Example: 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. ``` powershell From a8a2fd848dc0b7d557bc8dbaa59a3965fb9c690e Mon Sep 17 00:00:00 2001 From: przlplx <36421998+przlplx@users.noreply.github.com> Date: Thu, 27 Jun 2019 14:56:19 -0700 Subject: [PATCH 4/4] Edit pass per CI 103336 --- devices/surface/surface-system-sku-reference.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devices/surface/surface-system-sku-reference.md b/devices/surface/surface-system-sku-reference.md index a3f8169d9a..6b6e75f7d4 100644 --- a/devices/surface/surface-system-sku-reference.md +++ b/devices/surface/surface-system-sku-reference.md @@ -16,7 +16,7 @@ manager: dansimp # 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. @@ -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 Verizon | Surface 3 | Surface_3_US2 | | 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 with LTE Advanced | Surface Pro | Surface_Pro_1807 | | 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** 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**. **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 - WMI Namespace – Root\WMI