Me too! I have been doing it regularly. I'm moving between applications and my brain just fails to switch to "Teams" mode and remember that I've got to hit SHIFT+ENTER to get a new line. This leaves me frustrated with posting partial messages (or messages I wish hadn't been sent as I wasn't finished). Frustrated... Continue Reading →
View My Office 365 Apps (add-ins) and remove consent
If you would like to see what add-ins and other apps you have consented to (and what permissions you have granted) you can visit this magic URL https://myapps.microsoft.com You should see a list of all add-in and apps from where you have the option to 'Remove' or 'Get Info'. Selecting 'Get Info' lists all... Continue Reading →
How to edit Markdown files in VSCode with live preview of changes
Visual Studio Code (VSCode) is a great tool for editing Markdown files. It's not immediately obvious that VSCode comes out of the box with the capability to preview Markdown files and even provide a side by side live preview view so you can see the result as you are modifying the file. In VSCode opening... Continue Reading →
How to fix mouse cursor disappearing in Visual Studio & Visual Studio Code
This is a problem I have come across each time I build a new virtual development machine with Visual Studio on it. The problem has been around for a few years now and I always have to search around for the steps to fix it each time it catches me. I’ve seen this issue in... Continue Reading →
How to access properties of Office.js objects that don’t exist in the Typescript definition file
When developing Office Add-ins and using Typescript, I’ve found the Office.js Typescript definition file available at DefinatelyTyped to only support a fraction of the objects and properties that are available within the Office.js library. To give you an idea of what I mean, here is a list of properties that are available on the Office.context.mailbox.item... Continue Reading →
2 Simple Techniques for Creating SharePoint Views Grouped by Date Columns
Here are 2 techniques for creating views in SharePoint when you want to group on dates. Throughout this article I'll be using the example of email that have been saved to SharePoint where the email date has been stored in a SharePoint column called "Email Date". The Email Date is saved with both a date... Continue Reading →
Neat trick to enable LTE on Surface Pro 4 (for Windows Phone users)
Microsoft Surface Pro 4 doesn't have built in LTE capability (at the time of writing this). What this means is that your Surface Pro 4 can't connect to the internet on its own. It needs to connect to a wireless network/hotspot, or use a USB adaptor to provide access to the internet (e.g. physical Ethernet... Continue Reading →
How to Dock Windows Left & Right using Multiple Monitors
Here’s a quick tip that one of my colleagues showed my this week that makes working with multiple monitors a lot easier. Thanks to @FreeRangeEggs for this tip. The Problem You’ve got 2 windows (A and B) and you want to dock them side by side on monitor 1. Its easy to dock window... Continue Reading →
Working with Non-Office File Types in SharePoint & Office 365
Office 365 and SharePoint work quite nicely when you are working with Microsoft Office file types. Things like Word, Excel and PowerPoint files. Once you really start using SharePoint however, you want to store many more types of files in SharePoint. This is natural and you can actually get the files into SharePoint without too... Continue Reading →