Description: programming languages Online Quiz - 14 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
PowerShell passes objects from one command to another via what?
What is PowerShell?
PowerShell is:
What must you set before you can run a PowerShell script?
What can you type in PowerShell to find out more information about a particular command?
PowerShell is often referred to as what?
Single-feature commands that manipulate objects within PowerShell and are native to the PowerShell stack are called _______.
Windows PowerShell processes data as text, like Cmd.exe, BASH, and other UNIX shells.
Windows PowerShell can execute commands in which of the following formats?
Windows PowerShell script files use which of the following file extensions?
To Query from the Application logon your compute, you can use the Get-EventLog cmdlet in the Windows Powershell
In addition to having the standard file system drives, like C: and D:, Windows PowerShell has drives that correspond to which of the following data stores?
To reduce typing, you can create an alternate name for a Windows PowerShell command called a/an ______________.
By default, you can run a Windows PowerShell script by double-clicking its icon.
If I sue Get-Process >>c\fso\process.txt and the c:\fso directory does not exist already.Windows powershell will automatically create the folder, and then create the file.
You can launch Windows programs that have a GUI, such as Notepad and Calculator, within Windows PowerShell.
Which of the following Windows versions does NOT support Windows PowerShell?
Before Bob Muglia formally announced Windows PowerShell in April 2006, what was PowerShell's code name?
BCPL stands for ?
What is a loop ?