Skip to main content

Posts

Showing posts from February, 2015

A nice article on getting Windows 7 to allow Remote Management

https://technet.microsoft.com/en-us/magazine/ff700227.aspx  Key steps are: Start Powershell as Admin type: get-service winrm type: Enable-PSRemoting    Afterwards, the WinRM service should be running and you should have an enabled firewall rule for WinRM, you can verify that the service is running by typing... get-service winrm | format-list