Question: Using PowerShell or VSCode, create a PowerShell script that does the following: This script is going to get an inventory of your computer system. Use

Using PowerShell or VSCode, create a PowerShell script that does the following:

This script is going to get an inventory of your computer system. Use get-wmiobject to collect the following required information:

  1. Computer Domain
  2. Computer Name
  3. Computer Manufacturer
  4. Computer Operating System Name
  5. Computer Operating System Version
  6. Computer Processor Name
  7. Computer RAM in GB
  8. Get Local Disk information
    1. Drive Letter
    2. FileSystem
    3. Size
      1. Total Size
      2. Free Space
    4. Use get-phsyicaldisk to get the media type of the Local Disk

Upload script. Paste a screenshot of the results here

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!