Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • On which server I have to run above script? And is it enought to use this script only one time? Best regards Commented Oct 25, 2012 at 19:40
  • All of the code I posted above needs to be ran on the client. You can set this up to save it as a powershell module named "SP2010" and then add the module to your powershell profile so it loads at startup. See this link for setting up a profile. These 2 entries still need to be ran (posted by Falak) on the SP10 server you are remoting/importing the commands from: Enable-PSRemoting Enable-WSManCredSSP -Role Server Commented Oct 26, 2012 at 13:34
  • Ok, I try to do it. Once more thanks for tour help :) I let you know about progress in my case... Commented Oct 26, 2012 at 13:35