Tag Archive: ps tips

Nov 16

PS Tips#4 : Apply a New Quota to all Users My Sites

Just a quick snippet this morning. If you need to apply a new quota template to all users My Sites here’s a quick script to do it. Changing an existing quota is fine but if you’re migrating users from another system or you just want to up everyone’s storage a bit here’s what you do. …

Continue reading »

Permanent link to this article: http://blog.raminassar.com/2011/11/16/ps-tips4-apply-a-new-quota-to-all-users-my-sites/

Nov 12

PS Tips#3 : Set Privileges for Managing SharePoint from PowerShell

To execute a command in the SharePoint 2010 Management Shell, open the Management Shell on a SharePoint 2010 server. To execute commands, the user must have the necessary privileges to the SharePoint object model and to the SharePoint databases. When you are working with SharePoint objects, connections to the database are generally created with the …

Continue reading »

Permanent link to this article: http://blog.raminassar.com/2011/11/12/ps-tips3-set-privileges-for-managing-sharepoint-from-powershell/

Oct 13

PS Tips#2: Quick Snippets ‘Working with -SPSolution’

You can use Power Shell to manage features and solutions in a Microsoft SharePoint Server 2010 farm. here I will listed quick reference note about the major command that used with sharepoint server solutions.   Add-SPSolution This command is used to uploads a sharepoint solution to the farm, the syntax would be like: Add-SPSolution [-LiteralPath] …

Continue reading »

Permanent link to this article: http://blog.raminassar.com/2011/10/13/ps-tips2-quick-snippets-working-with-spsolution/