Module 1, day 1 Flashcards
What is my main instructor for this course’s name?
Cindy Quach.
What is my course instructor’s career?
Site Reliability Engineer
which OS will I learn in this course?
Linux and Windows
What inputs text commands instead of relying on a GUI?
command line
To get my IP Support Professional certificate, what must I do?
pass all graded assignments in all 5 courses of the program, each passing grade of over 80%
what interfaces will I learn for navigating windows?
GUI and CLI, graphical user interface and Command Line Interpreter
What interface will I learn for Linux?
Command Line
What in LInux is called a shell?
CLI
What is the language I’ll use to interact with a Shell in Linux?
Bash
what will make it easier for me to understand what I am learning in this course?
Practicing on my own computer
where will I keep commands?
in my flashcards on Brainscape
Navigating from one directory to another
getting file information
removing files and directories
What does Basic Operating system navigation involve?
searching through your directories
find a specific file
copy and paste
chaining commands
file and text manipulation
What is a cross platform task automation solution made up of a command-line shell, scripting language, and a configuration management framework, and runs on Windows, Linux, and macOS?
PowerShell
what is PowerShell commonly used for?
automating management of systems.
What is CLR?
Common language runtime, what PowerShell is built on.
What does it mean that all inputs and outputs are .NET objects?
no need to parse text output to extract information from output.
what is a management framework in PowerShell that enables you to manage your enterprise infrastructure with configuration as code?
PowerShell desired state configuration
Easiest way to find powershell?
type in “Powershell” in the search bar
how many versions or shortcut versions of Powershell will I have if I am using 64 bit version?
4
what are the x86 suffixes on the PowerShell shortcuts telling me?
it’s 32 bit windows PowerShell
How can I run PowerShell as a domain user who is a local administrator?
right click on shortcut, and Run as administrator
what can’t be run without running PowerShell as admin?
UAC
what is the execution policy in PowerShell designed for?
to prevent a user from unknowingly running a script