Notecards Flashcards
(60 cards)
command that lists cmdlets, functions, aliases
get-command
The process of creating copies of data to protect against data loss
backups
command that updates your help files
update-help
displays help info about PowerShell cmdlets
get-help
refers to the ability of a system to manage multiple tasks or processes simultaneously
concurrency
Authentication method that combines different factors for stronger security
multi-factor authentication
CLI command to display all current scheduled tasks on a system
schtasks /query
PowerShell command that creates a new local group
New-LocalGroup
PowerShell command that creates a new local user
New-LocalUser
Most common file system offered by Microsoft Windows
NTFS
Original file system used since the early days of DOS
FAT
Newer and more complex file system than FAT
ExFAT
NTFS offers file and folder security thru
DACLs (Discretionary Access Control Lists) & SACLs (System Access Control Lists)
Kernel design characterized by modularity, simplicity, and the ability to run multiple OS on the same hardware
Microkernel
Automated processes that run at specific times or in response to specific events in Windows
scheduled tasks
How can user/group management be performed in Windows
Thru GUI, CLI, and PowerShell
Does not permit access to network resources, authenticated by the SAM and utilized by work groups
Local
Automatically created when the OS, Active Directory, or other apps utilized by work groups
Built-in user account
Does not permit access to network resources, authenticated by the SAM and utilized by work groups
Local user account
Provides access to network resources, authenticated by the DC and reside in Active Directory
Domain user account
Which file system is commonly used in USBs and supports individual files larger than 4 GB
ExFAT
Most common file system offered by Microsoft Windows
NTFS
Runs in the most privileged ring of the CPU
Kernel Mode
Starts the subsystem process csrss.exe and dependencies
user mode start up