Showing tag results for Microsoft Word

May 12, 2009
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Convert to Windows PowerShell a VBScript Script to Which I Want to Make Significant Changes?

ScriptingGuy1

Hey, Scripting Guy! I enjoyed talking to you yesterday at TechEd. Unfortunately, I did not think about this until I came back to my hotel room and read your "Hey, Scripting Guy!" column. It seems to me that you spent much time saying there was not much of a reason to translate a VBScript into Windows PowerShell, and then you went ahead and transl...

Scripting Guy!Windows PowerShellscripting techniques
May 11, 2009
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Convert a VBScript to a Windows PowerShell Script That Creates an Office Word Document with Hyperlinks?

ScriptingGuy1

Hey, Scripting Guy! I am trying to learn Windows PowerShell. I have a script that creates a Word document that has a series of hyperlinks in it. I want to be able to write that script in Windows PowerShell, but I am not sure where I should begin. As far as I can tell, there are no Windows PowerShell cmdlets that will let me do this. Am I out of lu...

Scripting Guy!Windows PowerShellscripting techniques
Nov 13, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Count How Many Images Are Embedded in Microsoft Word Documents?

ScriptingGuy1

Hey Scripting Guy! You are not going to believe this. I have just been given the task of counting how many images are embedded in Word documents. The document folder, of course, has hundreds of documents. I am not sure why they want to know how many documents have embedded images, but I think it has something to do with updating a catalog we prod...

Scripting Guy!Windows PowerShellOffice
Nov 12, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Convert Word Files to PDF Files?

ScriptingGuy1

Hey, Scripting Guy! I have a folder full of Word documents. The pointy-headed boss (PHB) is being particularly obtuse this week, and has decided that he would like to have all the Word documents turned into PDF files so everyone can view them. This is despite the fact that a couple of months ago he had us deploy Word viewer, so everyone can view ...

Scripting Guy!Windows PowerShellOffice
Nov 11, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Create a Microsoft Word Document from WMI Information?

ScriptingGuy1

Hey Scripting Guy! I would like to be able to use Windows PowerShell to obtain some information from WMI and then write that same information to a Microsoft Word document. I know that I can use Out-File to create a text file, but text files are boring. I want to get the information into Word where I can later add colors, borders, and pictures if ...

Scripting Guy!Windows PowerShellscripting techniques