Hey, Scripting Guy! How Can I Create a Microsoft Word Document from WMI Information?
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 ...