PowerShell for IT Professionals [#10] – Remote management with PowerShell
Reading Time: < 1 minute In this lesson we’re going to learn how to do one-to-one and one-to-many remote management with PowerShell. There’s no need for telnet, ssh…
PowerShell for IT Professionals [#3] – Running Commands
Reading Time: < 1 minute Exercises Display a list of all services that start with the letter W Display all processes (you might need to use Help to…
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…