Answered step by step
Verified Expert Solution
Link Copied!

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.image text in transcribed

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 : Enter User's ID : Enter User's Job Location : [Make sure to enter AA99 pattern job location, eg: BX56, CR91] Enter User's Manager Code : does not exists". [Test it out by entering a non-existing file name and get a screen dump of the result] AGAIN, IF YOU DID NOT SUBMIT THE .ps1 file(s) for 2, 3, YOU WILL NOT GET ANY POINTS. DO NOT SUBMIT IMAGES OF .ps1 FILES. YOU MUST SUBMIT THE ACTUAL.ps1 FILE(s)

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

Database Design Application Development And Administration

Authors: Michael V. Mannino

4th Edition

0615231047, 978-0615231044

More Books

Students also viewed these Databases questions

Question

u = 5 j , v = 6 i Find the angle between the vectors.

Answered: 1 week ago