Describe the three wildcards you use in PowerShell cmdlets.

What will be an ideal response?


* - Matches any string of characters starting where you place the *. For example, if you type g*, you find anything that starts with the letter g.

? - Matches a single character according to where you place the ?. For example, you could enter r??k to return rick, rock, or rook.

[ ] - Allows you to specify a range of characters. For example, [k-s]ick could return kick, lick, pick, or sick. Or, you could be more specific and enter [kps]ick, which could return kick, pick, or sick.

Computer Science & Information Technology

You might also like to view...

Once users create a table sort, they can only modify the existing sort or create a new higher priority sort. They cannot delete the sort

Indicate whether the statement is true or false

Computer Science & Information Technology

Copying or cutting a selection to the Windows ____________________ stores the selection in memory so you can paste it into the current file or another file.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

TLF offers three types of published text: Locked, Selectable, and Editable.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

____ password policies mean that you can now create more than one set of account policies within a domain.

A. Fine-grained B. Global C. Unrestricted D. Multiple

Computer Science & Information Technology