About Me

SharePoint Architect with over 17 years of IT Experience in various roles as SharePoint Architect, Administrator, Technical Architect, IT Analyst, Application Developer, CRM Consultant, BI Developer, Microsoft Solution Architect in Client/Server, Web and Enterprise CRM Applications in E-Commerce, Financial, Healthcare, Insurance, Telecom, Outsourcing and Technology Services.
MCITP (Pro): Microsoft Certified IT Professional: SharePoint 2010 Administrator.
MCTS: Microsoft Certified Technology Specialist, SharePoint 2010 Configuration.

Saturday, October 29, 2011

Run Powershell commands on remote computer.

Before you do any of this, you must run the following command in an admin PowerShell command prompt on the machine where you would like to run the remote command:


winrm quickconfig




need to open up the client connection permissions.
You may not want to open it up to anywhere though.
Something like this should also work:



C:\Windows\System32>winrm set winrm/config/client @{TrustedHosts="Server811"}

No comments:

Post a Comment