Posted On July 1, 2020

Memo of an Advisory Regarding WinRM on a Non-Domain Joined Server

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Memo of an Advisory Regarding WinRM on a Non-Domain Joined Server
# Enable WinRM
winrm quickconfig

<# Sample output
PS C:\Users\Administrator> winrm quickconfig
WinRM service is already running on this machine.
WinRM is not set up to allow remote access to this machine for management.
The following changes must be made:

Configure LocalAccountTokenFilterPolicy to grant administrative rights remotely to local users.

Make these changes [y/n]? y

WinRM has been updated for remote management.

Configured LocalAccountTokenFilterPolicy to grant administrative rights remotely to local users.
#>

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Using Process Explorer

 Process Explorer shows you information about which handles and DLLs processes have opened or loaded.…

Information System Project Proposal

Information System Project ProposalPrepared by: KimConnect.com Tasks / Sub-task Benefit(s) Material /License Costs Labor (days)…

How to Restart Domino Services without Reboot

--------------Restart_Domino.bat------------------------------------------------------net stop "Lotus Domino Server (LotusDominoData)"c:\bats\pulist | findstr /I /C:"nadminp.exe" >c:\bats\pid.lstc:\bats\pulist | findstr /I /C:"naldaemn.exe"…