Wednesday, May 30, 2012
multimedia
http://learn.iis.net/page.aspx/148/bit-rate-throttling-configuration-walkthrough/
Media Services
http://www.iis.net/overview/IntegratedMediaPlatform
Exchange and SharePoint Email Setup
2013 SharePoint Email Settings
Found good link on Exchange/SharePoint setup
http://blogs.technet.com/b/harmeetw/archive/2012/12/29/sharepoint-2013-configure-incoming-emails-with-exchange-server-2013.aspx
2010 SharePoint Email Settings
If in Central Admin your mail settings might not have the right buttons. Strange that OOTB SharePoint does not allow you to put in email credentials that might be required on exchange email solutions so you need to communicate to your email team that you need to Allow Anonymous Relay on a Receive Connector. Here's more ...
Exchange Receive Connector Configuration
http://technet.microsoft.com/en-us/library/bb232021.aspx
Issues with Contact Lists
http://sharepoint.stackexchange.com/questions/39266/how-to-email-contact-list-members
Migrate Contact Lists - However here are the steps to manually migrate those contacts to SharePoint. http://sharepoint.stackexchange.com/questions/37912/importing-all-contacts-from-outlook-public-folder-into-sharepoint-list
SharePoint Contact List and Outlook Sync
http://www.sharepointgeoff.com/how-to-synchronize-a-sharepoint-contact-list-with-microsoft-outlook-2010/
http://office.microsoft.com/en-us/sharepoint-foundation-help/synchronize-sharepoint-2010-content-with-outlook-2010-HA101881295.aspx
So you need to setup a library to receive email …
http://www.petri.co.il/configure-email-sharepoint-2010-part-1.htm
More from SharePoint Galaxy
Public Folder
http://sharepointgalaxy.blogspot.com/2011/08/exchange-public-folders-and-sharepoint.html
Lync
http://sharepointgalaxy.blogspot.com/2012/01/sharepoint-lync-exchange.html
Friday, May 25, 2012
Don't SharePoint While Walking
http://harmon.ie/dontsharepointwhilewalking?ad_id=27339
April 2012 CU - Recall
http://blogs.technet.com/b/steve_chen/archive/2012/04/25/3494397.aspx
Tuesday, May 22, 2012
Development Environment
Test Sharepoint Environment
http://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/22d3d057-04b6-48c3-82b1-93f0699688f6
Team Foundation Server
http://blogs.msdn.com/b/echarran/archive/2010/04/21/howto-building-sharepoint-projects-with-tfs-team-build-2010.aspx
Restore a content database in SharePoint Server 2010
http://technet.microsoft.com/en-us/library/ee748604.aspx
Move all databases (SharePoint Server 2010)
http://technet.microsoft.com/en-us/library/cc512725.aspx
Restore a site collection (SharePoint Foundation 2010)
http://msdn.microsoft.com/en-us/library/ee748630.aspx
Restore Sharepoint From Databases new server instance
http://social.msdn.microsoft.com/Forums/en-CA/sharepoint2010general/thread/3f4ef2d4-7224-49db-93e0-4fa10dc960b2
Issues Outlined
http://social.technet.microsoft.com/Forums/en-US/sharepoint2010setup/thread/1d7a69cc-2a22-4bd7-b63e-3944847f075d
Untested Script from Author of Automating SharePoint 2010 with Windows PowerShell 2.0
http://shannonbray.wordpress.com/2010/06/26/moving-sharepoint-2007-sites-to-another-environment-with-powershell/
Thursday, May 17, 2012
SharePoint Logging
Using SSRS you can audit SharePoint
http://aaclage.blogspot.com/2011/11/create-reports-with-sharepoint-2010-and.html
If you need to create the database just continue.
SharePoint 2010 logs are very helpful, but in a large enterprise there has to be a better way. After a little digging I have found something that has great potential. First I ran across an article in MSDN.
Using CA enable the following timer jobs using monitoring > review job definitions and enable the Diagnostic Data Providers that you wish to capture.
Make sure your diagnostic and trace logs are set to appropriate Event and Trace Level.
Verify your settings and make sure that Event Log Flood Protection is enabled.
Now the data is being captured in a centralized database for you to use as you wish.
Lets use Microsoft SQL Server Management studio to verify that data is being collected. So after you wait for your timer job to fire open SQL Management Studio while the right credentials. I use the following trick, holding down the SHIFT key and then right click the icon, select run as different user.
Connect and Right click the WSS_Logging Database and run the Disk Usage by Top Tables Report
Look for ULSTraceLog_PartitionXX .
Where XX is the partition number and use that to run a quick query against that table.
Now that we have verified your database working you can use any tool such as BCS to connect to the data.
Here are my references and more reading. Having fun with SharePoint.
References
Debugging and Logging Capabilities in SharePoint 2010 (MSDN)
http://msdn.microsoft.com/en-us/library/gg512103.aspx
Using Business Connectivity Services to Display SharePoint 2010 ULS Logs
http://www.shillier.com/archive/2010/08/05/Using-Business-Connectivity-Services-to-Display-SharePoint-2010-ULS-Logs.aspx
Performance Counters
http://technet.microsoft.com/en-us/library/ff383289.aspx
Configure diagnostic and Trace Logging (SharePoint Server 2010)
http://technet.microsoft.com/en-us/library/ee748656.aspx
ULS Viewer
http://archive.msdn.microsoft.com/ULSViewer
How often should the auditing log be cleared to not affect performance?http://sharepoint.stackexchange.com/questions/17151/how-often-should-the-auditing-log-be-cleared-to-not-affect-performance
Monday, May 14, 2012
PAL - Performance Analyzer Tool
Awesome Performance tool – free from Microsoft
Found these great articles on PAL
SharePoint
http://thecloudengineer.blogspot.com/2012/08/sharepoint-pal.html
Download info
http://blogs.msdn.com/b/aaronsaikovski/archive/2011/11/16/performance-analysis-of-logs-pal-tool-v2-1-0-ready-for-download.aspx
Old
Using Exhange
http://blogs.technet.com/b/mikelag/archive/2008/08/20/performance-troubleshooting-using-the-pal-tool.aspx
Wednesday, May 9, 2012
Knowing SharePoint Designer’s Limits
Great reference to impersonation step
http://technet.microsoft.com/en-us/library/ee428324
Reusable Workflows
http://sharepointyankee.com/2010/12/11/options-for-deploying-reusable-workflows-in-sharepoint-2010/
Copy Document
Visio Import
http://blogs.msdn.com/b/visio/archive/2010/04/09/visio-2010-editions.aspx
- SharePoint Designer workflow cannot loop: SharePoint Designer does not provide any feature that enables you to iterate over multiple items in a custom list or document library.
- State machines: In a certain sense, all workflows are state machine workflows. That said, SharePoint Designer is good at creating sequential workflows and not so good at state machine workflows. This book does offer some options for emulating some generic state machine behavior, but if you need a full-blown state machine engine, look to Visual Studio instead.
- Complex lookups: You cannot do a multikey lookup on a list. If you need to implement a complex lookup of this sort, you need to use a nonobvious technique, which is discussed later.
Monday, May 7, 2012
SharePoint running on SQL Express
Great news for anyone planning to install SharePoint on SQL Express. Make sure to first install the latest version since SQL Server 2008 R2 Express allowed for 10 GB database. Note that the database limit was increased to 10 GB from the earlier 4 GB limit. After SQL express is running then install SharePoint in farm and do not use standalone. But there is a registry entry you need to make.
http://mytechweblog.blogspot.ca/2012/05/search-server-2010-vs-sql-server.html
Do you need to convert to SQL? Geoff Schaller has a good comment on
http://technet.microsoft.com/en-us/library/cc262018(office.12).aspx
More References
http://social.technet.microsoft.com/Forums/en/sharepoint2010setup/thread/0deed03e-376b-4540-87f7-bfd818ebd8fe
http://erikej.blogspot.com/2011/01/comparison-of-sql-server-compact-4-and.html
http://social.technet.microsoft.com/Forums/en/sharepoint2010setup/thread/870dde9a-ea60-4133-82fd-f6d25385f035