wmic path softwareLicensingService get OA3xOriginalProductKey
open powershell
powershell "(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey"
Get Mac Address Adapter
open windows power sehll
get-netadapter
## powershell dxdiag
```
powershell -NoProfile -ExecutionPolicy Bypass -File "\\10.100.1.10\software installer\GeonetAgent\agent\UserAgent.ps1"
```
## sn code
- open cmd
```
wmic bios get serialnumber
```
## windows product key
- open cmd
```
wmic path softwareLicensingService get OA3xOriginalProductKey
```
- open powershell
```
powershell "(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey"
```
## Get Mac Address Adapter
- open windows power sehll
```
get-netadapter
```
powershell dxdiag
sn code
windows product key
Get Mac Address Adapter