Update assettag.md

This commit is contained in:
John Kaiser 2019-01-29 12:46:13 -08:00 committed by GitHub
parent 4ef6fd7601
commit 2c04ff6401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ Surface Go.
Alternately, you can use WMI to query the existing asset tag on a device: Alternately, you can use WMI to query the existing asset tag on a device:
- (Get-WmiObject -query “Select * from Win32_SystemEnclosure”) (Get-WmiObject -query “Select * from Win32_SystemEnclosure”)
``` ```
**Example:** **Example:**
C:\Windows\System32> (Get-WmiObject -query “Select * from Win32_SystemEnclosure”) C:\Windows\System32> (Get-WmiObject -query “Select * from Win32_SystemEnclosure”)