PowerShell Fast Track

Hi Readers, As I am celebrating my MVP week, so thought of contributing something unique to the Community. I have also seen a great interest in my earlier post PowerShell Scripts for Daily Use, I have removed that delibrately as have been working on a small PowerShell cheat ebook from past 2 months, this ebook is…

Enable Powershell Re-moting for SharePoint 2010

Hi Readers, Today  I am sharing a way to enable power-shell remote for SharePoint 2010. On the SharePoint server that you want to remote in enter below command: Enable-PSRemoting Continue with Yes.. Increase memory of the remote shell (enter this on sharepoint server) Set-Item WSMan:\localhost\Shell\MaxMemoryPerShellMB 1024 by default its 150 MB only. Now Setup CredSSP…