Overview: This post describes the way to run PowerShell command on a remote computer or azure virtual machine. Here, we will discuss two ways to achieve this remote execution of the command and the limitations : Creating PSSession and using Invoke-Command Using deployment group Let’s begin! 1. Creating PSSession and using Invoke-Command : In the […]
Category: Azure
Configuring WinRM With HTTPS in azure virtual machine
In this post, we will discuss precisely on WinRM and the steps involved in configuring winRM in azure virtual machine. What is WinRM [Window Remote Management] ? Window remote management or in short WinRM is built-in windows protocol/Service which uses soap[simple object access protocol] to connect from another source system. Using WinRM, we can connect […]