sharepoint 2010

Tag details

Welcome to the 'sharepoint 2010' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'sharepoint 2010'.

Are you an expert about 'sharepoint 2010'? Do you want to be the Technorati authority on 'sharepoint 2010'? You can write a description that will appear right here: Join Blogcritics!

Look up Offsite Link "sharepoint-2010" at The Free Dictionary

Latest blogosphere posts tagged “sharepoint 2010”
 

  • Users with privileged access to the entire SharePoint farm?


    Authority Authority:
    Use case : We recently worked with one of the world leading IT audit companies. They had a project to audit a SharePoint farm security for a customer. One of the key things they wanted to check was: “Who are the users that have privileged, admin access to the entire SharePoint farm?” Users can be granted full ...
    5 days ago
  • SharePoint 2013: Using the Design Manager? You should read this.


    Authority Authority:
    If you use the design manager to create a design package, it seems there is a problem during the export / import that corrupts page layouts.  The result will be missing/corrupt content types.  For example, if you create a publishing site you can create pages within that site just fine, but if you create a sub-site ...
    6 days ago
  • SharePoint Service Applications: SharePoint 2013 versus 2010


    Authority Authority:
    Service Applications Description SPS 2010 Std SPS 2010 Ent SPS 2013 Std SPS 2013 Ent Access Services Let’s user view, edit and interact with Access 2010 databases which are published to SharePoint in a web browser ...
    1 week ago
  • XPlica for SharePoint - A comprehensive SharePoint migration solution


    Authority Authority:
    XPlica for SharePoint product has been expanded with several new features and a host of benefits to the users.  SharePoint 2013 on-premise server and SharePoint Online support. Maintain source SharePoint server hierarchy in the target SharePoint server. Source and target server settings can be defined ...
    1 week ago
  • Useful List based InfoPath form information


    Authority Authority:
    So as I continue my research, I have found a couple more interesting facts. You can use InfoPath 2013 against SharePoint 2010 to create, edit and update List based InfoPath forms. You can also save that List with the InfoPath form as a template and the XSN file comes along with it, whether you check the “with ...
    1 week ago
  • How to tell if you have 32 Bit or 64 Bit Office installed


    Authority Authority:
    When installing SharePoint Designer 2010 on a computer it is important to match the bit version of SharePoint Designer with the Bit Version of the Office Installation. Most of the time, Microsoft Office will already be installed. In this blog … Continue Reading
    1 week ago
  • Exporting Admin Approved #InfoPath Forms. #SP2007 to #SP2010


    Authority Authority:
    Just a quick blog to remind myself for some research I am doing. We need to export existing Administrator Approved InfoPath forms and I came across this article: http://blogs.msdn.com/b/jojok/archive/2011/01/24/admin-approved-infopath-forms-migrating-from-moss-2007-to-sharepoint-server-2010.aspx In short, use ...
    1 week ago
  • Designing Your Taxonomic Hierarchy


    Authority Authority:
    When using taxonomic hierarchies to classify information, managed metadata is definitely your best friend.  In SharePoint, taxonomic hierarchies can be defined using  two methods: Method A: Single Column Managed Metadata  Method B: Multi-Column Managed Metadata In this blog post, We will use NBA teams ...
    2 weeks ago
  • SharePoint Versioning Trivia, or maybe a start on a versioning FAQ


    Authority Authority:
    The number of versions retained is one more than the limit you set. Entering 10 as the version limit will keep up to 11 versions of the item. I guess the current "version" is not counted as a "version". Then maximum number of versions per item is 5000. (at least in SP 2010) We you exceed the version limit the oldest ...
    2 weeks ago
  • Changing SharePoint 2010 lookup column Date Time and Number formatting


    Authority Authority:
    Few days back I was creating a report using SharePoint 2010 list as data source in Report Builder 3. The list I was using had the following lookup columns: StartDate (DateTime Column) FinishDate (DateTime Column) Budget (Number) Now when I tried to change the datetime and number formatting, I noticed formatting ...
    2 weeks ago
  • Configurando el acceso a usuarios externos en SharePoint 2010 Online de Office 365


    Authority Authority:
    Recientemente me topé con el escenario de soportar la colaboración entre usuarios internos y externos en un entorno de Office 365. Básicamente estamos hablando de un escenario de extranet donde se necesita permitir a un grupo de empleados de una organización colaborar con diferentes personas externas a la ...
    2 weeks ago
  • Using SharePoint 2010 dialogs


    Authority Authority:
    SharePoint 2010 dialogs are JavaScript pop-up dialogs consisting of an iframe to request the other pages in the SharePoint. These pages can be publishing pages or application pages.When you call a pop-up dialog in SharePoint 2010, the content is displayed by using the system master page. The dialog functionality in ...
    2 weeks ago
  • Activating and Deactivating Feature programmatically in SharePoint


    Authority Authority:
    Sometimes, You may need to activate/deactivate Feature programmatically in SharePoint. Feature should have the scope of the web, site or web application or Farm.You can get the Feature by accessing Feature properties of Site or web. Write the following code to retrieve the activated features available in Web ...
    2 weeks ago
  • How To Correctly Configure and Use Document Workspaces in SharePoint 2010


    Authority Authority:
    Document Workspaces were very popular in SharePoint 2007. In SharePoint 2010 they are often overlooked. I have found that some of the functionality is a bit weird but with a little tweaking, they can be made very very useful. They … Continue Reading
    2 weeks ago
  • Using Property bag in SharePoint 2010


    Authority Authority:
    What is Property bag?Property bag is basically a hash table of key-value pair options. Property bag feature is available in Windows SharePoint services 3.0. It allows you to add properties to objects in SharePoint site. Property bag helps you to store meta data as key-value pairs example Connection Strings, file ...
    3 weeks ago
  • Employee Training Management Service Release


    Authority Authority:
    Applies to the SharePoint Employee Training ManagementThe hotfix is published as the current setup.  Download http://www.sapiens.at/downloads/sapiens.at.setup.etm.zip Installation Download and extract the Setup Files. Browse the folder Sapiens.at.Setup.ETM/SP201x/Employee Training Managem... (More)
    3 weeks ago
  • FAST Search for SharePoint 2010 - FQL and its Impact on Relevancy Ranking (Using Full Text Index Mapping)


    Authority Authority:
    Introduction In this post I will describe a common mistake that occurs when you write your own FQL that impacts the search results that depends on Relevancy Ranking (Using Full Text Index Mapping).   Scenario Lets consider that we have a list of products that we would like to search through that have ...
    3 weeks ago
  • Working With External Content Types with SharePoint Designer 2010


    Thoughts, Conversations, Interviews on SharePoint & Its Movers & Shakers from Rehmani ConsultingAuthority Authority: 107
    In a video tutorial titled Create External Content Types using SharePoint Designer 2010 , Asif Rehmani, SharePoint MVP and MCT demonstrates how to use SharePoint Designer 2010 to work with External Content Type Site Objects in SharePoint 2010. This video tutorial is intended for an audience of SharePoint ...
    3 weeks ago
  • Using SPWebConfigModification to Update the Web.config in SharePoint 2013


    Authority Authority:
    Seven months ago I wrote an article on  Jumping the Hurdles of using SPWebConfigModification to Update the Web.config  - that article was based on my experiences in SharePoint 2010 and having researched the topic thoroughly at the time I was interested to see how things fared in SharePoint 2013. Thankfully I had the ...
    3 weeks ago
  • Connecting a service between Publishing and Consuming SharePoint 2010 farm


    Authority Authority:
    Hello Friends, As discussed in my previous blog the new architecture of Service Application in 2010. Let’s today discuss about connecting two different farms:   Connecting a service between Publishing and Consuming SharePoint farm   There are some service applications which have the capability to ...
    4 weeks ago

Comments about sharepoint 2010

Personal attacks are NOT allowed
Please read our comment policy