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:
- Computer Domain
- Computer Name
- Computer Manufacturer
- Computer Operating System Name
- Computer Operating System Version
- Computer Processor Name
- Computer RAM in GB
- Get Local Disk information
- Drive Letter
- FileSystem
- Size
- Total Size
- Free Space
- 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
Get step-by-step solutions from verified subject matter experts
