Microsoft Proprietary Scripting for Network Administrators

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

1/3

flashcard set

Earn XP

Description and Tags

Flashcards covering VBScript (.vbs) as Microsoft’s proprietary scripting language and distinctions from .py, .js, and .sh extensions.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

Which file extension is commonly used by network administrators to automate repetitive tasks in Windows using a Microsoft-proprietary scripting language?

.vbs — the extension for VBScript, Microsoft’s proprietary scripting language.

2
New cards

Why is the .py extension not the correct answer for Microsoft-proprietary scripting used by network administrators?

.py denotes Python scripts, which are open-source and cross-platform, not proprietary to Microsoft.

3
New cards

Why is the .js extension not the correct answer for Microsoft-proprietary scripting used by network administrators?

.js is JavaScript, primarily intended for web development rather than Windows automation.

4
New cards

Why is the .sh extension not the correct answer for Microsoft-proprietary scripting used by network administrators?

.sh is a shell script extension for Unix/Linux systems and is not used for scripting in Microsoft environments.