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…
PowerShell for IT Professionals [#11] – Variables
Reading Time: 2 minutes In this lesson we’re going to learn how what Variables are, why it’s good to use them and how to actually create them.…
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 [#9] – Setting up Active Directory
Reading Time: < 1 minute Exercises On domain controller, find module that allows to manage Active Directory List all the Active Directory users List members of “Enterprise Administrators”…
PowerShell for IT Professionals [#8] – Manage everything with PowerShell
Reading Time: < 1 minute Exercises Can you uninstall module that was installed with Install-Module? Confirm your answer with Get-Module -ListAvaiable Can you update the installed module? Perhaps,…