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 […]