image-2

How to Batch Convert Word Documents to PDF Files

Method 1: Using a custom VBScript Microsoft Office has automation or scripting support. Using a VBScript, you can bulk convert Word documents to PDF. Here is a simple script I wrote to do the job: ‘Convert .doc or .docx to .pdf files via Send To menu Set fso = CreateObject(“Scripting.FileSystemObject”) For i= 0 To WScript.Arguments.Count Read More

image-2

How to Fix “Trust relationship has failed” Error

This is a very old issue, since the dawn of sysadmin time as we know it: the issue where our domain member server or computer loses its trust relationship to the domain. Yes, yes, the dreaded words that appear on your login screen once you try to login to one of your servers on a Read More

image-2

How to Fix Outlook Opens Then Closes Immediately

If your Outlook 365 won’t open, and you already tried “Quick or Online Repair” from the Control Panel with no luck… See below for the solution. A lot of people have been having problems with Microsoft Outlook crashing with error 0xc0000005. The problem with Outlook crashing when trying to open it was caused by a Read More

image-2

Deploy Azure File Sync

Use Azure File Sync to centralize your organization’s file shares in Azure Files, while keeping the flexibility, performance, and compatibility of an on-premises file server. Azure File Sync transforms Windows Server into a quick cache of your Azure file share. You can use any protocol that’s available on Windows Server to access your data locally, Read More