<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharePoint2016 Archives - Daniel Glenn</title>
	<atom:link href="https://DanielGlenn.com/tag/sharepoint2016/feed/" rel="self" type="application/rss+xml" />
	<link>https://DanielGlenn.com/tag/sharepoint2016/</link>
	<description>My experiences as a Microsoft MVP, Microsoft 365 and SharePoint Architect, Administrator, and Consultant</description>
	<lastBuildDate>Thu, 29 Nov 2018 04:16:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://DanielGlenn.com/wp-content/uploads/2023/01/cropped-Smile-512-32x32.jpg</url>
	<title>SharePoint2016 Archives - Daniel Glenn</title>
	<link>https://DanielGlenn.com/tag/sharepoint2016/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Enable Alerts for SharePoint 2019, 2016, 2013</title>
		<link>https://DanielGlenn.com/enable-alerts-for-sharepoint/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enable-alerts-for-sharepoint</link>
					<comments>https://DanielGlenn.com/enable-alerts-for-sharepoint/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Thu, 29 Nov 2018 15:00:35 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[On-prem]]></category>
		<category><![CDATA[SharePoint2013]]></category>
		<category><![CDATA[SharePoint2016]]></category>
		<category><![CDATA[SharePoint2019]]></category>
		<guid isPermaLink="false">https://DanielGlenn.com/?p=1850</guid>

					<description><![CDATA[<p>Allowing users to set alerts on SharePoint lists and libraries is the easiest way to keep users informed with what is going on within your intranet and team (collaboration) sites. This functionality has been a part of SharePoint for many versions and is an easy feature for users to take advantage of. That is, IF you have all the settings correct. Your first sign that alerts are not setup for use is when looking at the library (or list) tab in the ribbon, and you don't see the Alert me button in the Share &#038; Track section. There are two settings you need to check: first you need to make sure that alerts set on for the web application. Go to the web application list in Central Administration (/_admin/WebApplicationList.aspx) and then click the General Settings &#8216;gears' button in the Web Applications ribbon. Then select General Settings in the drop-down menu. As shown in the image above, make sure in the Alerts section, the Alerts on this server are is set to On. The second setting you need to have configured is the outgoing e-mail settings. From the System Settings page in Central Administration, click the Configure outgoing e-mail settings link under the E-Mail and Text Messages (SMS) section. On the Outgoing E-Mail Settings page, enter the correct outbound SMTP server, From address, and the rest of the information on the form. If you do not specify a SMTP server port, port 25 will be used. Once you have ensured the alerts feature is turned on and you have correctly configured the outgoing e-mail settings, the Alert me button will show up after refreshing the page. It has been my experience that you have to wait several minutes for the Alert me button to show after performing the steps above. You can also enable SharePoint alerts using PowerShell. To enable SharePoint alerts via PowerShell, use the following commands &#8211; make sure you replace &#8211; insert the full URL of the web app &#8211; with your correct URL (e.g. https://intranet.mycompany.com ): [code language=&#8221;powershell&#8221;] $webapp=get-spwebapplication &#34;insert the full URL of the web app&#34; $webapp.alertsenabled =  $true $webapp.update() [/code] &#160;</p>
<p>The post <a href="https://DanielGlenn.com/enable-alerts-for-sharepoint/">Enable Alerts for SharePoint 2019, 2016, 2013</a> appeared first on <a href="https://DanielGlenn.com">Daniel Glenn</a>.</p>
]]></description>
		
					<wfw:commentRss>https://DanielGlenn.com/enable-alerts-for-sharepoint/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Convert SharePoint 2016 Trial to RTM License</title>
		<link>https://DanielGlenn.com/convert-sharepoint-2016-trial-to-rtm-license/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=convert-sharepoint-2016-trial-to-rtm-license</link>
					<comments>https://DanielGlenn.com/convert-sharepoint-2016-trial-to-rtm-license/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Tue, 26 Jul 2016 17:36:00 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint2016]]></category>
		<category><![CDATA[Upgrade]]></category>
		<guid isPermaLink="false">http://DanielGlenn.com/?p=823</guid>

					<description><![CDATA[<p>It is generally a good idea to try software before you purchase or implement it fully. We have already seen a great interest in SharePoint Server 2016 and we have installed the trial version many times to give the &#8216;try before you buy' experience to our clients. Once you decide to go from the trial license to the &#8216;full' RTM version, the process to convert your license is simple and is the same as it has been in earlier SharePoint versions. The license conversion starts on the Central Administration site &#8211; you can do this via PowerShell, but we will be using the GUI this time. Select the Convert farm license type link found within the Upgrade and Migration section. On the Convert License Type page, enter your SharePoint Server 2016 Product Key (it will be in the format: XXXXX-XXXXX-XXXXX-XXXXX-XXXXX) and then click the OK button. After waiting a few moments&#8230;. if you entered a valid key, you should see the screen below. When you return to the Convert License Type, the new type will be shown. &#160;</p>
<p>The post <a href="https://DanielGlenn.com/convert-sharepoint-2016-trial-to-rtm-license/">Convert SharePoint 2016 Trial to RTM License</a> appeared first on <a href="https://DanielGlenn.com">Daniel Glenn</a>.</p>
]]></description>
		
					<wfw:commentRss>https://DanielGlenn.com/convert-sharepoint-2016-trial-to-rtm-license/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SharePoint 2010 Site Experience With SharePoint 2016</title>
		<link>https://DanielGlenn.com/sharepoint-2010-site-experience-with-sharepoint-2016/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sharepoint-2010-site-experience-with-sharepoint-2016</link>
					<comments>https://DanielGlenn.com/sharepoint-2010-site-experience-with-sharepoint-2016/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Wed, 15 Jun 2016 22:49:21 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint2010]]></category>
		<category><![CDATA[SharePoint2013]]></category>
		<category><![CDATA[SharePoint2016]]></category>
		<category><![CDATA[Upgrade]]></category>
		<guid isPermaLink="false">http://DanielGlenn.com/?p=788</guid>

					<description><![CDATA[<p>While testing an upgrade today, I was reminded of a requirement when upgrading to SharePoint 2016 using the database attach method &#8211; you must upgrade all site collections to the SharePoint 2013 experience before you attempt to attach the database to a SharePoint 2016 farm. My test today is using a SharePoint 2010 content database and attempting an upgrade to SharePoint 2016. I first performed a database attach upgrade with a SharePoint 2013 farm, then performed the Test-SPContentDatabase PowerShell command on the database from my SharePoint 2016 farm. It is important to notice that the LegacySiteDetected error shown above is an UpgradeBlocking error, meaning the upgrade will fail if you proceed. Following the direction listed in the Remedy section will fix the issue, but it does require working in the SharePoint 2013 farm to upgrade the site's experience to 2013. More information on how to perform that operation can be found here: Expand Upgrade a site collection to SharePoint 2013 [TechNet]</p>
<p>The post <a href="https://DanielGlenn.com/sharepoint-2010-site-experience-with-sharepoint-2016/">SharePoint 2010 Site Experience With SharePoint 2016</a> appeared first on <a href="https://DanielGlenn.com">Daniel Glenn</a>.</p>
]]></description>
		
					<wfw:commentRss>https://DanielGlenn.com/sharepoint-2010-site-experience-with-sharepoint-2016/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Future of SharePoint Captured</title>
		<link>https://DanielGlenn.com/the-future-of-sharepoint-captured/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-future-of-sharepoint-captured</link>
					<comments>https://DanielGlenn.com/the-future-of-sharepoint-captured/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Thu, 05 May 2016 16:14:38 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<category><![CDATA[SharePoint2016]]></category>
		<guid isPermaLink="false">http://DanielGlenn.com/?p=719</guid>

					<description><![CDATA[<p>Yesterday, May 4th 2016, Microsoft hosted &#8220;The Future of SharePoint&#8221; event in San Fransisco, USA. The host was Jeff Teper, corporate vice president for OneDrive and SharePoint, and along with other Microsoft presenters, Teper showcased the road-map for the SharePoint platform &#8211; both on-prem and in the cloud. Along with announcing the general availability for SharePoint 2016, Microsoft highlighted new SharePoint features and functionality. You can read all about the event and the announcements on the Microsoft Office Blogs post. I will in the days and weeks ahead, cover the new functionality with real-world examples. Before the event, Microsoft used the Twitter hashtag #FutureOfSharePoint to promote the event. Whenever I attend events, I use Twitter as a way to interact with the speakers and other attendees. For this event, I followed the Twitter hashtag and setup a &#8216;column' within Tweetdeck to show all tweets for the event. For this event though, I did something new to track the social interaction during the event. Microsoft released Microsoft Flow, an online product that allows anyone to &#8220;create automated workflows between your favorite apps and services to get notifications, synchronize files, collect data, and more.&#8221; &#160; I setup a flow to capture all tweets containing the hashtag #FutureOfSharePoint and saved them to a list on my SharePoint Online site. It worked really well and I started looking at the data to see if I could see any trends. The first thing I checked was who sent the most tweets during the event &#8211; this included tweets the users had written and RTs they posted. There was a clear winner: One person rose above all &#038; tweeted the most during the #FutureofSharePoint event today: @jennifermason. #Analytics pic.twitter.com/jYYzFZljuO — Daniel Glenn (@DanielGlenn) May 5, 2016 Jennifer Mason posted a total of 103 tweets during the time I was capturing. Her explanation for sending so many: @DanielGlenn @vladcatrinescu @SharePoint I was so excited! I had a lot to share &#x1f600; — jennifermason (@jennifermason) May 5, 2016 Jennifer wasn't alone, we were all really excited and it does show throughout all the tweets. The Twitter activity over the course of the event was great to see and I will keep looking into the data. The #FutureOfSharePoint word cloud the day after with the dust settled. I think that @jeffteper won the day.. 🙂 pic.twitter.com/6kF9JoWiBz — John White (@diverdown1964) May 5, 2016 John White (@diverdown1964) shared a link to a Power BI report that he created, presumably with help from Jason Himmelstein (@sharepointlhorn) and Dave Feldman (@bostonmusicdave). To see social media stats 4 #FutureOfSharePoint &#8211; https://t.co/AqGRI0vtxf. Props to @sharepointlhorn @bostonmusicdave #PowerBI — John White (@diverdown1964) May 3, 2016 You can get access to the web report by clicking here. Make sure the FutureofSharePoint hashtag is selected at the top right of the report. I am really excited for what SharePoint 2016 will bring &#038; you can learn more at SharePoint Saturday Nashville on May 14th, 2016! It is the first chance after the Future Of SharePoint event that you will get to meet and speak with a large group of platform MVPs and industry experts at a local SPS event. Register now!</p>
<p>The post <a href="https://DanielGlenn.com/the-future-of-sharepoint-captured/">The Future of SharePoint Captured</a> appeared first on <a href="https://DanielGlenn.com">Daniel Glenn</a>.</p>
]]></description>
		
					<wfw:commentRss>https://DanielGlenn.com/the-future-of-sharepoint-captured/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SharePoint 2010 Workflows on a SharePoint 2016 Farm</title>
		<link>https://DanielGlenn.com/sharepoint-2010-workflows-on-a-sharepoint-2016-farm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sharepoint-2010-workflows-on-a-sharepoint-2016-farm</link>
					<comments>https://DanielGlenn.com/sharepoint-2010-workflows-on-a-sharepoint-2016-farm/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Fri, 04 Mar 2016 22:09:53 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint2013]]></category>
		<category><![CDATA[SharePoint2016]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[Workflow]]></category>
		<guid isPermaLink="false">http://DanielGlenn.com/?p=668</guid>

					<description><![CDATA[<p>[This is a quick post &#8211; it will be updated with more information soon] During a recent client meeting, I was asked if SharePoint 2010 version workflows, developed on a SharePoint Server 2013 farm, will continue to work if the server farm is upgraded to 2016. SharePoint Server 2016 has not been released at the time of this writing, but we do have the Release Candidate to test with, so I went about testing. On a SharePoint Server 2013 farm (version&#160;​15.0.4719.1002, which is SP1 with May 2015 CU) I created a SharePoint 2010 version workflow and associated it with a document library. I took a SQL backup of the content database and restored it as a database named Site_SP13_to_SP16RC. On the SharePoint Server 2016 Release Candidate (RC) machine, I ran the Test-SPContentDatabase PowerShell cmdlet to check the database for any issues that might be encountered during the upgrade. The cmdlet ended without even a peep &#8211; which is a good sign. So, I performed the upgrade and it ran without error. I loaded the newly upgraded site and was greeted by an old friend&#8230; &#8230;and he (Working on it) stayed a while. It took several minutes for my simple team site to become available. The website loaded and it was &#8216;wonderful' ha! (see site name). The workflow I created on the SharePoint 2013 farm is configured to kickoff when the document is modified or a new document is added. So, I simply changed the title of the Test document that was already in the library. The workflow successfully started and did assign a task as it should. However, I noticed something on the workflows screen for the document &#8211; within the Completed Workflows section, the history of the workflow when it ran on the 2013 farm was listed. This isn't a huge surprise, but it is really nice to see that the history is there after upgrading! In summary, a SharePoint 2010 workflow (a very simple one in this case) created on a SharePoint Server 2013 site, will continue to work when upgraded to a SharePoint 2016 RC farm via database attach.</p>
<p>The post <a href="https://DanielGlenn.com/sharepoint-2010-workflows-on-a-sharepoint-2016-farm/">SharePoint 2010 Workflows on a SharePoint 2016 Farm</a> appeared first on <a href="https://DanielGlenn.com">Daniel Glenn</a>.</p>
]]></description>
		
					<wfw:commentRss>https://DanielGlenn.com/sharepoint-2010-workflows-on-a-sharepoint-2016-farm/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Upgrade SharePoint 2010 to 2016 Release Candidate</title>
		<link>https://DanielGlenn.com/upgrade-sharepoint-2010-site-to-2016-release-candidate/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=upgrade-sharepoint-2010-site-to-2016-release-candidate</link>
					<comments>https://DanielGlenn.com/upgrade-sharepoint-2010-site-to-2016-release-candidate/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Fri, 04 Mar 2016 16:58:47 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint2010]]></category>
		<category><![CDATA[SharePoint2016]]></category>
		<category><![CDATA[Upgrade]]></category>
		<guid isPermaLink="false">http://DanielGlenn.com/?p=651</guid>

					<description><![CDATA[<p>It is a frequent question &#8211; can I skip a SharePoint version when upgrading? For example can I do a direct upgrade from SharePoint Server 2007 to 2013? The answer is no, you can't without having to use a migration product &#8211; which isn't really &#8220;upgrading.&#8221; The path to upgrade SharePoint 2007 to 2013 includes an upgrade to SharePoint 2010 first. In March of 2015, Bill Baer, Senior Product Marketing Manager at Microsoft, asked if there was any demand for skipping ahead when doing a SharePoint upgrade (a.k.a. N-2 upgrade). #SharePoint question&#8230;if you could N-2 upgrade would you? I.e. 2010 &#62; 2016 without stopping at 2013 first&#8230; — Bill Baer (@williambaer) March 4, 2015 My response was similar to many other SharePoint administrators and architects: Yes! Absolutely! I recently decided to give it a shot &#8211; upgrade a SharePoint 2010 site collection via database upgrade to SharePoint Server 2016 Release Candidate (RC). As of this post's writing, SharePoint 2016 has not been released to production (RTM), but since we have been told the RC is close to the what will be delivered in RTM, it would be a good trial. I installed Service Pack 2 and the December 2015 CU to my 2010 farm and after the typical issues, I was ready to go. I think I would have been disappointed if it ended any other way #SharePoint 2010 #Patching#Failpic.twitter.com/pDeLqFS20K — Daniel Glenn (@DanielGlenn) March 3, 2016 I took a backup of the 2010 content database and restored it as a new database appropriately named SP10_to_SP16RC_Content. On my SharePoint 2016 RC server, I performed a Test-SPContentDatabase Powershell call on the database. The result: Lots of red text! It appears the test failed when seeing a table column name &#8216;PlaformVersion'. So, from this, we can gather that the upgrade will fail. Just to confirm, I went ahead with the upgrade. SharePoint Server 2016 Release Candidate will not upgrade a SharePoint 2010 database via the database attach method. The database version required, as noted in the error message, is 15.0.4420.1017 &#8211; that's SharePoint 2013 RTM. To upgrade to 2016 RC, you will need to first upgrade the 2010 database to 2013, then you will be able to go to 2016 RC.</p>
<p>The post <a href="https://DanielGlenn.com/upgrade-sharepoint-2010-site-to-2016-release-candidate/">Upgrade SharePoint 2010 to 2016 Release Candidate</a> appeared first on <a href="https://DanielGlenn.com">Daniel Glenn</a>.</p>
]]></description>
		
					<wfw:commentRss>https://DanielGlenn.com/upgrade-sharepoint-2010-site-to-2016-release-candidate/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SharePoint 2016 and Maximum Degree Of Parallelism (MAXDOP)</title>
		<link>https://DanielGlenn.com/sharepoint-2016-and-maximum-degree-of-parallelism-maxdop/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sharepoint-2016-and-maximum-degree-of-parallelism-maxdop</link>
					<comments>https://DanielGlenn.com/sharepoint-2016-and-maximum-degree-of-parallelism-maxdop/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Fri, 28 Aug 2015 14:00:10 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint2016]]></category>
		<category><![CDATA[SQLServer]]></category>
		<guid isPermaLink="false">http://danielglenn.com/?p=324</guid>

					<description><![CDATA[<p>I was a speaker at five SQL Saturdays this year and at each one of them I was asked why SharePoint requires the SQL Server Maximum Degree Of Parallelism setting to be set equal to 1. After explaining the reason, I would get a blank stare and then a response like &#8220;so SharePoint is inefficient and is hard-coded to look for MAXDOP=1?&#8221; Knowing that I would be asked the same question again at the next SQL Saturday, in late July I sent out a tweet trying to get an answer to the question: &#8220;Will SharePoint Server 2016 require MAXDOP to be equal to 1?&#8221; The only response I received was from Dan Usher, who's response you can see below &#8211; sarcasm included 🙂 @DanielGlenn Hmmm&#8230; now you&#39;re just being silly. @williambaer @mkashman @jthake &#8212; Dan Usher (@binarybrewery) July 24, 2015 So, with the release of SharePoint Server 2016 IT Preview, I was very interested in performing an install with MAXDOP set to something other 1.With SharePoint 2013, if MAXDOP did not equal 1, the install failed when creating the configuration database and would show an error (see information about permissions at the end of this post). So with my first install of SharePoint 2016, I set MAXDOP equal to 5 in SQL Server and ran the install. The install completed successfully&#8230;to my surprise. I really thought I would see an error similar to the one above. So, for a moment, I thought I might have a new story to tell my DBA friends: &#8220;SharePoint Server 2016 doesn't require MAXDOP=1!&#8221; But, that moment quickly went away and I remembered why the error message appeared in a SharePoint 2013 install &#8211; the install user did not have sufficient rights within SQL Server to change the Maximum Degree Of Parallelism setting. SharePoint 2013 actually does attempt to change MAXDOP to 1, but if you have SQL and SharePoint configured properly, your SharePoint account will not have rights to make changes to SQL system settings. For my first install test, I was using a service account that did have administrative rights on SQL as well. I looked at the setting in SQL and SharePoint 2016 did change the Maximum Degree Of Parallelism setting to 1. So, the story is, as of now anyway (we are dealing with Preview software), SharePoint Server 2016 requires MAXDOP=1.</p>
<p>The post <a href="https://DanielGlenn.com/sharepoint-2016-and-maximum-degree-of-parallelism-maxdop/">SharePoint 2016 and Maximum Degree Of Parallelism (MAXDOP)</a> appeared first on <a href="https://DanielGlenn.com">Daniel Glenn</a>.</p>
]]></description>
		
					<wfw:commentRss>https://DanielGlenn.com/sharepoint-2016-and-maximum-degree-of-parallelism-maxdop/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
