-
Recent Posts
Archives
Categories
- C# Programming
- HTML CSS JavaScript
- Introduction to Sharepoint 2010
- Sharepoint 2010 Branding
- Sharepoint 2010 CAML
- Sharepoint 2010 Central Administration
- Sharepoint 2010 Client Object Model
- Sharepoint 2010 Coding Standards
- Sharepoint 2010 Designer
- Sharepoint 2010 Document Center
- SharePoint 2010 FAQ
- Sharepoint 2010 Fast Search
- Sharepoint 2010 Features
- Sharepoint 2010 Foundation
- Sharepoint 2010 Infopath
- Sharepoint 2010 JQuery
- Sharepoint 2010 LINQ
- Sharepoint 2010 Lists , Libraries & Event Receivers
- Sharepoint 2010 Master Page
- Sharepoint 2010 Meeting Workspace
- Sharepoint 2010 Mobile
- Sharepoint 2010 OutOfTheBox
- Sharepoint 2010 Pages & Navigation
- Sharepoint 2010 Powershell
- Sharepoint 2010 Ribbon
- Sharepoint 2010 Search
- Sharepoint 2010 Security
- Sharepoint 2010 Server Object Model
- Sharepoint 2010 Silverlight
- Sharepoint 2010 Site Collection
- Sharepoint 2010 Site Definition
- Sharepoint 2010 User Profiles
- Sharepoint 2010 Web Parts
- Sharepoint 2010 Webservice
- Sharepoint 2010 Workflow
- Sharepoint 2010 Workspace
- Sharepoint 2010 WPF
- SharePoint 2013 Architect
- SSRS Reports
- Visual Studio 2010
Meta
Category Archives: Sharepoint 2010 Powershell
set Custom Error page in Powershell command
set Custom Error page in Powershell command C:\PS>Set-SPCustomLayoutsPage -Identity “_layouts/accessdenied.aspx” -Relat ivePath “/_layouts/custompages/myaccessdenied.aspx” -WebApplication “http:/ /server_name/mywebapp” This example maps the specified path for the AccessDenied layout page in th e Web application “http://server_name/mywebapp“.
Posted in Sharepoint 2010 Powershell
Leave a comment
SharePoint 2010 with Windows PowerShell Remoting Step by Step
SharePoint 2010 with Windows PowerShell Remoting Step by Step http://blogs.msdn.com/b/opal/archive/2010/03/07/sharepoint-2010-with-windows-powershell-remoting-step-by-step.aspx Other References: http://www.powershell.nu/2009/09/08/moss-2007-script-collection/
Posted in Sharepoint 2010 Powershell
Leave a comment
Powershell Commands Used for Production Deployment
Powershell Commands Used for Production Deployment PowerShell Commands Site Backup: backup-spsite http://serverurl -path d:\temp\filepath.bak Site Restore : restore-spsite http://igrid101:8888 -path d:\temp\neo1800site.bak -force Add WSP Solution : Add-SPSolution -LiteralPath c:\Solutionname.wsp Deploy the Wsp Solution : Install-SPSolution -Identity contoso_solution.wsp -GACDeployment
Posted in Sharepoint 2010 Powershell
Leave a comment