4.8 - CompTIA A+ Core 2

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

.bat

Batch files for the Windows command line, used for scripting in cmd.exe.

2
New cards

.ps1

PowerShell files used by system administrators to extend command-line functions.

3
New cards

.vbs

VBScript files used for general-purpose scripting and automation.

4
New cards

.sh

Linux/Unix shell files that automate and extend terminal functionalities.

5
New cards

.js

JavaScript files used to add dynamic content to static webpages.

6
New cards

.py

Python files commonly used for scripting in web development, data analysis, and automation.

7
New cards

Basic automation

Using scripts to automate common and mundane tasks.

8
New cards

Restarting machines

Using scripts to turn machines on or off, often for installations requiring restarts.

9
New cards

Remapping network drives

Using scripts to automatically link drive partitions to network folders.

10
New cards

Installation of applications

Using scripts to automate the installation of applications on machines.

11
New cards

Automated backups

Using scripts to schedule and execute regular backups during off-hours.

12
New cards

Gathering of information/data

Using scripts to extract and organize system information or user data.

13
New cards

Initiating updates

Using scripts to automate the installation of updates and new OS versions.

14
New cards

Unintentionally introducing malware

Risk of sourcing scripts from unreliable origins leading to security issues. Mitigate by installing scripts from trusted sources.

15
New cards

Inadvertently changing system settings

Risk of deploying scripts that modify unintended configuration options. Mitigate by testing all scripts before deployment.

16
New cards

Browser/system crashes

Risk of scripts causing an OS or browser to stop working abruptly. Mitigate by having backups and testing scripts before deployment.