Browse by Tags

Tagged Content List
  • Wiki Page: SharePoint 2010: Windows Server 2012 üzerine SharePoint 2010' ve SQL 2012 ile nasıl yüklerim (tr-TR)

    Table of Contents Downloads Windows Server 2012 Install Process: Server 2012 Install Process: SQL Install Process: SharePoint Downloads Windows Server 2012 ISO Windows Developer Preview with developper tools (64 bits) ISO Windows Developer Preview 64 bits Microsoft SQL...
  • Wiki Page: Change Metadata Values from Office 2010 to SharePoint 2010

    In this article, we will see how you can change your metadata values directly from Office 2010 and those will be replicated in SharePoint. A video has also been prepared for the same if you don't want to read ;-) Prerequisites : Create managed metadata values in SharePoint Term Store ...
  • Wiki Page: SharePoint 2010: How to Install and Configure MS Project 2010 for SharePoint

    Table of Contents Download Link 1 Install MS Project 2 Configuration MS Project on SharePoint My Page Server Settings Page Project Page Microsoft Project Professional 2010 delivers powerful, visually enhanced ways to simplify planning, collaboration and resource management so you can successfully...
  • Wiki Page: SharePoint 2010: Best Practices for Planning, Implementation, and Governance

    A lot of IT professionals have common questions such as: What are the best practices to implement SharePoint Server 2010 to use its full potential and functionality? What are the Microsoft's recommendations for development and deployments? Here are some useful links that may help you with Microsoft...
  • Wiki Page: Retreiving Server Date using SharePoint JSOM

    Recently I came across a requirement that I had to create folder structure in sharepoint list in the hierarchy of CurrentYear\Current Month\DateFolder. The challenge was that we need to achieve this from the client side object model (JSOM).We were not having any access on the Server Object model and...
  • Wiki Page: SharePoint 2010: How To Manage the Term Store via Powershell

    Table of Contents Introduction What is the Term Store? Connecting to the Term Store Getting the Term Groups Getting the Term Sets Getting the Terms Complete Sample: Exporting the Term Store to a XML File Community Content See Also Other Languages Italian (it-IT) Introduction SharePoint 2010...
  • Wiki Page: SharePoint 2010: Articoli italiani su TechNet Wiki (it-IT)

    Table of Contents Introduzione Elenco articoli Vedere anche Introduzione Questa pagina contiene un elenco diviso in categorie degli articoli in lingua italiana presenti sul TechNet Wiki e relativi alla piattaforma SharePoint 2010 , sia scritti originariamente in Italiano che tradotti da...
  • Wiki Page: Creating Bookmarks in Wiki Pages - SharePoint Rich Text Editor Extension

    Table of Contents Introduction Problem Definition Solution Add the custom code and required files to the Project Test the solution Code Download Introduction Rich Text Editor (RTE) is one of the great features of SharePoint which provides a Word-like content editing experience and allows users...
  • Wiki Page: SharePoint 2010: Add a User in a SharePoint Site using PowerShell

    This topic is a how to. Please keep it as clear and simple as possible. Avoid speculative discussions as well as a deep dive into underlying mechanisms or related technologies. What is Windows Powershell ? Windows PowerShell command-line interface is a new command-line tool and...
  • Wiki Page: Understanding Databases Created During SharePoint 2010 Installation

    After installation of SharePoint 2010, you will see several databases that are created in SQL Server and will need to be added to your SQL Server maintenance plan: ■ SharePoint Configuration The SharePoint configuration database(config DB) holds all of your server farm configuration data and is...
  • Wiki Page: How to Open PDFs in SharePoint 2010

    How to Open PDFs in SharePoint 2010 Background: When trying to open a PDF file, I am prompted to save the file when working on my Test lab. I do not get the option of opening the file; I am forced to save it. Resolution: · Open the central administration · Click Manage Web Applications...
  • Wiki Page: Installing Office Web Apps for SharePoint 2010

    Installing Office Web Apps for SharePoint 2010 Recently, we got the request from one of our Client that, They need Office WEB APP Components Installed. I followed the below instruction to achieve this.So, I thought to share with all. Definition: Office Web Apps was first introduced with...
  • Wiki Page: How To take a back up of User Profile Service application using SQL Server in SharePoint 2010

    To take a back up of User Profile Service application using SQL Server in SharePoint 2010 Follow the below steps to take the back up of the user profile synchronization. · Open SQL Server Management Studio · Connect to the database server. · Expand Databases. · Right-click the database...
  • Wiki Page: How To export a site, list or document library in SharePoint Server 2010

    To export a site, list or document library in SharePoint Server 2010 Follow below steps to export a site, list, or document library by using Central Administration 2010 · In Central Administration, on the Home page > Backup and Restore. · On the Backup and Restore page > Granular Backup...
  • Wiki Page: SharePoint 2010: Cmdlets with FeatureDependencyId are not registered

    Table of Contents Case Steps Solution References Case All of sudden my PowerShell stopped working with the following error “The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered” I am currently with SharePoint 2010 on my development machine on Windows 7...
  • Wiki Page: SharePoint: Use PowerShell to find Fields using a Managed Metadata TermSet

    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...
  • Wiki Page: SharePoint: Testing Email Alerts in UAT and DEV Environments

    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...
  • Wiki Page: SharePoint: Restore a Deleted Site Collection without a Recent Backup

    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...
  • Wiki Page: SharePoint: Find the Masterpage being used on a Site

    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 ...
  • Wiki Page: PowerShell: Create SharePoint List/Library

    Table of Contents Parameters Code Function Calling Other Languages Use Create-SharePointLibrary function to create a new SharePoint List or Library. Parameters $webUrl - Mandatory - SharePoint Web Url - e.g. http://server:port/ $LibraryName - Mandatory - SharePoint Library Name $Description...
  • Wiki Page: Find email listed for access requests in SharePoint 2010 / 2013

    I ran into a helpful PowerShell script today that I wanted share. When creating SharePoint 2013 sites, by default (maybe it’s our default) the Allow access requests checkbox is enabled. (You can find this by going to Site Settings -> Site Permissions -> Access Request Settings.) ...
  • Wiki Page: Data Manipulation and Calculated Columns in SharePoint

    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...
  • Wiki Page: SharePoint 2010: A Content Type that does not Belong to a Collection cannot be Updated

    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...
  • Wiki Page: SharePoint 2013: Common PowerShell Snippets

    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...
  • Wiki Page: Creating Host Named Site Collections (HNSC's)

    The following is based on the Exam Ref 70-331: Core Solutions of Microsoft SharePoint Server 2013 by Troy Lanphier. Check out Kirk Evan's blog for more background behind HNSC - http://blogs.msdn.com/b/kaevans/archive/2012/03/27/what-every-sharepoint-admin-needs-to-know-about-host-named-site...
Page 19 of 40 (977 items) «1718192021»
Can't find it? Write it!