MS-07-P1 PowerShell Flashcards
A command line interface from Microsoft. used for task automation, configuration management an script creation. current version is 5.1
PowerShell
The “arnold Swarzzenegrer version of the command line
PowerShell
Provides full access to the system, including Active Directory, for the performance of administrative tasks. Similar to CMD
PowerShell
Task-based command line vs command-line interpreter for Windows
PowerShell vs CMD
Object oriented vs String-based
PowerShell vs CMD
Newest version of PowerShell
PowerShell 7
Get, Set, Add, Clear, Write and Read
PowerShell syntax
this cmdlet displays information about PowerShell concepts and commands
Get-Help
Determine if you can load configuration files (such as PowerShell profiles) and run scripts
Execution Policies
Command line for execution policy
Set-ExecutionPolicy -exec bypass
Information can be filtered using parameters
Output Filtering
This cmdlet selects objects with specific property values from a collection of objects. Shows only services that are running
Where-Object
SE (Integrated Scripting Environment) is included in the Windows OS.
PowerShell ISE
Runs commands on a local or remote computer and returns all output, including errors. Runs commands on multiple computers
Invoke Commands
One interactive session at a time. Starts an interactive session with a single remote computer
Enter-PSSession