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
Translate this page
Powered by
Microsoft® Translator
Popular Tags
.net
Active Directory
AD DS
ASP.NET
azure
Benoît Jester
BizTalk
BizTalk Server
BizTalk Server 2010
C#
C# .NET
Chen V
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2010
fa-IR
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
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 French
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
Browse by Tags
>
TechNet Articles
>
All Tags
>
SharePoint
Tagged Content List
Wiki Page:
Sharepoint 2013: “Open with Explorer” is disabled in for document library
Dave Rendón
The Solution Please find the limitations below on open with the explorer. Since SharePoint 2013 fully supports IE(Internet Explorer) 32-bit version above version 7, there might be compatibility issues with other browsers. IE 8,9,10 32-bit is recommended for optimal performance. Open the same...
on
11 Aug 2018
Wiki Page:
SharePoint Troubleshooting: Unable to save site as template facing issue of unexpected error has occurred
Richard Mueller
Table of Contents Issue Error Message Troubleshooting Resolution Issue User has raised the problem ticket by mentioning “facing problem while saving the site as template”, additionally the templates are getting saved in the solution gallery but not able to activate it also. Error Message ...
on
10 Aug 2018
Wiki Page:
SharePoint 2013 Tip: How to implement multi-level flyouts in global navigation
George Chrysovaladis Grammatikos
The default depth for multi-level flyouts in global navigation is 2. In other words, you can configure a single dropdown list of menu options for each menu and on flyout for each of those menu options: MENU1 Menu11 Menu12 menu121 menu122 menu123 MENU2 Menu21 Menu22...
on
8 Aug 2018
Wiki Page:
SharePoint: Enable/Disable RSS Feed Option For List
Richard Mueller
In this article, I would like to share the steps for how to Enable/Disable the RSS feed option and update the RSS settings for SharePoint List. In a previous article, we saw What is RSS and how to add the RSS web part in SharePoint Site . Table of Contents Overview of RSS Steps to Enable/Disable...
on
5 Aug 2018
Wiki Page:
Send list item attachments to internal/external users through email – SharePoint Online & Microsoft Flow
Richard Mueller
Table of Contents Introduction Solution Key Points See Also Introduction While building SharePoint online solutions, business users usually encounter a scenario, in which they need to send documents to external users in email. For example, a purchase order form, where external vendor...
on
5 Aug 2018
Wiki Page:
SharePoint 2013: Articoli della Microsoft Knowledge Base per i prodotti e le tecnologie (it-IT)
Richard Mueller
Table of Contents Introduction various SharePoint Designer 2013 SharePoint Server 2013 See also Other languages English (en-US) Introduction This page contains a list of Microsoft Knowledge Base articles related to Microsoft SharePoint 2013. You can freely add articles as they are published...
on
5 Aug 2018
Wiki Page:
Install SharePoint 2013 Offline on Windows Server 2012 R2
Richard Mueller
To Install SharePoint offline over windows server 2012 R2: Adjust security permission for setup account (local admin on SharePoint server, dbcreator and securityadmin SQL roles on the SQL instance) On SQL server make sure to set Max degree of parallelism to 1 On the servers add required...
on
3 Aug 2018
Wiki Page:
SharePoint: Create Site Using SP Designer Workflow
Richard Mueller
Some of us want to create a SharePoint site when an item is added to a SharePoint list. For SharePoint on-premise, we can achieve this using the event receivers and with SP online we can use designer workflow with REST API call to achieve this. Table of Contents Introduction to Designer Workflows...
on
3 Aug 2018
Wiki Page:
SharePoint: Pin Files To Top In Online Document Library
Richard Mueller
This article discusses the steps to pin files to the top in a SharePoint online Document library. It is one of the features in SharePoint Online modern libraries, every document library has multiple documents and using this feature we can pin the important documents. We do not need to scroll...
on
2 Aug 2018
Wiki Page:
SharePoint : Create Flow For Online List
Richard Mueller
In this article, I would like to share the steps to create a flow for SharePoint lists. Table of Contents What is SharePoint Flow? Step 1 Open site Step 2: open list Step 3: Flow option Step 4: Create Flow Step 5: Send customized mail Step 6: template What is SharePoint Flow? Flow is used...
on
2 Aug 2018
Wiki Page:
SharePoint : Rating setting and how to access 'Liked By' field
Ramakrishnan Raman
Table of Contents Scenario: Approach 1: CAML Query Approach 2: CAML + REST Conclusion: Scenario: Let’s discuss about one special field in SharePoint List - ‘LikedBy‘ and how to effectively retrieve it. These are columns which get added to list once we configure their “Rating Settings”...
on
31 Jul 2018
Wiki Page:
SharePoint Server: How to build a custom report for lists, libraries or sites
RajeeshMenoth
Table of Contents Introduction Requirements Setting the scene Closer look at the data Usage and Health Data Collection Service Application Site collection's content database The Pages library Building the report Data connections Datasets UsageApplication LMUserInfo LMArticles Building the table Log...
on
27 Jul 2018
Wiki Page:
SharePoint: Build a Webpart to Resize and Upload Images to a Picture Library
karimSP
Table of Contents Introduction Visual Webpart Example See Also References Introduction Uploading a file to SharePoint in a custom webpart is very easy; as simple example involves adding an asp : FileUpload control to your webpart and adding a button to click on (to upload the selected file...
on
24 Jul 2018
Wiki Page:
SharePoint 2013: Yammer Search Deep integration with SharePoint search
karimSP
Table of Contents Introduction Case Statement Yammer REST API Concept SharePoint 2013 tabs/navigation Concept Solution to Case Statement Steps to display Yammer People search: Screenshot Yammer People search Script: Yammer Conversations search Script: Yammer Group search Script: See Also Introduction...
on
24 Jul 2018
Wiki Page:
PowerShell: Create a SharePoint Site Collection in an Independent Content Database
get2pallav
Table of Contents Introduction Script in Details Variables Definition Get the SharePoint SQL Server Instance Create a Content Database Lock down the newly created Content Database Create a Site Collection Output Applies To Download Conclusion See Also Introduction In SharePoint 2016, Although...
on
23 Jul 2018
Wiki Page:
SharePoint Online content types in Powershell: Add
karimSP
This article is a part of larger compendium on content types in Powershell, comprising several articles: SharePoint Online content types in Powershell: Get SharePoint Online content types in Powershell: E dit Table of Contents Powershell Add Content Type Properties Group Content Type...
on
21 Jul 2018
Wiki Page:
SharePoint: A Complete Guide to Getting and Setting Fields using C#
karimSP
Table of Contents Introduction Applies To Get the List, and the first SPListItem Create Variables used in the Examples 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)...
on
12 Jul 2018
Wiki Page:
SharePoint Framework : Exploring the New Development Model - O365 SPO and Node.JS based development
karimSP
Table of Contents Introduction Set up SharePoint Framework Development Environment Install Node JS Install Yeoman and Gulp Install Yeoman SharePoint Generator Code Editor Additional Tools for Development and Debugging Fiddler Postman Create the First Hello World Client Web part Create the Web part project...
on
11 Jul 2018
Wiki Page:
SharePoint: Filter Dropdown values on List InfoPath form based on Current User
karimSP
Table of Contents Introduction Requirement Solution See Also Introduction This article describes how to filter dropdown values in InfoPath form based on the current user. There is a parent list " Master " with two columns - Agency (Choice) and UserId (person). There is also a...
on
11 Jul 2018
Wiki Page:
SharePoint 2016 step by step: How to create a New Enterprise Wiki site
get2pallav
SharePoint 2016 has a new UI and a new way to Create Sites or Subsites. You can use a wiki page to collaborate really effectively because it's easy to access information and share it with others in your team. You could set up individual client pages and allow them to be edited by anyone; this would...
on
9 Jul 2018
Wiki Page:
SharePoint: Performance improvement
get2pallav
Table of Contents Script Registration CSS Registration _spBodyOnLoadFunctionNames SOD (Script on demand) CDN Minify of JS / CSS Lazy Loading of JS/Images Caching Image Rendition Rendition ID Using /_layout/15/getpreview.ashx Few Development and Performance improvement tips while working with custom...
on
6 Jul 2018
Wiki Page:
SharePoint 2013 Workflow - App Permissions
Richard Mueller
Table of Contents Scenario Details Solutions Scenario Create a SharePoint Designer 2013 Workflow associated with the security list and set it to start automatically when a list item is created. Once the user submits his comment, the Workflow will create the list item in the security list with...
on
21 Jun 2018
Wiki Page:
SharePoint: Community Best Practices
karimSP
Table of Contents Introduction Performance SharePoint Server 2013 Build Numbers SharePoint security fixes offered through Microsoft Update Feature Overview Capacity Planning Installation Upgrade and Migration Infrastructure Backup and Recovery Database Implementation and Maintenance Apps Every day use...
on
20 Jun 2018
Wiki Page:
SharePoint 2016: How To Implement Alternate Access Mapping
karimSP
In this article we will discuss implementing “Alternate Access Mapping” or commonly known as “AAM” in SharePoint 2016. If you are not aware of AAM or you have some misconceptions about it, I would highly recommend you to read through an excellent blog Alternate Access Mappings (AAMs...
on
20 Jun 2018
Wiki Page:
Sharepoint: How to display additional fields in User profile page
Richard Mueller
Table of Contents Background Business Requirement The Solution Step 1: EmployeeID Attribute in AD 2. Sharepoint User properties 3. New property page 4. Start UPS 5. Check My Site Background The customer has an issue about additional fields which are created in AD can't display in User Profile...
on
18 Jun 2018
Page 18 of 55 (1,355 items)
«
16
17
18
19
20
»
Can't find it? Write it!
Post an Article