Basic PowerShell Concepts
We will go through the building blocks needed to understand what PowerShell is, what we use it for, and fundamental concepts and techniques. All through demonstrations and joint mini-exercises/demos.
PowerShell är ett kommandoradsgränssnitt och ett skriptspråk som utvecklats av Microsoft. Det är utformat för att hjälpa IT-proffs att konfigurera system och utföra uppgifter som kräver många systemkommandon.
Things you need to know initially
Why do we need to learn PowerShell?
Run commands
Find commands
Use the built-in help
Select and Get-Member
Filter
Import and Export in various formats
Enumeration
PSProviders and PSDrives
Format your output
PowerShell Remoting
Example exercises