Which of the following Word Options menu categories allows you to enable and disable macros?
A) Language B) Add-Ins C) Advanced D) Trust Center
D
You might also like to view...
Which of the following open-source operating systems are available for deployment in the Azure gallery?
A) Ubuntu B) SUSE C) OpenLogic D) CentOS E) A and B F) All of the above
What information can you get from the Details tab and the Properties dialog box for your selected PID?
What will be an ideal response?
Step 1. Access PowerShell console.
a. Click Start. Search and select powershell.
b. Click Start. Search and select command prompt.
Step 2. Explore Command Prompt and PowerShell commands.
a. Enter dir at the prompt in both windows.
b. Try another command that you have used in the command prompt, such as ping, cd, and ipconfig.
Step 3. Explore cmdlets.
a. PowerShell commands, cmdlets, are constructed in the form of verb-noun string. To identify the PowerShell command to list the subdirectories and files in a directory, enter Get-Alias dir at the PowerShell prompt.
```
PS C:UsersCyberOpsUser> Get-Alias dir
CommandType Name Version
Source
----------- ---- -------
------
Alias dir -> Get-ChildItem
```
b. For more detailed information about cmdlets, navigate to https://technet.microsoft. com/en-us/library/ee332526.aspx.
c. Close the Command
A(n) ________ is a group of formatting choices that can be applied in a single step
Fill in the blank(s) with the appropriate word(s).
____________________ is a standardized approach to verify that a node meets certain criteria before it is allowed to connect to a network.
Fill in the blank(s) with the appropriate word(s).