It can happen that when you are trying to install new software on your device, the installation gets only so far and then mysteriously vanishes without completing the installation. This can happen for various reasons, but in this example, we’ll handle the cause as a policy set by system administrators to protect users from malware trying to exploit their system.
Continue reading “Temporarily Bypassing the GPO: Access to TEMP has been restricted by your Administrator”Category: Technology
VSTO Add a Menu Item to Outlook and Save an Email into SharePoint
Some really cool functionality that you can put together is to automate saving emails from your Outlook email application to be stored in a SharePoint document list. This lets your users keep using the tools they are comfortable working with (such as Outlook), but helps make sure that important emails are backed up to a reliable storage and reporting medium like SharePoint with as little effort on the user’s part as possible. Continue reading “VSTO Add a Menu Item to Outlook and Save an Email into SharePoint”
Read a SharePoint Document Library’s Row Details in .NET
In this example you’ll see the basics of programmatically connecting .NET code (a simple WebForm) from your local machine to read a Documents list hosted on a SharePoint server. Specifically, in this example I am using Visual Studio 2017 and am connecting to a SharePoint 2016 site on the local network. Continue reading “Read a SharePoint Document Library’s Row Details in .NET”