Converting Word document format with PowerShell

Do you have a file server full documents in the old Word document format? This blog explains how to use PowerShell to bulk convert files from .DOC to .DOCX. The script can be run against a folder full of documents, automatically crearting a new version in .DOCX format. The same script can be easily modified to convert Word documents of any format to PDF format. … Continue reading Converting Word document format with PowerShell

SharePoint Online Get Signatures Workflow

SharePoint 2010 introduced an out of the box workflow for collecting signatures. This workflow is still available in SharePoint 2016, 2019 and SharePoint Online and is a quick way to gather signatures for documents without needing a third-party add-on like DocuSign. This video walks through setting up a SharePoint library and Word document for signing using the ‘old school’ workflow in Office 365. The main … Continue reading SharePoint Online Get Signatures Workflow

Comparing Word Document Versions

The versioning capabilities in SharePoint document libraries are great for managing document approvals and if disaster strikes, rolling back to a known good version. Microsoft Word’s Document Comparison feature takes this capability to the next level, allowing a visual comparison between two versions of the same document. This has many use cases. I’ve used this recently to compare versions of a contract document to identify … Continue reading Comparing Word Document Versions