From the course: Cert Prep: Microsoft Windows Client (MD-100)

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Apply remote management settings

Apply remote management settings

- [Instructor] You can use Windows PowerShell to perform remote management and remote connection tasks using commandlets and scripts. This is often a faster way to manage computers if you have quite a few on your network. Managing computers remotely in a PowerShell session is called Windows PowerShell remoting. Before you can use the remote management tools we'll talk about later, you must enable the Windows Remote Management Service. You do this at an elevated PowerShell prompt. Let's open PowerShell and run as administrator. In order to install the remote management service, you need to make sure you're connected to a private or domain network. There's a command you can use to find out. The command is Get-NetConnectionProfile. You can see here my network category is set to private. Now I'm ready to install the tools. It's as simple as typing winrm quickconfig and you press Enter. I'm not going to do that because…

Contents