Skip to content
Home
SharePoint Online
Power BI
SharePoint 2013
Tutorials
Awards
Facebook
Twitter
Google Plus
RSS
Search
Search for:
Close
Explore Microsoft 365
Microsoft 365, SharePoint Online, Power BI, SharePoint On Premises, C#, .Net & Tips
Jan 7, 2013
The feature being activated is a Site scoped feature which has a dependency on a Site Collection scoped feature which has not been activated. Please activate the following feature before trying again: SharePoint Server Publishing Infrastructure f6924d36-2fa8-4f0b-b16d-06b7250180fa
›
Some times while activating the Publishing feature in SharePoint through the options in Site Settings we will get this error: The feature ...
Export SharePoint Group to Excel using PowerShell
›
$siteUrl="SiteURLHere" $groupName="GroupNametoExport" $Output = @("GroupName|Name|Login|Email|Department|Title...
3 comments
Import Excel to SharePoint List using PowerShell
›
# Import the .csv file, and specify manually the headers, without column name in the file $contents = Import-CSV ‘C:\Input.csv' -heade...
Jan 6, 2013
Import Users from Excel to SharePoint using PowerShell
›
# Import the .csv file, and specify manually the headers, without column name in the file $userList=IMPORT-CSV C:\UserToUpload.csv -header...
2 comments
Add Users to SharePoint Group using PowerShell
›
#Get the site name to the variable $web = Get-SPWeb SitURLHere #Get the group name to the variable $groupName = $web.SiteGroups["Group...
Dec 18, 2012
SharePoint 2013 Certification
›
Below is the links to know about initial release for Certifications in SharePoint 2013: Exam 70-331: Core Solutions of Microsoft SharePo...
Dec 12, 2012
Web Part with Custom Tool Part in SharePoint
›
To know about Basics of Creating a Custom Web Part with Validations and Deploying it in the SharePoint , read this article . In this a...
How does Ribbon in SharePoint 2010 works?
›
A file called CMDUI.XML stays at the web front end which contains the Out-of-Box site wide Ribbon implementation i.e. all the Ribbon UI f...
Dec 11, 2012
Consuming a web service using ASP .NET
›
To know about basics of web service read this article . To know about creating a web service using ASP .NET read this article . Backgr...
Creating Web Service using ASP .NET
›
To know about basics of web service read this article . 1. Create an ASP .NET web service application using Microsoft Visual Studio....
‹
›
Home
View web version
Search for: