Quantcast
Channel: PowerShell Daily » SharePoint
Browsing all 5 articles
Browse latest View live

Users from AD to WSS

This script is copying all users which have department, title, which are enabled and copying them through the step of creating csv on disk to Windows SharePoint Services 3.0 Need to create a Contact...

View Article



Visual Upgrade for all SharePoint 2010 Sites and Enable Specified Feature

I’ve got a challenge to make visual upgrade on our test environment and implement new branding feature on all its sites. For this I created this script. $WebApp = Get-SPWebApplication...

View Article

Inherit all Site Content from Root Site and Add Three AD groups

In one of my recent projects it was needed to inherit all descendant content permissions on root site from its parent. I prepared this script to inherit all content permissions from root site which...

View Article

Get a List of SharePoint 2010 Site Collections sorted by Size

#getting a list of all site collections Get-SPSite -Limit ALL | ` #selecting objects URL and creating second column with size of site collection Select-Object URL,...

View Article

Why SharePoint doesn’t send alerts to Distribution Groups?

If your SharePoint Server doesn’t want to send Alerts to Distribution Groups than they could be configured not receive emails from non authorized sources. The easiest way is to turn this property to...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images