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 2010/2013: Rename Performance Point Service Application database
Peter Geelen
Performance Point Service database created by default contains GUID as suffix in name. But what if we don't want GUID in name and want to provide name with proper naming convention. I faced this issue in my project, then I came to know how it can be done. I will take you through a number of steps...
on
9 Dec 2015
Wiki Page:
SharePoint 2010/2013: Powershell to create SharePoint Site Collection with custom Template
Ken Cenerelli
Save the custom site with all custom list\library etc as .wsp. This article walks you through the process: 1. Go to Site action > Site settings > Save site as template Mention the name of template and select “Include content” > Click OK Once the site is saved, you will...
on
27 Sep 2015
Wiki Page:
An Example of Using Write-Progress in a Long Running SharePoint PowerShell Script
Ken Cenerelli
Table of Contents Introduction Example PowerShell Function Example: Enumerate all of the publishing pages in the Pages library of the input web, and all sub-webs Example: Enumerate all of the publishing pages in the Pages library Example: The three progress bars used (with -Recurse) Example: Two progress...
on
21 Sep 2015
Wiki Page:
Rename Central Admin Database in SharePoint 2010 using PowerShell
Ken Cenerelli
In SharePoint , databases created by default have GUID as suffix. But sometimes , requirement is such that we do not want GUID in database names. In one of my project also , there was a requirement to rename Central Administration database. There is a step-by-step solution for this :- ...
on
21 Aug 2015
Wiki Page:
SharePoint 2010: Content Deployment
Melick
Table of Contents What is SharePoint Content Deployment Following are the most common errors you are getting: There are many articles in the web by describing Content Deployment in SharePoint 2010. It is not working properly and giving plenty of errors which direct us to restoring the backup rather...
on
19 Apr 2015
Wiki Page:
PowerShell : SharePoint List not found in Site
Chen V
SharePoint List not found in View All Site Collection Request We got a request to investigate an issue, 'Couldn't see the SharePoint List in the Site' - But we can access it with no issues. Background We checked in SharePoint Manager 2010 - It's not hidden. We tried hiding...
on
14 Jan 2015
Wiki Page:
SharePoint 2013: Get Set and Copy User Profile Properties using PowerShell
Chen V
Table of Contents Introduction Applies To Getting the User Profile Listing all the Profile Properties (Fields) and their Types Getting the Value of a Property Setting the Values of Properties Copying User Profile Properties between Profiles See Also References Full Script Introduction Whether...
on
11 Jan 2015
Wiki Page:
PowerShell : SharePoint 2010 Missing Required Fields in List
Chen V
PowerShell : SharePoint 2010 Missing Required Fields in List Requirement Need a CSV report of SharePoint list which has missing required fields. Background SharePoint will not allow to save the List item if required fields are missed. So, the report will have no values. We removed mandatory...
on
8 Jan 2015
Wiki Page:
SharePoint 2013: Create and Delete a List using PowerShell
Matthew Yarlett
This is a quick article that demonstrates creating a SharePoint list, adding items to a list, and deleting a list using PowerShell. Creating a list Add-PSSnapin 'Microsoft.SharePoint.PowerShell' -ErrorAction SilentlyContinue $SPweb = Get-SPWeb -Identity 'http://Sp2013' ...
on
25 Sep 2014
Wiki Page:
SharePoint 2010: How To Manage the Term Store via Powershell
Luigi Bruno
Table of Contents Introduction What is the Term Store? Connecting to the Term Store Getting the Term Groups Getting the Term Sets Getting the Terms Complete Sample: Exporting the Term Store to a XML File Community Content See Also Other Languages Italian (it-IT) Introduction SharePoint 2010...
on
24 Jul 2014
Wiki Page:
SharePoint 2010: Add a User in a SharePoint Site using PowerShell
Alex Brassington
This topic is a how to. Please keep it as clear and simple as possible. Avoid speculative discussions as well as a deep dive into underlying mechanisms or related technologies. What is Windows Powershell ? Windows PowerShell command-line interface is a new command-line tool and...
on
22 Jul 2014
Wiki Page:
SharePoint: Use PowerShell to find Fields using a Managed Metadata TermSet
Ed Price - MSFT
Table of Contents Introduction Applies To Download Walkthrough References Introduction Ever wondered how many fields are referencing a Managed Metadata Termset? It's going to be a long and boring job using the Web UI to click through every web... and every list in every web... and every...
on
5 Jul 2014
Wiki Page:
SharePoint: Restore a Deleted Site Collection without a Recent Backup
Ed Price - MSFT
Table of Contents Problem Definition Steps to recreate the issue Resolution Background information Reference See Also Problem Definition Restore Deleted Site Collection without any backup/Restore mistakenly deleted Site Collection Steps to recreate the issue You have mistakenly deleted any...
on
5 Jul 2014
Page 7 of 11 (275 items)
«
5
6
7
8
9
»