scripting Flashcards

(12 cards)

1
Q

batch files (.bat)
-scripting for windows at the command line

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

windows powershell
command line for windows sys admins
.ps1 file extension

extends command line function
-uses cmdlets (command lets)

automate and integrate
-system admin
-active domain admin

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

Microsoft visual basic scripting edition

-general purpose scripting

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

shell script
scripting the unix/Linux shell
starts with a shebang or a hash band (#!)
often has a .sh file extension

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

java script
scripting inside your browser
.js file extension

adds interactivity to html and css
javascript is not java

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

python
general purpose scripting language
.py file extension

popular in many technologies
-broad appeal

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

basic automation
automate tasks

the script is as fast as the computer

automate mundane tasks

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

restarting machines via scripts

automates updates

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

remapping network drives

shared network drives

a common task during startup
automate software changes

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

application installations

install application automatically

many applications have an installation process

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

automated backups

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

informaiton gatering

  • get specific information from a remote device

-performance monitoring

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