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
>
SharePoint
>
en-US
Tagged Content List
Wiki Page:
Post Setup(PSConfig)Configuration of SharePoint Products and Technologies failed
Richard Mueller
Post Setup(PSConfig)Configuration of SharePoint Products and Technologies failed While Running PSconfig, Its failed in Any step. Please follow the below Steps to fix the issue. Fix 1: Copy the web.config file from: C:\ProgramFiles\CommonFiles\MicrosoftShared\WebServer Extensions...
on
14 Jul 2014
Wiki Page:
SharePoint 2010: How to update Parent Folders Timestamps when Child contents have been modified
Carsten Siemens
Table of Contents Introduction Setting up the libraries & workflow The caveat What does the workflow do? Introduction Something that SharePoint professionals occasionally get asked is whether it is possible to update a parent folder when child documents within it have been altered. Whilst...
on
12 Jul 2014
Wiki Page:
Web Applications using Claims authentication require an update
Lewis Renwick
Web Applications using Claims authentication requires an update Issue: Web Applications using Claims authentication require an update Source of Error: This error began appearing in the Health Analyzer after creating a web application using Claims Authentication. Cause: This can happen...
on
11 Jul 2014
Wiki Page:
An error screen while try to edit Office 2007 documents uploaded in SharePoint Document library Unknown Error Trying To Lock File
Richard Mueller
Unknown Error Trying To Lock File An error screen while try to edit Office 2007 documents uploaded in SharePoint Document library Unknown Error Trying To Lock File This is mostly related to operating system and already been fixed in SP1, though sometimes we have to modify below registry settings...
on
11 Jul 2014
Wiki Page:
How to find the Correlation ID error
Richard Mueller
How to find the Correlation ID error One frustrating error SharePoint users will occasionally experience is the 'red X' with a cryptic correlation ID error. The SharePoint Administrator must perform the task of looking through the logs to find the cause of the error. there was a command...
on
11 Jul 2014
Wiki Page:
Internet Explorer cannot be display the web page or A process serving application pool 'SharePoint Central Administration v4' exceeded time limits during shut down
Maheshkumar S Tiwari
Internet Explorer cannot be display the web page or A process serving application pool 'SharePoint Central Administration v4' exceeded time limits during shut down Issue: shows the error “Internet Explorer cannot be display the web page” After Creating web site in SharePoint 2010,2013....
on
9 Jul 2014
Wiki Page:
SharePoint and SQL patch details
Maheshkumar S Tiwari
It’s very difficult to get and know the information about the latest patches and the Cumulative Updates. I am combining all the information and links in one Tree to get those easily. Follow the below links to get respective patches. 1. SQL CU'S :http://technet.microsoft.com/en-us/sqlserver...
on
9 Jul 2014
Wiki Page:
Best practice for using configuration values in SharePoint
Maheshkumar S Tiwari
If we need to keep configuration values for SharePoint customizations, the easiest way is to store them in AppSettings section in configuration file (web.config, owstimer.exe.config, etc..). Following is a sample of the usage. < appSettings > < add key ="ConfigSite" value...
on
7 Jul 2014
Wiki Page:
SharePoint Property bag
Maheshkumar S Tiwari
Lists the property bag of the SharePoint site [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") Add-PSSnapin "Microsoft.SharePoint.PowerShell" $site = Get-SPSite http://win-ld2oc4jh6eb:222/ $web = $site.OpenWeb(); $web.AllProperties
on
7 Jul 2014
Wiki Page:
PowerShell to export/import content of SharePoint site
Maheshkumar S Tiwari
The below command will Export the content of SharePoint site to the specified folder .It contains a Manifest.xml file which will be used to while importing the content to the site [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") $SPExport = New-Object...
on
7 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: Testing Email Alerts in UAT and DEV Environments
Ed Price - MSFT
Table of Contents Introduction Applies To The two scenarios presented here Introduction to SMTP4Dev Installing SMTP4Dev Configure SharePoint Outbound email with SMTP4Dev running on Port 25 Configure SharePoint Outbound email with SMTP4Dev running on a Custom Port Configure SMTP4Dev to listen on a custom...
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 70 of 82 (2,050 items)
«
68
69
70
71
72
»