Question: 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

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.a Open a PowerShell command line window and type date in front of the PS C:> sign. 1.b Type cd and change directory to a directory that has some files (not an empty directory) 1.c Type /s 1.d Type Get-Process | Where-Object \{\$_.ProcessName -Match "^..*"\} 1.e Type Get-Alias [You will get a whole list. Just crop the command and first two lines of the list] 1.f Find the Actual cmdlet name of is [Show the command you ran in a screen dump] 1.g Do some research on the Get-Date and write a Powershell statement to print the Current Month name. 1.h Type "This is a test" -split "" 1.i Type "Brien", "Posey" -join " " 1.j Type these three command pairs one under the other [Environment]::UserName [Environment]:: UserDomainName [Environment]::MachineName
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
