Question: 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
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 ls 1.d Type Get-Process | Where-Object {$_.ProcessName -Match "^p.*"} 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 ls [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
