What feature allows PS to complete commands after typing a few letters?

Study for the SANS560 GIAC Penetration Tester (GPEN) Test. Study with flashcards and multiple choice questions, each question has hints and explanations. Get ready for your exam!

Multiple Choice

What feature allows PS to complete commands after typing a few letters?

Explanation:
PowerShell uses tab-based completion. After you type a partial command name and press the Tab key, PowerShell fills in the rest of the command or cycles through other matching commands. This speeds entry and reduces typos. Parameter hints show the expected parameters as you type (for example, after a dash), but they don’t complete the command name themselves. Command history lets you recall and reuse previous commands, and aliases are shortcuts for longer commands.

PowerShell uses tab-based completion. After you type a partial command name and press the Tab key, PowerShell fills in the rest of the command or cycles through other matching commands. This speeds entry and reduces typos. Parameter hints show the expected parameters as you type (for example, after a dash), but they don’t complete the command name themselves. Command history lets you recall and reuse previous commands, and aliases are shortcuts for longer commands.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy