Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database Management Systems

Authors: Mark L. Gillenson

2nd Edition

0470624701, 978-0470624708

More Books

Students also viewed these Databases questions