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 [#16] – Scripting part 3 – Add-Member and network
Reading Time: < 1 minute In this lesson we are taking our script further by adding details about IP configuration and last installed hotfixes. But it turns out,…
PowerShell for IT Professionals [#15] – Scripting part 2 – IF and psobject
Reading Time: < 1 minute In this lesson we carry on writing the scripting by gathering requirements and putting them together as comments in code. Then we will…