Update to Powershell to accomidate Windows 7 #3

Merged
efrick merged 4 commits from Win7_Fix into master 2021-04-27 15:37:52 -04:00
Showing only changes of commit 3cbdfadb8a - Show all commits

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){