Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

When a Book Is Finished…

(Note: This post by Ed Wilson originally appeared on the Microsoft Press Blog.)I finished writing my Windows PowerShell Best Practices book for Microsoft Press. I do not have all of the statistics available (number of words, number of figures, number of scripts and those type of numbers) but one value stands out clearly in my mind&mdash...

Hey, Scripting Guy! Can I Create a GUI for a Windows PowerShell Script?

 (image) Hey, Scripting Guy! I know this may sound like a strange question, but I would like to create a graphical user interface for a Windows PowerShell script. I could do these kinds of things using a HTML Application (HTA) file, but I like writing Windows PowerShell scripts. If I could use some sort of functionality that would create ...

Hey, Scripting Guy! How Can I Figure Out Which Version of Microsoft Office Word Is on a Bunch of Computers?

 (image) Hey Scripting Guy! We are currently beta testing Microsoft Office 2010. It is awesome by the way, and I need to figure out what version of Word we have installed on our computers. I know there are different versions, and I would like to get some kind of inventory before we do the upgrade. How can I determine the version of Word ...

Hey, Scripting Guy! Can I Read a Text File and Use It to Query Servers?

 (image) Hey Scripting Guy! I need to generate a list of hotfixes that are installed on my servers. I have 100 servers on the network for which I am responsible. Each of the server names is listed in a text file called servers.txt. I need a way to read the text file and then query each of the servers. Can you help me?-- GM(image) Hello GM...

Hey, Scripting Guy! Can You Translate This VBScript to Windows PowerShell?

 (image) Hey Scripting Guy! I am wondering about something. I was looking on the Script Center Script Gallery, and I came across a pretty cool script that lists items that are in the user's profile. It is in VBScript. Can you translate it to Windows PowerShell for me?-- AW(image) Hello AW, Microsoft Scripting Guy Ed Wilson here. It is ...