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:
List Unused/Used/All Content Database through Powershell
Chen V
Reference : http://gallery.technet.microsoft.com/office/List-Unused-Content-c078e894 clear #Import Localized Data #Import-LocalizedData -BindingVariable Message #Add-PsSnapin Microsoft.SharePoint.PowerShell #This function is used to get standard content...
on
4 Jul 2014
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:
SharePoint: Remove a Search Service Application
Chen V
Problem Unable to delete a Search Service application from Central Admin or through PowerShell. Solution At times we need to use STSADM.EXE - This is helping hand for SP Admins :) stsadm.exe -o -deleteconfigurationobject -id 'searchserviceid' References This Wiki is...
on
27 Jun 2014
Wiki Page:
SharePoint Farm ID
Muhammad Ehsan
This is every time SharePoint administrators need to check when they need to apply License to farm. In this article I am giving the steps How to check that. Step 1 We can check the Farm ID by using the below Power shell commands. 1. Go to->SharePoint management shell 2. Run $SPFarm...
on
19 Jun 2014
Wiki Page:
June 2014 Cumulative Updates for SharePoint 2013
Muhammad Ehsan
June 2014 Cumulative Updates for SharePoint 2013 June 2014 Cumulative Update for SharePoint 2013 has been released. Please find the below links to get the CU. KB 2881063 - SharePoint Foundation 2013 June 2014 CU (will be available soon) KB 2881061 - SharePoint Server 2013 June 2014 CU ...
on
18 Jun 2014
Wiki Page:
Data Manipulation and Calculated Columns in SharePoint
Matthew Yarlett
Introduction Here are some tips on using Calculated columns based on an existing column in the list or Library. Calculated columns are always under used and we tend to write code (Calculation logics) for a column/field to achieve a goal which can be done OOB (out of the box). Example...
on
6 Jun 2014
Wiki Page:
SharePoint 2010: A Content Type that does not Belong to a Collection cannot be Updated
Matthew Yarlett
Issue In a certain situation, an exception is thrown, " A Content Type Which Does Not Belong To A Collection Cannot be Updated ", when adding columns to a content type programmatically. Doing a walk through of the code reveals the problem; a new content type was instantiated, then some...
on
30 May 2014
Wiki Page:
Get SharePoint User Group Names in .NET/C# using CSOM
Matthew Yarlett
Table of Contents Introduction Sample Cases Scenario 1: Application is running under the credential which has access to the SharePoint site. Scenario 2: Application is running by providing connection account credential to the SharePoint site. References Introduction Here we will discuss an important...
on
30 May 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: Report Builder Appears to Hang When Connecting to a SharePoint Server (RB3)
Matthew Yarlett
Table of Contents Applies To Scenario Work Around See Also Applies To SQL Server 2008 R2 Report Builder 3.0 and a Report Server in SharePoint integrated mode. Scenario When you perform actions in Report Builder 3.0 which require browsing to a SharePoint server, it may appear Report...
on
30 May 2014
Wiki Page:
Print specific SharePoint Fields using JQUERY
Matthew Yarlett
Code Background This code snippet using jQuery functions can be used to print out specific SharePoint Form Fields This requires two third party jQuery spjs-utility.js - for getting the value of the form fields jQuery.printElement.min.js - for the printing The code...
on
30 May 2014
Wiki Page:
SharePoint: A Simple way to Configure all the Service Applications for a Development Environment
Matthew Yarlett
While setting up a development environment, You might have to have all the service applications running and there is a shortcut for setting up that. What do you need: 1) You need a Service account or a domain account which has administrative rights on the dev environment(System, SQL and SP Farm...
on
29 May 2014
Wiki Page:
The CodePlex Corner: Sushi
Steven Andrews
Table of Contents Link to SharePointReviews.com product review "End User – Developer" scale Potential pitfalls / problems Tutorial Conclusion and relevant links The link to the project is https://sushi.codeplex.com/ The project that this edition of the CodePlex Corner is...
on
14 May 2014
Page 71 of 82 (2,050 items)
«
69
70
71
72
73
»