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

Windows 2012 Advantages

1. Dynamic Access Control: automatically apply access restriction to certain files that contain sensitive information,…

SUBINACL and TAKEOWN

Change owner:subinacl /file C:\demofile.doc /setowner=SS64Dom\AliceTsubinacl /subdirectories "C:\Documents and Settings\USER\Desktop\FOLDER\*.*" /setowner=DOMAIN\USER

Network Zones

Corporate Head-Quarter:DMZ: Extranet: VendorsWeb: Front-end Sites (a) Web (b) Application (c) DataPublic: Public, satellite VPN…