Fix error code 17006 when adding product to existing Office 365 ProPlus install

When you want to add an Office program to an existing Office 365 ProPlus installation with PDQ Deploy or SCCM it’s necessary to add the FORCEAPPSHUTDOWN property to the XML file. If you don’t do that, you will probably get error code 17006 (or 0x426e(17006) in … Read moreFix error code 17006 when adding product to existing Office 365 ProPlus install

Install and Add Network Printers from the command line

You can install network printers from the command line or with a batch file without the need of local admin access.  This way users can, for example, install a local network printer on their laptop when they are on a remote site.  This will work … Read moreInstall and Add Network Printers from the command line

Copy Sharepoint list items to another list with Powershell and PnP

You can easily copy Sharepoint list items to another list with Powershell and PnP. First, connect to the source Sharepoint site with PnP-Online: Get the list items Now we need to retrieve the list of items that we want to copy: Copy the items to … Read moreCopy Sharepoint list items to another list with Powershell and PnP

Mouse freezes when previewing an Excel file in Outlook 2016

Does your Outlook freezes when previewing an Excel file in Outlook 2016? Well it’s easy to fix, there is no need to disable Excel add-ins or running Outlook in safe mode. Just disable scroll inactive windows in the settings menu. To fix the issue, goto: … Read moreMouse freezes when previewing an Excel file in Outlook 2016

Share Sharepoint files and folders from an Office365 Group

Sharing files in Sharepoint, that shouldn’t be that hard right? Well if you are using Office 365 Groups you might have noticed that you are not able the share a file or folder from the Groups Sharepoint site to external users. When you try to … Read moreShare Sharepoint files and folders from an Office365 Group

Show duplicate content in SharePoint Online Search Results

Are you not seeing all results when searching for documents in Sharepoint? Are you confident that there is another, newer version? Then probably it’s filtered out by Sharepoints duplicate content removal in the search results. A document does not have to be 100% similar to … Read moreShow duplicate content in SharePoint Online Search Results