1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What command allows you to view help information on a command? (PowerShell command, not an alias)
get-help
When you are in PowerShell, commands are case-sensitive.
False
What command can be used to display all stored aliases?
Get-alias
Based on the image, If your current location is dir2, which statement below would move your location to dir3?
Set-Location ..\dir3
Based on the image, your current working directory is dir1. Which of the legacy DOS commands below would successfully change your directory location to dir3?
cd ..\dir3
Based on the image, Your current directory is dir1, which command below would successfully list the contents of dir2?
Get-Childitem ..\dir2
Based on the image, Your current location is dir3. Which of the statements below would successfully delete file3a.docx from dir3a?
remove-item dir3a\file3a.docx
Based on the image, If you are in dir1, what command would successfully remove all files in dir2?
remove-item ..\dir2\*.*
Dir is the alias for which PowerShell command?
Get-ChildItem
How do you run PowerShell in Administrator mode?
Access the PowerShell app, Right-click, then select "Run as Administrator"