Hello @Manish Chawda
- > Enable Windows Remote Management
Computer Configuration > Policies > Administrative Templates: Policy definitions > Windows Components > Windows Remote Management (WinRM) > WinRM Service.
Right-click on Allow remote server management through WinRM and click Edit, type the IP address of the certain IP address only=> Apply this to all the computers that we need to connect remotely. - > Configure Windows Firewall Settings =>Apply this to all the computers that we need to connect remotely.
- > Configure Windows Remote Service on this computer of the certain IP address only and all the computers that we need to connect remotely
- > Run winrm qc on this computer of the certain IP address to see if we receive any message.
Reference:
Installation and Configuration for Windows Remote Management
https://learn.microsoft.com/en-us/windows/win32/winrm/installation-and-configuration-for-windows-remote-management
Enable-PSRemoting
https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/enable-psremoting?view=powershell-7.2
Hope this helps with your query!
--If the reply is helpful, please Upvote and Accept as answer--