PowerShell for IT Professionals [#20] – Next Steps with PowerShell
Reading Time: < 1 minute Congratulations! This is 20th and last lesson in the course – and my aim here is to show you various paths you can…
PowerShell for IT Professionals [#19] – Websites and APIs
Reading Time: 2 minutes PowerShell is a great server automation tool, but what about Internet and any other web served services? As it turns out, PowerShell is…
PowerShell for IT Professionals [#18] – Working with text strings
Reading Time: 2 minutes Although PowerShell treats everything as object – including text strings – working with text might be particularly difficult – at least when first…
PowerShell for IT Professionals [#13] – Is PowerShell secure?
Reading Time: < 1 minute In this lesson we will have a look on PowerShell built in security features and how it differs from e.g. BAT files. We…
PowerShell for IT Professionals [#14] – Scripting – Hello World!
Reading Time: < 1 minute In this lesson we will be preparing our workstation for writing PowerShell scripts. We will start by enabling RSAT and then install Visual…
PowerShell for IT Professionals [#12] – WMI – Windows Management Instrumentation
Reading Time: 2 minutes In this lesson we learn how to use PowerShell to access WMI (Windows Management Instrumentation), so that we can gain often hidden or…