Browse by Tags

Tagged Content List
  • Wiki Page: SharePoint Disaster Recovery

    Table of Contents How to plan for SharePoint Disaster Recovery Methods of SharePoint Disaster Recovery How to plan for SharePoint Disaster Recovery To plan for a disaster recovery there needs to be clear business requirements for two critical factors: Recovery Time Objective (RTO). This...
  • Wiki Page: Document SharePoint Farm

    Table of Contents Introduction What to document How to Document Introduction Storing the metadata of SharePoint farm is important not only in case of disaster but in day to day operations to make sure that the current configurations applies the required Architecture and it is used for reference...
  • Wiki Page: Associate Permission Levels with SharePoint User Groups Using the Client Side Object Model in .NET/C#

    Table of Contents Introduction Get all SharePoint User Groups' Permission Levels Get selective SharePoint User Group's Permission Levels References Applies To Introduction In the previous article we discussed about how to get the SharePoint user group names using SharePoint client object...
  • Wiki Page: SharePoint 2010: How to Delete Crawled Property

    Table of Contents Introduction Access the administration menu Search Service. How to delete a “crawled property.” See Also Introduction Sometimes when you start a project with custom content types, you need to change a column type (change a string to number or other). If you have already configured...
  • Wiki Page: SharePoint Site Custom Web Part SQL Report Viewer Export to Excel Error

    Problem: "The file you are trying to open '<FileName.xls>', is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. I faced this issue in QA environment...
  • Wiki Page: SharePoint: Use a Visual Webpart to load a Dynamicly Created PDF Report

    Introduction I was facing a problem to load pdf generated document in a popup window. The problem was user saves some information from a custom front end to SharePoint List and on the list event handler there was a code written to generate a SQL report and export it into pdf document all through...
  • Wiki Page: SharePoint 2010: Create Site Columns and Content Types using C#.Net

    Table of Contents Introduction Create Site Column Create Content Type Add Field to Content Type See Also Introduction Example C#.Net code that can be used for creating Site Columns, Content Types, and adding fields to Content Type's. Create Site Column public static...
  • Wiki Page: SharePoint 2013: Workflow

    Table of Contents Introduction Issue Resolution Debugging Dynamic Values See Also Introduction SharePoint 2013 - What's new with Workflow Issue Resolution SharePoint 2013 Workflow – Getting Around Installation Issues, Creating & Executing Workflows Debugging SharePoint...
  • Wiki Page: SharePoint 2013: System Requirements (Hardware and Software)

    Table of Contents Links and Resources See Also This documentation is preliminary and subject to change. Links and Resources System requirements For SharePoint 2013 Preview Hardware and software requirements for SharePoint 2013 Preview Software requirements for business intelligence...
  • Wiki Page: SharePoint 2013: Access Services 2010

    Access services 2010 service application allows user to modify and publish access web database in SharePoint 2013 that was previously created in SharePoint 2010 While creating new access services 2010 service application it does not prompt for database, since we must have SP2010 access db. Start...
  • Wiki Page: SharePoint based multi device offline application leveraging HTML5

    SharePoint based multi device offline application leveraging HTML5 offline capabilities Scenario Develop an offline iPad app which needs to work on desktop as well in offline mode. Approach After considering the different technical options the recommended one I believe is to leverage...
  • Wiki Page: SharePoint 2013: Install Prerequisites Offline or Manually on Windows Server 2012 - A Comprehensive Guide

    Table of Contents Introduction Jump right to the solutions What do I need to successfully install the Prerequisites? Why is attention to an Offline or Manual Prerequisites installation important? Identifying all the Prerequisites for Windows Server 2012 Prerequisite Installation...
  • Wiki Page: An Example of Using Write-Progress in a Long Running SharePoint PowerShell Script

    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...
  • Wiki Page: SharePoint 2013: Resources for IT Pro

    Table of Contents Build Numbers PowerShell Reference Service Applications Training Upgrade Test Lab Guides Scenario Pages Learning Roadmaps System Center Operations Manager Monitoring Packs See Also Additional Resources Build Numbers SharePoint 2013 Build Numbers (en-US) PowerShell ...
  • Wiki Page: SharePoint 2013: Internet Information Services (IIS)

    Table of Contents PowerShell How To See Also Other Languages PowerShell How To Identify w3wp.exe processes running SharePoint 2010 and 2013 App Pools (TechNet Gallery) This PowerShell function fully automates the task of identifying which w3wp.exe processes are running which IIS Application...
  • Wiki Page: SharePoint 2013: PowerShell Reference and Resources

    Table of Contents Getting Started General PowerShell SharePoint 2013 PowerShell Cmdlet Reference PowerShell for SharePoint by Topic Community Resources See Also Getting Started General PowerShell Windows PowerShell Survival Guide PowerShell V3 Guide PowerShell V3 New Features PowerShell...
  • Wiki Page: SharePoint 2013: Secure Store Service

    NOTE: This is a stub article. Please add more information as it becomes available. Table of Contents See Also See Also SharePoint 2013 Portal SharePoint 2013 - Service Applications SharePoint 2013 - Resources for Developers SharePoint 2013 - Resources for IT Pros
  • Wiki Page: SharePoint 2013: Apps Overview and Resources for Developers

    Table of Contents Introduction App Model and Infrastructure Developing Apps Licensing Apps See Also Introduction Apps are new to SharePoint 2013 and are different from SharePoint Solutions: Be sure to read: Understanding SharePoint 2013 Apps (aka Apps 101) Apps for SharePoint compared...
  • Wiki Page: SharePoint 2013: User Profile Service Application

    Table of Contents Overview How-To PowerShell - User Profile Service cmdlets See Also Overview A quick note on User Profile Synchronization in SharePoint 2013 Preview SharePoint 2013 changes and features in the User Profile service application ( Video 26mins, 28sec | Presentation PPTX...
  • Wiki Page: SharePoint 2013: App Management Service

    Table of Contents Overview How to create a 'App Management' service application Method 1: PowerShell Method 2: Central administration PowerShell - App Management Service cmdlets See Also Overview The App Management Service is responsible for storing and providing information concerning...
  • Wiki Page: SharePoint: How to embed image of article page in email body

    I had a requirement to share/email an article for specified users after content owner approval and publish. To get this functionality, added a workflow to the article pages to send out email to the specified users of the published article. In workflow, wrote code to retrieve the page content and rollup...
  • Wiki Page: Implementing field level security for SharePoint List

    Hi, Sometimes we have to hide some of the columns of SharePoint list. We can implement this in two way 1)If we have to implement field level security at List level you can use following code which will be helpful, <script> ExecuteOrDelayUntilScriptLoaded(init,'sp.js'); ...
  • Wiki Page: SharePoint DeadLock high CPU\Memory usage caused by SQL server

    This article illustrates how to troubleshoot a resource Deadlock by way of a real world example issue. The log files show an error: Exception returned from back end service. System.ServiceModel.ServiceActivationException: The requested service, ' http://SPserver:32843/cebdf111573e42e68f08f730c2273460...
  • Wiki Page: Powershell Scripts - to Gather Inventory Data from Sharepoint Site collection

    Fetch Content Types: $site = new-object Microsoft.SharePoint.SPSite([SiteName]) $cts = $site.rootweb.ContentTypes echo "Processing..." '"CT Name"' + ` ',"CT ID"' + ` ',"CT Description"' + ` ',"CT Group"'...
  • Wiki Page: Can I use System directory service assembly in SharePoint ?

    Table of Contents Background Managed Code Vs Unmanaged Code Alternate approaches Final note Background Exactly 5 years ago,I scribbled on my personal blog on the topic "How to synchronize the Active Directory with SharePoint List" Yes scribbled, its a relevant word. I just...
Page 30 of 43 (1,074 items) «2829303132»
Can't find it? Write it!