This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Tag Cloud
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
marcelo strippoli
mehmet parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into Portuguese
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
windows 8
Windows Phone
Windows Phone Migration Content
windows server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
windows server 2012 r2
Wiki
>
All Tags
>
en-US
>
SharePoint 2010
>
PowerShell
Tagged Content List
Wiki Page:
SharePoint: Find the Masterpage being used on a Site
Chen V
The following snippet of PowerShell demonstrates getting the masterpage and custom masterpage (used on application pages) in use for a web. Add-PSSnapin Microsoft.SharePoint.PowerShell $site = Get-SPSite http://contoso.com $web = $site . RootWeb $web . CustomMasterUrl $web . MasterUrl $web ...
on
1 Jul 2014
Wiki Page:
PowerShell: Create SharePoint List/Library
Chen V
Table of Contents Parameters Code Function Calling Other Languages Use Create-SharePointLibrary function to create a new SharePoint List or Library. Parameters $webUrl - Mandatory - SharePoint Web Url - e.g. http://server:port/ $LibraryName - Mandatory - SharePoint Library Name $Description...
on
11 Jun 2014
Wiki Page:
SharePoint 2013: Common PowerShell Snippets
Matthew Yarlett
Table of Contents Introduction General Solution Deployment Branding Document Library Site Management PowerShell SharePoint 2010 Developer Dashboard Other languages Introduction This wiki has been created to consolidate the SharePoint PowerShell snippets we use on our day to day SharePoint activities...
on
30 May 2014
Wiki Page:
SharePoint 2010: Interacting with Site Columns using PowerShell
Durval Ramos
Table of Contents Introduction Checking which Lists or Sites are using a Particular Site Column Targeting Specific Sites for Specific Columns Listing Fields Used in a List See Also Introduction As many of us know, one of the core building blocks for string content together within SharePoint...
on
23 May 2014
Wiki Page:
SharePoint: PowerShell Runas
Carsten Siemens
Introduction Have you ever had a SharePoint PowerShell script where you need to run a section of the script with elevated privileges (for example, under the security context of the farm service account), without being prompted to enter credential information? You can achieve this by running...
on
1 May 2014
Wiki Page:
Removing Old SharePoint Designer Workflow Instances
Carsten Siemens
Table of Contents Caveats Credits As most of you will know, there are two basic types of workflow in SharePoint. Some workflows are authored in SharePoint Designer whilst others are created within Visual Studio. This article is aimed at those who author workflows in SPD. Each time a new...
on
1 May 2014
Wiki Page:
Hosting the SharePoint Server 2013 Three-Tier Test Lab with Windows Server 2012 Hyper-V
Fernando Lugão Veltem
The SharePoint Server 2013 three-tier test lab consists of five separate computers on the Corpnet subnet: DC1 : The domain controller, DNS server, certification authority, and DHCP server WFE1 : The front-end web server of the SharePoint Server 2013 three-tier farm APP1 : The application server...
on
28 Apr 2014
Wiki Page:
Script a Metadata Service Application using PowerShell
sunilKUpadhyay
How To Create Manged Meta Data Service Application Using PowerShell This how-to topic describes the steps required to create a Managed MetaData Service Application in sharepoint 2010 using powershell.One can create the managed metadata service application using the central admin manually. But when...
on
22 Apr 2014
Wiki Page:
Removing old workflow instances with PowerShell
Steven Andrews
As most of SharePoint professionals will know, there are two basic types of workflow in SharePoint. Some workflows are authored in SharePoint Designer whilst others are created within Visual Studio. This article is aimed at those who author workflows in SPD. Each time a new workflow is published...
on
25 Mar 2014
Wiki Page:
SharePoint 2010: Viewing, Sorting, and Filtering SharePoint User Profiles Using PowerShell
Mohammad Nizamuddin
Table of Contents Introduction The Basics: Getting all the User Profiles Example: List all the User Profiles Example: List all the User Profiles, Including the Account Name Example: List all the User Profiles, including the Users Department and Job Title Example: List all User Profiles with a Blank PictureURL...
on
17 Mar 2014
Wiki Page:
SharePoint: Using PowerShell to Group Filter and Sort Documents by Metadata
Mohammad Nizamuddin
Table of Contents Introduction Getting Started Examples Example One: Listing Authors who Frequently Create Documents Example Two: Looking for Potential Duplicates by Author Example Three: Looking for Duplicate Submissions Example Four: Looking for Duplicate Documents (Same Document Type, Year and Business...
on
17 Mar 2014
Wiki Page:
SharePoint 2010: Performance Differences of Search verse Recursively Looping
Sandro Pereira
Table of Contents Introduction Creating a Webpart to Test the Performance of Both Methods. WebPart Code for Testing the Performance of Both Methods Using SPMonitoredScope Turning on the Developer Dashboard with PowerShell Testing the Example Webpart Test 1: User A, on a site collection with 9 sites ...
on
14 Mar 2014
Wiki Page:
SharePoint: A Complete Guide to Getting and Setting Fields using PowerShell
Mohammad Nizamuddin
Table of Contents Introduction Applies To Displaying all the fields Add an Item Get an Item Set and Get the Title Set and Get a Text Field Set and Get a Note (or RichText) Field Set and Get a Yes/No Field (Boolean) Set and Get a Number Field Set and Get a Currency (Number) Field Set and Get a Percent...
on
13 Mar 2014
Page 8 of 11 (275 items)
«
6
7
8
9
10
»