From the course: Windows 10: Configure and Support Core Services

Unlock the full course today

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

Configure Windows Remote Management

Configure Windows Remote Management

- [Narrator] Windows Remote Management, referred to as WinRM, is part of Windows Hardware Management technology. WinRM allows administrators to manage server hardware, both locally and remotely from a command line. WinRM has several components. The scripting API is used to obtain data from remote computers using scripts. winrm.cmd is a command line tool that uses Visual Basic scripts to perform tasks. winrs.exe is a command line tool that remotely executes the commands. The Intelligent Platform Management Interface driver and WMI provider are used to control and diagnose remote hardware. WMI is a service that provides control using a WMI plugin. WS-Management protocol is a firewall-friendly protocol that allows systems to communicate effectively, even if they use different vendors. WinRM is installed, and the WinRM service will start automatically on Windows Server 2008 and beyond. By default, though, no WinRM listeners are configured. So even if the WinRM service is running, sent…

Contents