4.8 Basics of Scripting Flashcards

1
Q

Script File Types - .bat

A

Windows - batch files, script information on the command line

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

Script File Types - .ps1

A

Windows - powershell administrator command line

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

Script File Types - .vbs

A

Windows - Visual basic scripting, general purpose

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

Script File Types - .sh

A

Linux - shell script

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

Script File Types - .js

A

Java Script - scripting inside a browser (diff from Java language)

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

Script File Types - .py

A

Python scripting

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

Use Cases for Scripting - Basic automation

A

Automate task

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

Use Cases for Scripting - Restarting machines

A

Script for restarting and updating a machine, could be automated if needed

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

Use Cases for Scripting - Remapping network drives

A

Automate the mapping to a drive when someone logs in

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

Use Cases for Scripting - Installation of applications

A

Automate the installation of applications

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

Use Cases for Scripting - Automated backups

A

Automate backups

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

Use Cases for Scripting - Gathering of information/data

A

Automate the gathering of information & data

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

Use Cases for Scripting - Initiating updates

A

Automate updates

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

Other Considerations When Using Scripts - Unintentionally introducing
malware

A

Scripts should be tested and checked for malware before rolling out

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

Other Considerations When Using Scripts - Inadvertently changing system settings

A

Scripts should be tested and checked for malware before rolling out

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

Other Considerations When Using Scripts - Browser or system crashes due to mishandling of resources

A

Scripts should be tested and checked for malware before rolling out