Here is my list of retro games in the cloud.
Spent many hours on this Brøderbund game on Commodore 64 or Vic 20
Lode Runner (golden version – web based)
http://goldenrunner.com/
Here is my list of retro games in the cloud.
Spent many hours on this Brøderbund game on Commodore 64 or Vic 20
Lode Runner (golden version – web based)
http://goldenrunner.com/
The server once called WAC or Web Application Companion Server then OWA or Office Web Apps is now OOS or Office Online Server
Office Online Server November release
https://blogs.office.com/2016/11/18/office-online-server-november-release/
Why Use OOS
https://blogs.technet.microsoft.com/pla/2016/03/12/why-office-online-server-is-essential/
OOS – OWA Replacement
https://blogs.office.com/2016/05/04/office-online-server-now-available/
OOS Installation
https://technet.microsoft.com/en-us/library/jj219455(v=office.16).aspx
HTTPS OOS Installation
https://social.technet.microsoft.com/wiki/contents/articles/34289.install-configure-office-online-server.aspx
https://www.eshlomo.us/office-online-server-installation-guide/
Office Online Server and SharePoint Server 2016 (https)
https://technet.microsoft.com/en-us/library/mt346470(v=office.16).aspx
Office Online Server Version Compatibility List
https://technet.microsoft.com/en-us/library/jj219456(v=office.16).aspx
Office Online Server – The artist formally known as OWA
https://blogs.office.com/2015/09/11/announcing-availability-of-office-online-server-preview-and-the-new-scom-management-pack-for-sharepoint-server-2016-it-preview/
How to install OOS and SharePoint 2016 on the same PC - Dev Only!
http://www.spjeff.com/2016/10/13/install-oos-sharepoint-2016-pc/
New-OfficeWebAppsFarm CmdLet and Parameters
https://technet.microsoft.com/en-us/library/jj219436.aspx
Content roadmap for Office Web Apps Server
https://technet.microsoft.com/en-us/library/dn135237.aspx
For the User - Office Online – free trial!
https://office.com/start/default.aspx
Great Article from Chris Givens – extending OWA to network sharing
http://blogs.architectingconnectedsystems.com/blogs/cjg/archive/2013/07/08/Taking-Office-Web-Apps-2013-and-SharePoint-2013-integration-one-step-further.aspx
From the MVPs: Installing Office Web Apps (2013)
http://blogs.msdn.com/b/microsoft_press/archive/2013/02/04/from-the-mvps-installing-office-web-apps.aspx
Troubleshooting Office Web Apps (2010)
http://technet.microsoft.com/library/hh269604(office.14).aspx
Error message when view or edit in browser for Word or PowerPoint Web Apps
http://support.microsoft.com/kb/2028346
SharePoint Framework Docker images
https://github.com/waldekmastykarz/docker-spfx
DSC
https://github.com/PowerShellOrg/DSC
DSC SharePoint
https://github.com/PowerShell/xSharePoint
https://github.com/PowerShell/SharePointDsc
DSC Articles
http://nikcharlebois.com/installing-sharepoint-2016-beta-2-with-powershell-desired-state-configuration-dsc/
DSC Videos (Good Start)
https://channel9.msdn.com/Series/Getting-Started-with-PowerShell-Desired-State-Configuration-DSC
https://channel9.msdn.com/Series/Advanced-PowerShell-Desired-State-Configuration-DSC-and-Custom-Resources
Search
http://technet.microsoft.com/en-us/library/dn271768.aspx
Offline Install
http://sharepoint-community.net/profiles/blogs/completely-offline-installation-of-sharepoint-2013
Best Third Party Tool (free)
http://autospinstaller.codeplex.com/
FIX
https://support.microsoft.com/en-us/kb/2643420
Repost …
Fix – add following code below web part using content editor web part.
<script type="text/javascript">
function CreateHierarchyChartControl(parentId, profileId, type, persistControlId) {
var i = profileId.indexOf("|");
var claimsmode = profileId.substr(i-1,1);
if((i >=0 ) & (claimsmode=="w"))
{
profileId = profileId.substr(i+1,profileId.length-i-1);
var initParam = profileId + ',' + type + ',' + persistControlId;
var host = document.getElementById(parentId);
host.setAttribute('width', '100%');
host.setAttribute('height', '100%');
Silverlight.createObject('/_layouts/ClientBin/hierarchychart.xap',
host,
'ProfileBrowserSilverlightControl',
{
top: '30',
width: '100%',
height: '100%',
version: '2.0',
isWindowless: 'true',
enableHtmlAccess: 'true'
},
{
onLoad: OnHierarchyChartLoaded
},
initParam,
null);
}
}
</script>
If you are a SharePoint Admin, you are probably a reluctant SQL admin, since few are SharePoint admins first. There are the SQL admins and developers that are required to understand SharePoint but in my travels they are the exceptions not the rules. So here are some links to help out those newly appointed SQL admins.
SQL Port Redirection - SQL Alias
https://technet.microsoft.com/en-us/library/ff607733(v=office.16).aspx
SQL Port Redirection – Cliconfg
https://nikpatel.net/2013/09/05/step-by-step-configuring-sql-alias-on-all-sharepoint-web-and-application-servers/
SQL Port Redirection – Testing
https://social.technet.microsoft.com/Forums/office/en-US/7dcf9b8d-ba48-4c09-bb31-84a55908de1c/change-sharepoint-from-port-1433-to-something-else
http://blogs.msdn.com/b/sqlgardner/archive/2013/06/12/presentation-from-dayspug.aspx
Bill Baer - Tuning SQL Server 2012 for SharePoint 2013
Mod 01: Key SQL Server and SharePoint Server Integration Concepts
Mod 02: Best Practices for SQL Server Database Settings
Mod 03: Server Settings for SQL Server
Mod 04: SQL Server and SharePoint Availability
Free Book on Backup and Restore
http://www.red-gate.com/community/books/sql-server-backup-and-restore
Free Whitepaper – Maximizing SQL 2012 Performance for SharePoint 2013
http://sharepoint-community.net/profiles/blogs/free-whitepaper-maximizing-sql-2012-performance-for-sharepoint-20
SharePoint MVP now called Microsoft Office Server & Services MVP
Posters - Technical diagrams for SharePoint (2013 2016)
https://technet.microsoft.com/en-us/library/cc263199.aspx
SharePoint 2016 (TechNet)
https://technet.microsoft.com/en-us/library/cc303422(v=office.16).aspx
Index of Windows PowerShell cmdlets for SharePoint Server 2016
https://technet.microsoft.com/en-us/library/ff678226(v=office.16).aspx
SharePoint 2016 Upgrade Requirements. Veified 2013 experience required!
http://danielglenn.com/sharepoint-2010-site-experience-with-sharepoint-2016/
SharePoint 2016 New and Deprecated Features
http://connectedsystems.com/news/Latest%20News/SharePoint-2016-new-and-deprecated-features.aspx
Missing SharePoint Templates in Visual Studio 2015?
https://blog.devoworx.net/2016/07/14/office-sharepoint-template-missing-in-visual-studio-2015/
http://thecloudengineer.blogspot.com/2017/05/sharepoint-virtual-summit.html
ZDP - SharePoint Server 2016 – Video
https://technet.microsoft.com/en-us/library/mt767550(v=office.16).aspx
ZDP - SharePoint Server 2016 – Diagram with Steps
https://technet.microsoft.com/en-us/library/mt743024(v=office.16).aspx
ZDP in SharePoint Server 2016
https://blogs.technet.microsoft.com/pla/2016/03/10/zero-downtime-patching-in-sharepoint-server-2016/
ZDP with SharePoint Server 2016 Start to Finish
https://blogs.technet.microsoft.com/sharepoint_foxhole/2016/08/04/zero-downtime-patching-with-sharepoint-server-2016-start-to-finish/
PSConfig
https://blogs.technet.microsoft.com/stefan_gossner/2015/09/09/why-we-recommend-require-to-run-the-configuration-wizard-also-for-security-fixes/
NOTE MinRole is not required as per video, reboot after binaries or patch install
Feature Pack 1 – New Shared MinRoles
https://blogs.office.com/2016/09/26/announcing-feature-pack-1-for-sharepoint-server-2016-cloud-born-and-future-proof/
Check Patch Level
https://blogs.technet.microsoft.com/stefan_gossner/2016/08/23/sharepoint-does-not-have-a-build-version-full-stop/
New Site Contents Page
New Features in SharePoint 2016
https://technet.microsoft.com/en-us/library/mt346121(v=office.16).aspx
SharePoint Server 2016 IT Web Template (preview)
https://blogs.technet.microsoft.com/wbaer/2015/09/07/sharepoint-server-2016-it-preview-web-templates/
SharePoint 2016 List of all Sites / Web Templates
https://gallery.technet.microsoft.com/office/SharePoint-2016-Web-8548823e
SharePoint 2016 List Templates
https://gallery.technet.microsoft.com/office/SharePoint-2016-List-98e46150
SharePoint 2016 Feature Compare
https://gallery.technet.microsoft.com/office/SharePoint-2016-Feature-1746745d
SharePoint 2016 PowerShell List
https://gallery.technet.microsoft.com/office/SharePoint-2016-List-of-7236099e
SharePoint 2016 Deprecated
https://technet.microsoft.com/en-us/library/mt346112(v=office.16).aspx
BI SharePoint 2016
http://whitepages.unlimitedviz.com/2015/12/rethinking-business-intelligence-in-sharepoint-and-sql-server-2016/
Windows 10 Install
http://www.disruptivei.com/Lists/Anslag/Post.aspx?ID=33
https://blogs.office.com/2016/05/04/the-future-of-sharepoint/
https://blogs.office.com/2016/03/14/sharepoint-2016-rtm-and-the-future-of-sharepoint-event/
Breakout Sessions from Launch
Accelerating Innovation with Hybrid: SharePoint Server 2016 and Office 365
https://vts.inxpo.com/scripts/Server.nxp?LASCmd=AI:1;F:SF!42000&EventKey=185893
Effortless File Sharing on Any Device: OneDrive for Business and SharePoint
https://vts.inxpo.com/scripts/Server.nxp?LASCmd=AI:1;F:SF!42000&EventKey=185894
Foundation for the Future: SharePoint Server 2016
https://vts.inxpo.com/scripts/Server.nxp?LASCmd=AI:1;F:SF!42000&EventKey=185892
Open and Connected Platform: The SharePoint Framework
https://vts.inxpo.com/scripts/Server.nxp?LASCmd=AI:1;F:SF!42000&EventKey=185898
Security, Privacy and Compliance for SharePoint and OneDrive for Business
https://vts.inxpo.com/scripts/Server.nxp?LASCmd=AI:1;F:SF!42000&EventKey=185897
The Mobile and Intelligent Intranet: SharePoint Sites and PowerApps
https://vts.inxpo.com/scripts/Server.nxp?LASCmd=AI:1;F:SF!42000&EventKey=185895
Your Intranet in Your Pocket: The SharePoint mobile app
https://vts.inxpo.com/scripts/Server.nxp?LASCmd=AI:1;F:SF!42000&EventKey=185896
https://docs.com/markus-hintner/5587/what-s-new-in-user-profile-sync-in-sharepoint-2016
https://msdn.microsoft.com/en-us/library/mt346121(v=office.16).aspx
Durable links limitations:
OOS is required (Office Online Server)
https://technet.microsoft.com/en-us/library/mt170644(v=exchg.160).aspx
https://technet.microsoft.com/en-us/library/ff431687(v=office.16).aspx
File Types Supported – Word Excel PowerPoint OneNote and PDF
Site Collection based
Unique permission are NOT supported – permissions lost
Site Content and Structure is NOT supported - breaks links
https://thesharepointfarm.com/2015/08/sharepoint-2016-durable-links/
http://sharepointpaul.blogspot.com/2015/11/office-online-server-and-durable-links.html
http://techtrainingnotes.blogspot.com/2018/01/sharepoint-2016-durable-links.html
https://blogs.office.com/2016/03/14/sharepoint-2016-rtm-and-the-future-of-sharepoint-event/
https://msdn.microsoft.com/en-us/library/ff631142(v=office.16).aspx
Note that SharePoint Designer 2013 and InfoPath 2013 will be supported until 2026.
https://technet.microsoft.com/en-us/library/mt346121(v=office.16).aspx