4.8 – Scripting Flashcards

1
Q

Cases for Scripting [manage system]

A
  • Basic automation
  • Restarting machines
  • Remapping network drives
  • Automated backups
  • Gathering of info / data
  • Initiating updates
  • Other considerations when using scripts
    —Unintentionally introducing malware
    —Inadvertently changing system settings
    —Browser / system crashes due to mishandling resources
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Batch File

A

.bat

Windows commands saved to a file

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

PowerShell

A

.ps1

Replacement for batch files

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

Visual Basic Script

A

.vbs

Windows application scripting

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

UNIX Shell Script

A

.sh

UNIX / Linux / macOS script

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

Python

A

.py

Multiplatform flexible language

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

Javascript

A

.js

Commonly used for web programming

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