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
UserGroups
.
Show all posts
Showing posts with label
UserGroups
.
Show all posts
Jan 7, 2013
Export SharePoint Group to Excel using PowerShell
›
$siteUrl="SiteURLHere" $groupName="GroupNametoExport" $Output = @("GroupName|Name|Login|Email|Department|Title...
3 comments
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...
Apr 7, 2012
Exporting SharePoint User Groups with Group Names
›
In the article Exporting SharePoint User Groups into Excel , we have learned about exporting the SharePoint user groups into excel. Here we...
10 comments
›
Home
View web version
Search for: