Notecards Flashcards

(60 cards)

1
Q

command that lists cmdlets, functions, aliases

A

get-command

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

The process of creating copies of data to protect against data loss

A

backups

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

command that updates your help files

A

update-help

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

displays help info about PowerShell cmdlets

A

get-help

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

refers to the ability of a system to manage multiple tasks or processes simultaneously

A

concurrency

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

Authentication method that combines different factors for stronger security

A

multi-factor authentication

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

CLI command to display all current scheduled tasks on a system

A

schtasks /query

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

PowerShell command that creates a new local group

A

New-LocalGroup

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

PowerShell command that creates a new local user

A

New-LocalUser

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

Most common file system offered by Microsoft Windows

A

NTFS

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

Original file system used since the early days of DOS

A

FAT

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

Newer and more complex file system than FAT

A

ExFAT

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

NTFS offers file and folder security thru

A

DACLs (Discretionary Access Control Lists) & SACLs (System Access Control Lists)

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

Kernel design characterized by modularity, simplicity, and the ability to run multiple OS on the same hardware

A

Microkernel

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

Automated processes that run at specific times or in response to specific events in Windows

A

scheduled tasks

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

How can user/group management be performed in Windows

A

Thru GUI, CLI, and PowerShell

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

Does not permit access to network resources, authenticated by the SAM and utilized by work groups

A

Local

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

Automatically created when the OS, Active Directory, or other apps utilized by work groups

A

Built-in user account

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

Does not permit access to network resources, authenticated by the SAM and utilized by work groups

A

Local user account

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

Provides access to network resources, authenticated by the DC and reside in Active Directory

A

Domain user account

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

Which file system is commonly used in USBs and supports individual files larger than 4 GB

A

ExFAT

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

Most common file system offered by Microsoft Windows

A

NTFS

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

Runs in the most privileged ring of the CPU

A

Kernel Mode

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

Starts the subsystem process csrss.exe and dependencies

A

user mode start up

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
User account that provides access to network resources and is authenticated by the Domain Controller
Domain
24
a task automation and configuration management framework from Microsoft
PowerShell
25
records of events that occur within an operating system used for monitoring, debugging, and auditing purposes
logs
26
a set of standard performance metrics or behaviors established for processes running on a system
process baseline
27
ExFAT file system allows support for storage media of any size, up to
256 TB
28
Authentication that allows third-party apps to access resources on behalf of a user with/out sharing credentials
OAuth
29
2 types of user accounts in Windows
1) Local accounts 2) domain accounts
30
loads important drivers to kick start the Windows Kernel
Windows OS Loader
31
Determines if you have multiple OS installed on your computer
Windows Boot Manager
32
POST or Power-On Self-Test loads firmware settings
pre-boot
33
In Windows OS, this is used to indicate an event that needs immediate action
interrupt
34
Occurs when processes depend on the timely output sequence of another process
race condition
35
in programming these are events that disrupt the normal flow of execution
exceptions
36
phase of the boot process that involves firmware initialization and checking for a valid disk system is called a
pre-boot
37
type of backup that copies only the data that has changed since the last full or incremental backup
incremental
38
the user mode in the OS is limited in _____ & ______
permission & authority
39
PowerShell command to create a new local group named "ITAdmins"
New-LocalGroup -Name "ITAdmins"
40
Specialized software programs that allow the OS to communicate with hardware devices
device drivers
41
Windows file system that offers file compression, disk quotas, and file and folder security
NTFS
42
Ring 0- most privilege ring of the CPU
Kernel mode
43
starts the subsystem process csrss.exe and dependencies
user mode start up
44
is a cross-platform task automation and configuration management framework from Microsoft
PowerShell
45
creating copies of data to protect against data loss; critical for data recovery in case of hardware failure, data corruption, or other issues
backups
46
automated processes that run at specific times or in response to specific events (1); involves triggers that can be a specific time, system event, and when the system can be booted; for automating tasks that include running scripts, launching programs, or executing commands Windows tool that can be used to create and manage these tasks (2)
scheduled tasks; Task Scheduler
47
What is the purpose of an access token in Windows OS?
control access to resources and enforce security policies
48
automatically created when the OS is loaded
built-in account
49
created on a specific computer
local account
50
managed by Active Directory
domain account
51
what is the purpose of the built-in service account LocalSystem?
provides full control over the system
52
in a domain network, user accounts are managed in Active Directory by a
domain controller
52
In Windows Vista ________ was introduced for drive encryption
BitLocker Drive Encryption
53
a ______ network has centralized management via domain controllers
domain
54
Uniquely identifies a user, group, and computer accounts
SID Security Identifier
55
unique identifiers assigned to each user, group, and computer
SID Security Identifiers
56
56