1/15
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
.bat
Batch files for the Windows command line, used for scripting in cmd.exe.
.ps1
PowerShell files used by system administrators to extend command-line functions.
.vbs
VBScript files used for general-purpose scripting and automation.
.sh
Linux/Unix shell files that automate and extend terminal functionalities.
.js
JavaScript files used to add dynamic content to static webpages.
.py
Python files commonly used for scripting in web development, data analysis, and automation.
Basic automation
Using scripts to automate common and mundane tasks.
Restarting machines
Using scripts to turn machines on or off, often for installations requiring restarts.
Remapping network drives
Using scripts to automatically link drive partitions to network folders.
Installation of applications
Using scripts to automate the installation of applications on machines.
Automated backups
Using scripts to schedule and execute regular backups during off-hours.
Gathering of information/data
Using scripts to extract and organize system information or user data.
Initiating updates
Using scripts to automate the installation of updates and new OS versions.
Unintentionally introducing malware
Risk of sourcing scripts from unreliable origins leading to security issues. Mitigate by installing scripts from trusted sources.
Inadvertently changing system settings
Risk of deploying scripts that modify unintended configuration options. Mitigate by testing all scripts before deployment.
Browser/system crashes
Risk of scripts causing an OS or browser to stop working abruptly. Mitigate by having backups and testing scripts before deployment.