Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PowerShell Lab11, I need help! Please write down commands and screenshots for working commands. Thank you! NOTE For this lab, you need any computer running
PowerShell Lab11, I need help! Please write down commands and screenshots for working commands. Thank you!
NOTE For this lab, you need any computer running PowerShell 7.1 or later. See if you can complete the following tasks: 1. Display a table of processes that includes only the process names, IDs, and whether they're responding to Windows (the Responding property has that information). Have the table take up as little horizontal room as possible, but don't allow any information to be truncated. LEARN POWERSHELL IN A MONTH OF LUNCHES, FOURTH EDITION 2. Display a table of processes that includes 4. Use Get-AzStorageAccount the process names and IDs. Also and Getinclude columns for virtual and physical memory usage, expressing those values in Azstoragecontainer to megabytes (MB). display all of your storage containers so 3. Use Get-Module to get a list that a separate table is displayed for of loaded modules. Format the storage containers that are accessible to output as a table that includes, the public and storage containers that are in this order, the module name not. (Hint: Piping is your friend... use a and the version. The column GroupBy parameter.) headers must be ModuleName and 5. Display a four-column-wide list of all Modul eVersion. directories in the home directory. 6. Create a formatted list of all .dll files in \$pshome, displaying the name, version information, and file size. PowerShell uses the Length property, but to make it clearer, your output should show SizeStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started