http://www.fpweb.net/sharepoint-tutorials/wss-v3/sites/create-wiki-site/ http://www.dev4side.com/community/blog.aspx?filterby=SharePoint http://blogs.msdn.com/b/opal/archive/2010/04/25/faq-sharepoint-2010-rtm-installation.aspx http://blogs.msdn.com/b/mvpawardprogram/default.aspx?PageIndex=2 http://elczara.wordpress.com/ http://www.sharepointdevwiki.com/dashboard.action http://www.sharepointedutech.com/ http://njbblog.blogspot.com/ http://blog.insideocs.com/ http://blogs.msdn.com/b/ericwhite/ http://www.sharepointsecurity.com/sharepoint/multi-level-security-research/introduction-to-hybrid-sharepoint-using-selinux/ http://www.sharepointsharon.com/2010/03/sharepoint-2010-and-adobe-pdf/ http://nickgrattan.wordpress.com/2010/06/14/adobe-pdf-ifilter-indexing-with-sharepoint 2010/ http://www.sharepointusecases.com/index.php/2011/02/automate-pdf-configuration-for-sharepoint-2010-via-powershell/ http://www.sharepointedutech.com/tag/exchange-2010/ http://blogs.technet.com/b/tothesharepoint/ http://blogs.msdn.com/b/pstubbs/ http://blogs.technet.com/b/seanearp/ http://blogs.sharepointhosting.com/Downloads/SharePoint-Tutorials.aspx http://blogs.technet.com/b/digital_marketing_platform_group_-_uk_mea/ http://blogs.technet.com/b/stefan_gossner/ http://sharepoint.microsoft.com/blogs/fromthefield/default.aspx http://sharepoint.microsoft.com/blog/Pages/default.aspx http://sharepoint-videos.com/all-free-videos/
Archive for the ‘Sharepoint 2010’ Category
Some Sharepoint Links
Posted by mountainbrother - 5. Mai 2011
Posted in Sharepoint 2010 | Leave a Comment »
iFilter PDF für Sharepoint Foundation 2010
Posted by mountainbrother - 1. Mai 2011
Download from Adobe the ifilterinstaller for x64 for free + the icon
http://www.adobe.com/special/acrobat/configuring_pdf_ifilter_for_ms_sharepoint_2007.pdf
Download 64 Bit Adobe PDF iFilter
Installieren von PDFiFilter64installer.zip
PDF Icon 17 x 17 downloaden go to Folder “Drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Template\Images” with the name pdficon_small.gif copy
On all Webservers open the xml File “Drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Template\XML\” DOCICON.XML
By <ByExtension> write <Mapping Key=”pdf” Value=”pdficon_small.gif”/>
1. Copy the below content to a VBS file and save it (I.E save file name as AddExtension.vbs)
—————–
Sub Usage
WScript.Echo „Usage: AddExtension.vbs extension“
WScript.Echo
end Sub
Sub Main
if WScript.Arguments.Count < 1 then
Usage
wscript.Quit(1)
end if
dim extension
extension = wscript.arguments(0)
Set gadmin = WScript.CreateObject(„SPSearch4.GatherMgr.1“, „“)
For Each application in gadmin.GatherApplications
For Each project in application.GatherProjects
project.Gather.Extensions.Add(extension)
Next
Next
End Sub
call Main
———————–
2. Copy the above script file to Sharepoint Foundation 2010 Server
3. Run it from Command Prompt
> WScript AddExtension.vbs pdf
4. Register PDF ifilter as below:
4-1. Find regkey „HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0\Search\Setup\ContentIndexCommon\Filters\Extension\“
4-2. Right-Click – [New]-[Key]. Then specify key name „.pdf“
4-3. Right-Click (Default) of above „.pdf“ key then click „Modify“
4-5. Specify value „{E8978DA6-047F-4E3D-9C78-CDBE46041603}“
4-6. Restart SPSearch4
5. Run crawl as below
>stsadm –o spsearch –action fullcrawlstart
KEEP IN MIND THIS ONLY WORKS ON FOUNDATION !!!
Posted in Sharepoint 2010 | 1 Comment »
Sharepoint 2010 Installation from the Scratch
Posted by mountainbrother - 3. Februar 2011
I use as OS Server 2008 R2 / SQL R2 /SP 2010
I build up 4 Groups in AD
Sp-Admin / Sp-FarmAdmin / Sp-Viewer / Sp-Active-User
I build up 1 Service Account for SQL Server and 1 Service Account for SP2010
when SQL is build up the service account as Windows Service Account
and at Security Settings make an Windows Authentifaction Login for Service Account of SP2010
the Roles for Service Account is /public / DBcreator / Securityadmin
Posted in Sharepoint 2010 | Leave a Comment »