Tag Archives: word

Creating a Table in Word Using PowerShell

In this article, I will be showing you how to build a table in Word using PowerShell. First we will go ahead and make the initial object creation and open up Word. Now that we have done that, we can … Continue reading

Posted in powershell | Tagged , , , | 16 Comments

Creating a Table of Contents in Word Using PowerShell

Continuing on from my last article, this one will show you how to build a Table of Contents in Word using PowerShell. We will be using the same techniques and some of the same code to set up our word … Continue reading

Posted in powershell | Tagged , , , | 1 Comment

Beginning with PowerShell and Word

This first article will dip our toes into creating the Word Com object, looking at sending text to Word and adjusting some of the various fonts and styles to give you a stepping stone on what you can do. I … Continue reading

Posted in powershell | Tagged , , | 10 Comments

Fix Spaces in Hyperlinks That Exist in a Word Document

While hanging out in the PowerShell forums, I came across a question that talked about going out to a Sharepoint site and finding all word documents and then scanning each document and fixing all of the hyperlinks that had spaces … Continue reading

Posted in powershell | Tagged , , | 2 Comments