Fix For issue #4

This commit is contained in:
efrick 2021-04-27 15:32:07 -04:00
parent 604a290a7f
commit 3cbdfadb8a

View File

@ -126,7 +126,7 @@ function Find-RAM_7 {
function Show-Computer-Info_7 {
if ($write_output.IsPresent){
$computer_hostname = wmic
$computer_hostname = wmic computersystem get name
$output_filename = "SystemProfile_" + $computer_hostname + ".txt"
$output_path = ""
if ($file_location.IsPresent){