Match each term with the correct statement below.

A. Specialized commands for completing common tasks in PowerShell
B. Contains profile settings for all users who have logged onto the server
C. A customized environment for executing commands and scripts
D. Holds data to associate file extensions with programs
E. A group of XML files that establish a security policy
F. Has information about the current hardware profile
G. A file of commands that is run when you run the script
H. Contains information about the desktop setup for the account presently logged on to the server console
I. Steps you through analyzing and configuring security settings on a server


A. cmdlets
B. HKEY_USERS
C. shell
D. HKEY_CLASSES_ROOT
E. SCD
F. HKEY_CURRENT_CONFIG
G. script
H. HKEY_CURRENT_USER
I. SCW

Computer Science & Information Technology

You might also like to view...

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

1. To write to a binary file, you can use the write() member function of an of stream object. 2. The ios::hardfail bit is set when an unrecoverable error occurs. 3. When a recursive function directly calls itself, this is known as direct recursion. 4. Indirect recursion means that a function calls itself several times. 5. A recursive function cannot call a function other than itself.

Computer Science & Information Technology

C++ requires that a copy constructor's parameter be a(n)

a. integer data type b. floating-point data type c. pointer variable d. reference object e. None of these

Computer Science & Information Technology

Selected text can be copied to the clipboard by pressing ________

A) Ctrl + X B) Ctrl + C C) Ctrl + A D) Ctrl + V

Computer Science & Information Technology

A theme that determines the font applied to two types of slide text—headings and body

A) theme font B) table style C) legend D) theme colors

Computer Science & Information Technology