System name is not correct in Win7 fix #4

Closed
opened 2021-04-27 15:26:48 -04:00 by efrick · 0 comments
Owner

The output function has a typeo in it that cause the function not to complete

Line 128

$computer_hostname = wmic 

Should be

$computer_hostname = wmic computersystem get name
The output function has a typeo in it that cause the function not to complete Line 128 ```powershell $computer_hostname = wmic ``` Should be ```powershell $computer_hostname = wmic computersystem get name ```
efrick added the
bug
label 2021-04-27 15:26:48 -04:00
efrick referenced this issue from a commit 2021-04-27 15:32:19 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: efrick/Sysinfo#4
No description provided.