Fix For issue #4
This commit is contained in:
parent
604a290a7f
commit
3cbdfadb8a
@ -126,7 +126,7 @@ function Find-RAM_7 {
|
|||||||
|
|
||||||
function Show-Computer-Info_7 {
|
function Show-Computer-Info_7 {
|
||||||
if ($write_output.IsPresent){
|
if ($write_output.IsPresent){
|
||||||
$computer_hostname = wmic
|
$computer_hostname = wmic computersystem get name
|
||||||
$output_filename = "SystemProfile_" + $computer_hostname + ".txt"
|
$output_filename = "SystemProfile_" + $computer_hostname + ".txt"
|
||||||
$output_path = ""
|
$output_path = ""
|
||||||
if ($file_location.IsPresent){
|
if ($file_location.IsPresent){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user