7.2 Flashcards

1
Q

What is an object-oriented, interactive command environment with scripting language features?

A

Windows PowerShell (PS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What cmdlet and variable do you use to obtain the current PS version?

A

Get-Host and $PSVersionTable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What PS cmdlet gives a complete list of aliased commands and their associated PS cmdlet?

A

Get-Alias

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

dir is an alias for what ps cmdlet?

A

Get-ChildItem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the PS cmdlet to list the available cmdlets?

A

Get-Command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the PS command to see all of the arguments for a given cmdlet?

A

Get-Help

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What parameter will show specific examples for a cmdlet in PS?

A

-examples

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are small commands used within PS called?

A

cmdlets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What cmdlet is used to show all of the available verbs in PS?

A

Get-Verb

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What parameter is used to state the name of an object, i.e. a user name, cmdlet name, path name?

A

-name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What parameter is used to state the system name or IP you want the action performed on?

A

-computername

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What parameter is used to state the path for a directory?

A

-Path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What defines additional information associated with a parameter name?

A

Arguments

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What parameter and argument is used when navigating the filesystem to specify path to traverse?

A

-Path C:\Windows

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What parameter and argument is used with Import-Module and specifies the name of the module that you wish to import?

A

-Name ActiveDirectory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What defines the process of passing the results of one cmdlet as input into a second cmdlet?

A

Pipeline

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What are packages of PS commands, consisting of cmdlets, functions, variables, and aliases?

18
Q

What defines a way for the OS and its services and applications to record important actrions, post status messages, and track security events?

19
Q

What is the command line tool that enables auditing?

20
Q

What defines the tracking of changes?

21
Q

What three logs are always available?

A

Application Log, System Log, and Security Log

22
Q

Where does 5.* Windows architectures store log files?

A

%SystemRoot%\system32\config

23
Q

Where does 6.* Windows architectures store log files at?

A

%SystemRoot%\system32\winevt\logs

24
Q

What logs will a domain controller typically have?

A

Directory Service Log, File Replication Log, and DNS Server Log

25
What is a vast heirarchical repository of operating system (OS), hardware, applications, and user settings that is referred to as the heart and soul of the OS?
*Windows Registry*
26
At what time is the registry read?
*Boot process, application startup,* and *User Login*
27
What is the primary tool for viewing and editing the Registry?
**regedit.exe**
28
What is the primary tool for viewing and editing the Registry?
**regedit.exe**
29
What type of key contains all the user settings and all the computer settings respectively?
*Master key*
30
What are the two master keys?
* HKEY\_USERS (HKU)* * HKEY\_LOCAL\_MACHINE (HKLM)*
31
What types of key are linked to key within the two master keys; and what are they?
*Derived* * *HKEY\_CLASSES\_ROOT (HKCR)* * *HKEY\_CURRENT\_USER (HKCU)* * *HKEY\_CURRENT\_CONFIG (HKCC)*
32
What are used to identify additional object attributes?
*Parameters*
33
What defines an internal command that is associated with a PS cmdlet that provides a similar output?
*Aliases*
34
Which Security Audit trigger happens when changes to user rights, Windows Firewall, GPOs, audit, or trust policies occur?
*Policy Change*
35
Which Security Audit trigger happens when an object (e.g., file, folder, etc.) is accessed that has a System Access Control List (SACL)?
*Object Access*
36
Which Security Audit trigger happens when a user exercises a user right or privilege?
*Privilege Use*
37
Which Security Audit trigger happens when programs activate, processes exit, and object are accessed indirectly?
*Process Tracking (Detailed Tracking)*
38
Which Security Audit trigger happens when computer security events such as restart, shutdown, or clearing the vent log occur?
*System*
39
Which Security Audit trigger happens when accounts are created, deleted, or which user accounts are modified?
*Account Management*
40
Which Security Audit trigger happens when logon attempts occur?
*Logon*
41
Which Security Audit trigger happens when network-based access to computer and attempts connect to shares are made?
*Account Logon*
42
Which Security Audit trigger happens when a user accesses a directory service object with a System Access Control List (SACL)?
*Directory Service Access*