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
Showing posts with label
Power Shell
.
Show all posts
Showing posts with label
Power Shell
.
Show all posts
Aug 17, 2013
Migrate SharePoint 2010 to 2013
›
In this article, we will learn how to migrate SharePoint 2010 to SharePoint 2013. This migration is applicable for OOTB features migrati...
Jan 7, 2013
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...
Aug 28, 2012
Advantage of PowerShell over STSADM
›
In SharePoint 2010, new concept called Power Shell is introduced. The main adavantage of using Windows Power Shell over STSADM is follows: ...
Dec 23, 2011
stsadm Command for Creating Backup and Restoring a Site in SharePoint
›
In this article, we will discuss how to take a backup and restore it using the stsadmn command in SharePoint (WSS 3.0, MOSS 2007). In Sha...
›
Home
View web version
Search for: