Browse by Tags

Tagged Content List
  • Wiki Page: Importing of List Templates with .STP Files

    Descriptions: Please follow the below step by step procedure to import .stp files and use in another library. Solutions: Follow the steps. 1. Download the list template EXE file to your computer. 2. Run the EXE file to unpack the template file to a location on your computer. 3. Select...
  • Wiki Page: SharePoint vs. Yammer

    Microsoft provides both SharePoint and Yammer services for internal, private networking within a company. A key difference is that Yammer is accessed over the internet whereas SharePoint which can be provided with either on-premise or over the cloud. So when should you use Yammer, SharePoint or both...
  • Wiki Page: SharePoint Server 2007, 2010, 2013 HTTP Error 503. The service is unavailable

    From last few days, lots of people have come across error "503 Service Unavailable". Mostly people come up with a plan to update passwords to resolve the issue. 90% of the time Update Password in IIS and Central Admin does the trick but if you come across a scenario where you are still stuck...
  • Wiki Page: How to copy list item from one Sharepoint list to another with permission and attachment

    Below code helps in copying listitems from one sharepoint list to another along with attachments and permissions /// <summary> /// Function copies list item from source list to destination list in folder named '2015' /// </summary> /// <param name...
  • Wiki Page: Bulk Upload Excel Data From Stored in SharePoint Library to SharePoint List (CSOM)

    Below Code helps in Excel data upload from excel file located in Shared Document library to list name Demo Upload excel file whose data to copy in csv formatin Shared Documents library //Copy Variables and change as desired private static string...
  • Wiki Page: Add Operations in SharePoint On Premise with POwerShell

    Help Add-SPProjectLogLevelManager -examples #Add Project entity to Project Sharepoint Site Add-SPProjectLogLevelManager -Url http://w15-sp/pwa -EntityType Project -EntityUID "0798BF6A-F248-4F0F-8957-4D73993265BC"-LogLevel Verbose -Comments "xyz" Get-SPProjectLogLevelManager...
  • Wiki Page: SharePoint 2010/2013: Claims Encoding

    Table of Contents Format Components explained <IdentityClaim> <ClaimType> <ClaimValueType> <AuthMode> <OriginalIssuer> <ClaimValueType> Where used Examples Format SharePoint 2013 and SharePoint 2010 display identity claims with the following encoding format:...
  • Wiki Page: Cannot navigate to the requested page because user profile synchronization service is not running: SharePoint 2013

    Table of Contents Issue Error Troubleshooting Resolution Issue While setting a new UPA service or starting an existing User profile service you get an error message. Error Cannot navigate to the requested page because user profile synchronization service is not running...
  • Wiki Page: Enterprise Search - Authoring Schedule

    This page lists out the scheduled authors for Enterprise Search. We build out schedules in 10-week blocks. If you would like to sign up for an open date or to be scheduled in the next 10-week block, please comment below or email brentgr at microsoft . Brent will then discuss the details with...
  • Wiki Page: Create a report on SharePoint file versions

    Table of Contents Overview Supported lists and libraries When versions are created Retrieving versions for all files in one library Script Summary See Also Versioning and SharePoint: the PowerShell perspective series TechNet Gallery scripts Overview Supported lists and libraries ...
  • Wiki Page: MIM2016 Troubleshooting: MIM Portal Performance Issue

    Table of Contents Issue Solution Related resources Originally posted at: MIM2016 Troubleshooting: MIM Portal Performance Issue @ IS4U Blog Issue After experiencing a decrease in MIM portal responsiveness after installation, I checked the server resources to see following memory consumption...
  • Wiki Page: Office 365 Business and End User Training Resources

    Table of Contents Introduction Training Overview Downloads ​Introduction This article provides a list of useful training resources for Office 365 and Office 2016 for business and end users. ​Training Overview Below you find an overview of all the assets. ...
  • Wiki Page: Books for Developers

    This topic is a recommended reading. This article indicates a suggested or recommended reading that will provide you with accurate and important information for a better understanding of the covered topic. Table of Contents Introduction .NET General ADO.NET ASP.NET Best Practices...
  • Wiki Page: SharePoint 2013 Troubleshooting: Document Library documents with duplicate document ID

    Table of Contents Issue Solution Issue In a document library there are same document id for two documents. There should be unique Document Id for a document. But duplicate Id's are generating for different documents as below example, e.g. There is Sales File, Accounts File with...
  • Wiki Page: SharePoint Troubleshooting: Cumulative Update (CU) installation requires Post action

    Table of Contents Applies to Issue Solution References Applies to SharePoint 2016 SharePoint 2013 SharePoint 2010 Issue Many people report the common issue of SharePoint administrator that is about post action requirement on CU installation on your on prem SharePoint 2010 or SharePoint...
  • Wiki Page: Groups On One Drive In Office 365

    Welcome to an article on Groups, which you can create on One Drive on your Office 365 portal. Here we will see how to create new groups on One Drive and its features, which can be used for our daily purposes. Groups on One Drive will provide you a mailbox, a calendar, a notebook, and a place to...
  • Wiki Page: Create a SharePoint site using an existing template with Powershell

    starting from this post , let's try to script few lines to create a site from an existing template. This script is this one Add-PSSnapin microsoft.sharepoint.powershell $site = get-SPWeb http://sp2013 :81 $template = $site.GetAvailableWebTemplates(1033) $template = $site.GetAvailableWebTemplates...
  • Wiki Page: SharePoint 2010 PowerShell: set Item level user permissions to add/edit/read only own items

    Table of Contents Requirement Solution Approach Manage Read Access Manage Write Access Applies to Requirement A user requested that he need to have a permission configured on the item level where user can see only their own documents or can read all the items in the list. Solution Approach...
  • Wiki Page: Calculated Column in O365 SharePoint Online with an example

    Table of Contents Introduction Functional Requirement Solution Introduction There is no difference in calculated column formula in SharePoint Online from earlier versions of SharePoint . Let us see an detailed example in this article. Functional Requirement I have a column called “Activities...
  • Wiki Page: Site owner receives Access Denied message on Access Request list

    In some cases when a user with full control clicks the Pending Requests page (/Access%20Requests/pendingreq.aspx) Image 1 below – s/he may receive an error “Sorry, this site hasn't been shared with you” (Image 2). There are couple of options (see the end for reference) how to resolve this issue...
  • Wiki Page: SharePoint 2013: Access Services

    Table of Contents Overview Prerequisites Configure SQL Server 2012 Required SQL Server 2012 settings for Access apps Configuring SQL Server for Access Services Security mode Setting the SQL Server Enable Contained Databases, Allow Triggers to Fire Others, and Default Language properties Protocols setup...
  • Wiki Page: SharePoint Products and Technologies: Microsoft Knowledge Base Articles

    Table of Contents Introduction General SharePoint Portal Server 2003 SharePoint 2007 SharePoint 2010 SharePoint 2013 See Also Other Languages Italian (it-IT) Introduction This page is a list of the Microsoft Knowledge Base articles related to the Microsoft SharePoint products and technologies...
  • Wiki Page: SharePoint 2013: Continuous Crawl and the Difference Between Incremental and Continuous Crawl

    With the new version of SharePoint a new type of crawl appeared in 2013 named « Continuous Crawl ». For old schools like me, in SharePoint 2010 we had 2 crawls available and it was configurable on our Search Service Application. Full: Crawl all content, Incremental: As the name says, it...
  • Wiki Page: SharePoint Troubleshooting: default page not loading by default.aspx

    Table of Contents Introduction Error Troubleshooting Solution See more See Also Introduction Administrator can't browse SharePoint 80 or SharePoint Central Administration v4 or any sites using the default URL (http://webserver/). Trying to do this locally from the actual server SharePoint...
  • Wiki Page: Calculated Columns for Yes/No columns in Sharepoint

    Starting from this post​​ let's suppose that we have following colunms: Col_A , COL_B , COL_C , COL_D and COL_E . All columns are Yes/No Columns. The default value for them it isn't so important ( in calculation columns, Yes value is used as TR UE , and No value as FALSE ) And...
Page 27 of 43 (1,074 items) «2526272829»
Can't find it? Write it!