I ended up paying for single-incident support for Microsoft Windows and this was the end result that closed the case:
Symptom: 2012 R2 server named "XXXXXXXXX" is presenting the BSOD 0x0000013c (0xffffe000bc12a880, 0x0000000000000001, 0x0000000000000000, 0x0000000000000000)
Cause: Office Telemetry binary was having issues with 2 scheduled tasks.
Resolution: Update Office and remove the office scheduled tasks using the commands:
- schtasks.exe /delete /tn "\Microsoft\Office\OfficeTelemetryAgentLogOn2016"
schtasks.exe /delete /tn "\Microsoft\Office\OfficeTelemetryAgentFallBack2016"
Once this was implemented, I no longer had any BSOD crashes. It's been almost a month now.