{"id":575,"date":"2025-02-11T07:49:42","date_gmt":"2025-02-11T07:49:42","guid":{"rendered":"https:\/\/blog.tomtechproductions.be\/?p=575"},"modified":"2025-06-20T07:40:12","modified_gmt":"2025-06-20T07:40:12","slug":"export-hwid-to-usb","status":"publish","type":"post","link":"https:\/\/blog.tomtechproductions.be\/index.php\/2025\/02\/11\/export-hwid-to-usb\/","title":{"rendered":"Export HWID to usb"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>$currentDirectory = $PSScriptRoot + \"HWID\"\n$serialNumber = (Get-WmiObject -class win32_bios).SerialNumber  \n$outputFile = $serialNumber + \".csv\"\n\n&#91;Net.ServicePointManager]::SecurityProtocol = &#91;Net.SecurityProtocolType]::Tls12\nNew-Item -Type Directory -Force -Path $currentDirectory\nSet-Location -Path $currentDirectory\n$env:Path += \";C:\\Program Files\\WindowsPowerShell\\Scripts\"\nSet-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned\nInstall-Script -Name Get-WindowsAutopilotInfo -Confirm:$false\nGet-WindowsAutopilotInfo -OutputFile $outputFile<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-575","post","type-post","status-publish","format-standard","hentry","category-blog"],"_links":{"self":[{"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/posts\/575","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/comments?post=575"}],"version-history":[{"count":2,"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/posts\/575\/revisions"}],"predecessor-version":[{"id":580,"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/posts\/575\/revisions\/580"}],"wp:attachment":[{"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/media?parent=575"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/categories?post=575"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/tags?post=575"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}