WinRM on a computer that is not part of an AD domain

This guide is an aid to perform a basic configuration of WinRM, but you will need to adjust the configuration for your environment if you require any particular parameter.

Get-NetConnectionProfile
Set-NetConnectionProfile -Name "MYWIFINETWORK" -NetworkCategory Private
net user administrator /active:yes
net user administrator *
winrm quickconfig
Set-Item WSMan:\localhost\Client\TrustedHosts -Value *
Restart-Service WinRM

 


Revision #1
Created 28 May 2024 09:45:27 by Jimmy Olano
Updated 28 May 2024 09:58:41 by Jimmy Olano