In this post we will discuss how we can delete a SharePoint list using PowerShell. You can also check my PowerShell articles on Get Syste...
Showing posts with label PowerShell. Show all posts
Showing posts with label PowerShell. Show all posts
Wednesday, January 9, 2013
Thursday, January 3, 2013
In this post we will discuss how we can modify SharePoint list using PowerShell. You can also check my previous posts on how to add items...
Saturday, December 15, 2012
In this article we will discuss about windows powershell builder tool which is provided from Microsoft. You can also check CAML designer ...
Friday, October 19, 2012
In this post we will discuss how to take Backup and Restore site collections using PowerShell in SharePoint 2010. In my previous articles...
Tuesday, October 9, 2012
In this article we will discuss how to get list of all users in a web application using PowerShell in SharePoint 2010. You can also check ...
Category:
PowerShell
Wednesday, August 22, 2012
In this article we will discuss how to change the zone of an alternate access mapping in sharepoint 2010 using Powershell. You can also che...
Monday, August 13, 2012
How to Check if your SharePoint 2010 Web Application Uses Claims Authentication?
Bijay Kumar
9:17 PM
In this small article we will discuss how we can check if a SharePoint 2010 web application is using claims authentication or not. Also yo...
Friday, August 10, 2012
In this article we will discuss how to switch from Classic Mode Authentication to Claims Authentication. You can also check my last article...
Thursday, July 12, 2012
Introduction: In this article we will discuss details about the SPFarmConfig powershell command, what we can do with this command. Also yo...
Sunday, July 8, 2012
Introduction: In this article we will discuss how to deploy infopath form using PowerShell or STSADM command. You can also check my last a...
Wednesday, June 20, 2012
Introduction: In this article we will discuss how to install and uninstall an assembly dll into GAC using PowerShell commands. Also you ca...
Category:
PowerShell
Sunday, June 17, 2012
In this article we will discuss how to upgrade solution in SharePoint 2010 using PowerShell or STSADM . Also you can check my last article...
Thursday, May 31, 2012
Unable to find type [Microsoft.SharePoint.Administration.SPWebService]: make sure that the assembly containing this type is loaded
Bijay Kumar
3:28 PM
I got this error while trying to enable developer dashboard using PowerShell command . The error message I got is "Unable to find typ...
Tuesday, May 29, 2012
Before reading this article, it is better to have some knowledge on Developer Dashboard which is a very useful feature for SharePoint Deve...
Monday, May 21, 2012
We discuss about the error " The solution cannot be removed when a job is scheduled or running ". Also you can check some forum t...
Wednesday, May 9, 2012
This solution contains no resources scoped for a web application and can not be deployed to a particular web application
Bijay Kumar
11:06 PM
Recently when I was trying to deploy an event receiver to my SharePoint site using PowerShell I got the error as: "This solution con...
Category:
Errors,
PowerShell
Thursday, October 20, 2011
Introduction: In this article we will discuss about PowerShell commands which is introduced in SharePoint 2010. You can also visit Powers...
Saturday, May 14, 2011
Deploy .wsp file using Visual Studio 2010 for SharePoint 2010 | Deploy webpart to production server using PowerShell in SharePoint
Bijay Kumar
1:34 AM
In this post we will discuss how to deploy a .wsp file using browser, PowerShell and STSADM command. This will be very much helpful when ...