Write a function that list the software


Write a function that list the software (name and vendor) installed on the computer specified by input argument. The function must output the list to screen and output the list to a CSV file. The CSV file name must be computer_software.csv where computer is the computer name inputted as an argument to the function

Write a function that lists the free disk space and percentage of disk space used on the computer. The function must accept a computer name as an input argument. The function must also output the list to screen and output the list to a CSV file. The CSV file name must be computer_hdspace.csv where computer is the computer name inputted as an argument to the function.

Script must call each function at least one time.

Script must accept a single computer name as input when the script is executed; this computer name must be passed to the functions.

Request for Solution File

Ask an Expert for Answer!!
Other Subject: Write a function that list the software
Reference No:- TGS0108592

Expected delivery within 24 Hours