Skip to content

Commit

Permalink
edit file
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwechsler committed Oct 13, 2022
1 parent 95ce6e3 commit 17476fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions AutoPilot_HWID.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
New-Item -Type Directory -Path "C:\HWID"

Set-Location -Path "C:\HWID"

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted

Install-Script -Name Get-WindowsAutoPilotInfo

Get-WindowsAutoPilotInfo.ps1 -OutputFile AutoPilotHWID.csv

0 comments on commit 17476fc

Please sign in to comment.