Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I am needing help with 3a and 3b. I would like the code and screen shot of the result. I have been trying to get
I am needing help with 3a and 3b. I would like the code and screen shot of the result. I have been trying to get this for the longest time but can't seem to understand the question. This is for Powershell.
Make sure to RUN each cmdlet/script you write and include a screen dump of each execution output into a word document. Number them correctly. All.ps1 files you write in this assignment MUST be zipped along with the word document into a zip file named your lastname_firstname_assignment6.zip 1. Open a PowerShell shell window and execute each of the following commands a. Find the alias to Write-Output cmdlet and execute it. b. Find the underneath cmdlet name for cd and execute it. C. Find the underneath cmdlet for cls and execute it. d. Type [String] I gm (Hit return) and then type [String] | Get-Member (Hit Return) What's the difference between the two commands? (Show Screen Dumps) e. Execute the following commands one under the other (Take one screen dump for all) Clear-Host $Num = 49.6814343 [System.Math]::Round($Num, 2) f. Find and execute a command to find all the Members in the Math class in PowerShell g. Execute a command to find the pl value in Math. 2. Write a PowerShell script to: a. Create the following output Enter User's Full Name :Step 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