Sign in
Mark Arend
SharePoint 2010 Explorations
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
2007
2010
Accessibility
API
Capacity Planning
Code Samples
Configuration
Content Databases
CQWP
Customization
DataForm
Demos
Development
DPM
My Sites
Search
Security
SharePoint
SharePoint 2010
Site Directory
STSADM
User Management
VSeWSS
Web Parts
Workflow
Archive
Archives
May 2012
(1)
February 2012
(1)
June 2010
(1)
May 2010
(9)
September 2008
(4)
May 2008
(1)
April 2008
(2)
March 2008
(3)
February 2008
(4)
January 2008
(3)
November 2007
(5)
July 2007
(4)
June 2007
(1)
May 2007
(2)
April 2007
(3)
January 2007
(3)
December 2006
(1)
October 2006
(3)
July 2006
(7)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Mark Arend
RSS Viewer web part and authenticated feeds
Posted
over 7 years ago
by
Mark Arend
7
Comments
This blog posting applies to Microsoft Office SharePoint Server 2007. Changing to Kerberos authentication 1. On the Central Administration page, click Application Management. 2. Under the Application Security section, click...
Mark Arend
Using Session State in SharePoint 2010
Posted
over 3 years ago
by
Mark Arend
10
Comments
SharePoint 2010 uses two services related to session state that have similar names but are separate and have different purposes. ASP.NET session state may be used on SharePoint 2010 pages. This service is automatically disabled in normal installations...
Mark Arend
SharePoint 2007 Permissions Matrix
Posted
over 5 years ago
by
Mark Arend
6
Comments
This blog posting applies to Microsoft Office SharePoint Server 2007. Many times it helps to see an overall comparison of SharePoint 2007 permissions. I assembled a matrix that shows lots of useful information that helps you understand how permission...
Mark Arend
Search Results Page may be different per Search Scope
Posted
over 6 years ago
by
Mark Arend
5
Comments
This blog posting applies to Microsoft Office SharePoint Server 2007. Microsoft Office SharePoint Server 2007 provides two categories of search scopes: Custom and Contextual . Custom scopes : “All Sites” “People”...
Mark Arend
News Aggregator web part
Posted
over 7 years ago
by
Mark Arend
9
Comments
This blog posting applies to Microsoft Office SharePoint Server 2007. This topic describes a way to configure SharePoint elements for displaying headlines and abstracts from news articles, aggregated across many sites. Also a description of customizing...
Mark Arend
MOSS Usage Reports explained
Posted
over 5 years ago
by
Mark Arend
6
Comments
This blog posting applies to Microsoft Office SharePoint Server 2007. The site usage reports that MOSS provides are fairly simple, but can be useful if you haven't got any other tools for tracking site usage. One problem with them, however, is that...
Mark Arend
My Site Pages and Architecture
Posted
over 5 years ago
by
Mark Arend
10
Comments
This blog posting applies to Microsoft Office SharePoint Server 2007. MySites are very interesting on many levels. When you start to think about how to architect, deploy or customize them, you may encounter some initial confusion and a lack of detailed...
Mark Arend
SharePoint 2010 Content Database Size
Posted
over 3 years ago
by
Mark Arend
0
Comments
Great news about increased storage capacities for SharePoint 2010: Max recommended SharePoint 2010 content database size is 200 GB! This is double that of MOSS 2007, and for specific workloads— large, single-site repositories and archives...
Mark Arend
Health Monitoring for SharePoint 2010
Posted
over 3 years ago
by
Mark Arend
0
Comments
This is an overview of major tools and techniques available to monitor the health of your SharePoint 2010 farm. Using SCOM to monitor SharePoint 2010 Microsoft System Center Operations Manager 2007 (SCOM) is a product designed for enterprise health monitoring...
Mark Arend
Backup/Restore for SharePoint 2010
Posted
over 3 years ago
by
Mark Arend
0
Comments
This is an overview of major tools and techniques available to backup/restore your SharePoint 2010 farm Using DPM to Backup/Restore SharePoint 2010 Microsoft System Center Data Protection Manager 2010 (DPM) is a product designed to manage ongoing, comprehensive...
Mark Arend
Web part comparison: SPS 2003 & WSS v2 --> MOSS 2007 & WSS v3
Posted
over 7 years ago
by
Mark Arend
7
Comments
This blog posting applies to Microsoft Office SharePoint Server 2007. Web parts shown in Gray were available in previous version, but not in current version. Web parts shown in Green are available in previous version and current version All other...
Mark Arend
Scripting STSADM commands
Posted
over 6 years ago
by
Mark Arend
2
Comments
This posting contains tips 'n tricks for using STSADM commands within batch files. Note, the primary Microsoft reference for STSADM: TechNet article Stsadm command-line tool (Office SharePoint Server) . Testing results STSADM returns 0...
Mark Arend
Parsing multi-value fields - MultiChoice, Lookup, User, URL. Rules for the ";#" delimiter.
Posted
over 6 years ago
by
Mark Arend
3
Comments
For certain types of columns (aka fields), SharePoint stores several values in one field, using a delimiter to separate the different values. Column Type Items Delimiter Example Choices , configured as Display...
Mark Arend
SPSchedule.FromString(recurrenceValue) - syntax/format for recurrence value
Posted
over 6 years ago
by
Mark Arend
4
Comments
This blog posting applies to Microsoft Office SharePoint Server 2007. The SPSchedule class allows one to specify repeating schedules for timer jobs using derived classes such as SPMinuteSchedule, SPHourlySchedule, etc. Those are pretty easy to figure...
Mark Arend
SharePoint 2010 List and Library Size
Posted
over 3 years ago
by
Mark Arend
0
Comments
Great news about increased list capacities for SharePoint 2010: Max recommended SharePoint 2010 list size is 30 million items or documents! Plus, the maximum recommended number of items or documents in a view is now 5,000. Specific guidelines are...
Mark Arend
Using Reflector to See SharePoint's "Source" Code
Posted
over 5 years ago
by
Mark Arend
1
Comments
Important Note: Customers are advised to review the end user license agreement (EULA) for the relevant Microsoft products before using this tool. This blog entry does not authorize or endorse any use of Microsoft products that is not addressed specifically...
Mark Arend
SharePoint Lists as DataTables
Posted
over 5 years ago
by
Mark Arend
1
Comments
This blog posting applies to Microsoft Office SharePoint Server 2007. You may know that SPList can return a DataTable type: SPList.Items.GetDataTable(). And if you've worked with this, you may know that the DataTable you get is not databound to the...
Mark Arend
Colleagues, Social Distance & Relevance in People Search; Social Networking tools
Posted
over 5 years ago
by
Mark Arend
8
Comments
This blog posting applies to Microsoft Office SharePoint Server 2007. MOSS provides some very powerful features to enable the new buzzword "social networking." Discussions about these can be found pretty easily, and I give an overview of some tools...
Mark Arend
Workflow Tips (Part II - Collect Feedback)
Posted
over 7 years ago
by
Mark Arend
6
Comments
This blog posting applies to Microsoft Office SharePoint Server 2007. Collecting feedback from a user as part of a workflow is easily configurable out of the box, but may not be quite intuitive at first pass. Here’s a simple explanation of how...
Mark Arend
Workflow Tips (Part I - Configurable Approvers)
Posted
over 7 years ago
by
Mark Arend
5
Comments
This blog posting applies to Microsoft Office SharePoint Server 2007. Using SharePoint Designer (SPD), it’s possible to create a workflow that can look up a user’s identity from a SharePoint list in order to send email to the user and collect...
Mark Arend
MOSS Search Query Syntax - Keyword, SQL and URL
Posted
over 6 years ago
by
Mark Arend
0
Comments
This blog posting applies to Microsoft Office SharePoint Server 2007. MOSS 2007's search engine supports three different types of query syntax: Keyword, SQL and URL. MSDN article Building Windows SharePoint Services Search Queries gives a...
Mark Arend
Remote Library web part (Part II - Implementation)
Posted
over 7 years ago
by
Mark Arend
5
Comments
This blog posting applies to Microsoft Office SharePoint Server 2007. This topic discusses using a DataForm web part to show a view of a document library on another site. This section gives instructions for creating the web part. For a high-level description...
Mark Arend
Host Named Site Collections (HNSC) for SharePoint 2010 Architects
Posted
11 months ago
by
Mark Arend
1
Comments
I recently came across a very good blog posting on Host Named Site Collections (HNSC), and I recommend it: What Every SharePoint Admin Needs to Know about Host Named Site Collections by Kirk Evans. Kirk has lots of good details here that will help...
Mark Arend
Scaling My Sites; How Many My Sites per Content DB?
Posted
over 5 years ago
by
Mark Arend
1
Comments
This blog posting applies to Microsoft Office SharePoint Server 2007. I've worked with several companies who have between 100,000 and 200,000 employees. Naturally, they want to architect a solution for MySites that can accommodate everyone in the company...
Mark Arend
Modifying My Site Owner Security
Posted
over 5 years ago
by
Mark Arend
14
Comments
This blog posting applies to Microsoft Office SharePoint Server 2007. When someone creates a MySite, they are automatically given full control of that site. More accurately: a MySite is a site collection; the creator becomes the first & only Site...
Page 1 of 3 (58 items)
1
2
3