Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
doroved committed Feb 18, 2024
1 parent 3bd2332 commit b4037ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: powershell -WindowStyle Hidden -command "Get-WmiObject Win32_ComputerSystemProduct | Select-Object -ExpandProperty UUID"
- name: Get All FP from powershell
run: |
powershell -WindowStyle Hidden -command $csproduct = Get-WmiObject Win32_ComputerSystemProduct | Select-Object -ExpandProperty UUID;
powershell -WindowStyle Hidden -command "$csproduct = Get-WmiObject Win32_ComputerSystemProduct | Select-Object -ExpandProperty UUID";
$bios = Get-WmiObject Win32_BIOS | Select-Object -ExpandProperty SerialNumber;
$baseboard = Get-WmiObject Win32_BaseBoard | Select-Object -ExpandProperty SerialNumber;
$cpu = Get-WmiObject Win32_Processor | Select-Object -ExpandProperty ProcessorId;
Expand Down

0 comments on commit b4037ea

Please sign in to comment.