by rizwan
13. mai 2012 03:04
Creating a list or library we need to be very careful because what we put in the name field will be the link of the list or library and also be used as a title of the list or library. It is possible to change the link of list or library but we need to go through the SharePoint Designer 2010. In case...
[Mer]
29bced23-4230-4489-b72c-b74b3051cb6a|0|.0
Tags:
by rizwan
13. mai 2012 02:12
One great feature in SharePoint standard and enterprise edition for search is Windows 7 search. The function gives ability to search from Windows 7 in SharePoint 2010. Often we want to search for something and we know that the content is in SharePoint. The classic way is to go to SharePoint and sear...
[Mer]
67d932d5-b0fd-4c89-b932-36595b62b33e|0|.0
Tags:
by rizwan
13. mai 2012 01:38
Title column is very important default column in SharePoint libraries. During saving documents to libraries, sharepoint doesn't require data input in title column. Content written in this column can be optimizing search and can be used in various scenario internal in SharePoint. As default, when use...
[Mer]
7bb75cb5-77fb-4870-b73d-65ebfda4e1a9|0|.0
Tags:
by rizwan
17. april 2012 00:20
Caching er en kjent terminologi for å forbedre ytelse og skalere et system. Hva gjør Caching i SharePoint er et spørsmål for mange. SharePoint lager mest etterspurte data i et midlertid lager for senere bruk. Typisk bruk for tunge og avanserte spørringer som oftere belaster systemet en god del.
...
[Mer]
639a0aa8-8bb0-4469-aa50-4c76cae45aab|1|5.0
Tags:
by rizwan
16. april 2012 23:42
SPDisposeCheck is a tool that helps developers and administrators check custom SharePoint solutions that use the SharePoint Object Model helping measure against known Microsoft dispose best practices. Really helpful tools.
http://archive.msdn.microsoft.com/SPDisposeCheck
13afd34d-9e15-4912-8b03-4269ef538d29|1|4.0
Tags:
by rizwan
9. april 2012 04:40
Vi kan bruke PowerShell til å vise ressurser en områdesamling(site collection) bruker. Kommandoer i PowerShell er følgende:
$site = Get-SPSite http://mySiteCollection
$site.Usage;
$site.Dispose();
Videre kan jeg også utdype min kommando til å vise mer relevant informasjon.
$site.Usage.Storage;
...
[Mer]
0fa59475-fbf7-49bb-8c9a-42ac0a86eaf0|0|.0
Tags:
by rizwan
9. april 2012 04:20
Storman.aspx is a part of SharePoint SP1. The name itself is very scary like superman, batman, storman etc. The page enables management of the storage in site collection such as what sites, lists, libraries, documents and items are taking most space. The information in the storman-page will not be s...
[Mer]
3c9d41dc-46ca-4fc9-aff1-109451c5a3b2|1|4.0
Tags:
by rizwan
2. april 2012 01:12
I denne bloggen skal jeg vise hvordan vi kan gjenbruke informasjon fra en liste og strukturere innhold i biblioteker og lister. For å gjenbruke innhold fra den ene liste i andre lister/biblioteker, oppretter vi oppslagskolonne på område nivå og legge til der vi ønsker ...
[Mer]
c5c20922-053e-481e-b0c7-4a90c9876ba2|1|4.0
Tags:
by rizwan
22. mars 2012 15:23
I have created a Sandbox-solution for SharePoint Online at the website http://permsetup.codeplex.com. As default when we share a site collection or site with external users, SharePoint Online show default SharePoint groups which are Visitors and Members. By using this feature, you will get a link wh...
[Mer]
by rizwan
22. februar 2012 11:27
You may want to include the Service Pack 1 and CUs into the installation process of a new environment you are building. As it is recommended for a SharePoint Server 2010 installation to install the SharePoint Foundation SP1 and the SharePoint Server SP1 bits (http://sharepoint.microsoft.com/blog/Pag...
[Mer]