$spWeb = Get-SPWeb -Identity "SiteUrl"
$spList = $spWeb.Lists["ListName"]
$spList.EventReceivers | Select Name, Assembly, Type
Limit
|
Maximum Value
|
Limit Type
|
File size
|
2 GB
|
Boundary
|
Documents
|
30,000,000 per
library
|
Supported
|
Items
|
30,000,000 per
list
|
Supported
|
List view lookup
threshold
|
8 join operations
per query
|
Threshold
|
List view
threshold
|
5,000
|
Threshold
|
Unique security
scopes
|
50,000 per list
|
Threshold
|
Indexes per list
|
20
|
Boundary
|
Datasheet view
|
50,000
|
Boundary
|
SharePoint Workspace
|
30,000 and 1800 documents
|
Boundary
|
Export to Excel
|
50,000
|
Boundary
|
Web Parts Per Page
|
25
|
Threshold
|
Groups user can belong to
|
5000
|
Supported
|
SharePoint groups
|
10,000 per site
collection
|
Supported
|
Name / default file
name
|
Description
|
Uses on a
SharePoint site
|
Primary master page
v4.master
|
Used for content and administration pages. Provides the interface and
layout for SharePoint 2010.
|
Team Site home page, list and library pages, and site settings page.
|
Minimal master page
minimal.master
|
Contains minimal SharePoint content, used for full-screen
functionality or embedded applications.
|
The home and search results pages on a Search Center, pages that host
Word or Excel web applications.
|
Publishing master page
nightandday.master
|
Used for pages on a SharePoint Server publishing-enabled site.
|
The home page, about us, or press release page on a publishing
intranet, extranet, or Internet-facing site.
|
2007 default master page
default.master
|
Used to support legacy SharePoint sites, which haven’t been visually
upgraded to SharePoint 2010.
|
Home page, site pages, and list pages on a SharePoint 2007 site before
visual upgrade.
|
I faced a weird issue today, Metadata for document which has lookup column was not updating even after saving the item. There was no erro...