get data device sn #48

Open
opened 2 years ago by rbsetiawan · 0 comments
Owner

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 ``` 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 ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.