PowerShell for IT Professionals [#17] – Scripting part 4 – parameters, running remotely and formatting
Reading Time: 2 minutes In the last part of scripting series, we will make the script to be able to query remote machines, e.g. servers. We will…
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…