
Get and Set Microsoft Word Custom Document Properties
Here’s a quick snippet that details how to get and set custom document properties in Microsoft Word 2010 documents: #Create Word application $wordApplication = New-Object -ComObject word.application #Get reference to word doc $document = $wordApplication.documents.open("C:\temp\alkane.docx"); #set up binding flags for...