Showing results for XML - Scripting Blog [archived]

Dec 18, 2010
0
0

Weekend Scripter: Use PowerShell to Create Holiday Wish List

ScriptingGuy1
ScriptingGuy1

   Summary: Learn how to use Windows PowerShell to create a holiday wish list   Microsoft Scripting Guy Ed Wilson here. It is almost the end of the year and we have decided to devote some posts to the holiday season. We even have guest bloggers from around the world to share some holiday spirit. Today we have Jeffery Hicks. Jeffery ...

Scripting Guy!scripting techniquesguest blogger
Jul 29, 2010
0
0

How to Add Data to an XML File Using Windows PowerShell

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I need to be able to use Windows PowerShell to add data to an XML file. Unfortunately, there is no Add-XML cmdlet available. I thought about using the Windows PowerShell Add-Content cmdlet and trying to write my data to the file, but it never worked correctly. I never could get all of those angle thingies to line up properly. Th...

Scripting Guy!Windows PowerShellscripting techniques
Jul 16, 2010
0
0

Hey, Scripting Guy! How Can I Connect Two Group Policy Objects in Active Directory and Compare Them Offline? (Part 2)

ScriptingGuy1
ScriptingGuy1

  Hey, Scripting Guy! I need to be able to connect to two Group Policy objects (GPOs) in Active Directory and make an offline copy of the GPOs using Windows PowerShell 2.0 so that I can compare the two objects. I know I can do this using the Group Policy Management Console, but I have several hundred GPOs in my domain and I do not have the ti...

Scripting Guy!Windows PowerShellscripting techniques
Nov 19, 2009
0
0

Hey, Scripting Guy! How Can I Quickly Check Stocks with Windows PowerShell?

ScriptingGuy1
ScriptingGuy1

  Hey, Scripting Guy! I have a customized MSN home page. I really like the new layout, but it is rather inefficient to open Internet Explorer, and wait for a few minutes just to check out the latest stock prices. What I need is a Windows PowerShell script that I can use to quickly retrieve my stock information without the need to open Int...

Scripting Guy!Windows PowerShellscripting techniques
Nov 18, 2009
0
0

Hey, Scripting Guy! How Can I Use a Web Service to Find Weather for a Specific City?

ScriptingGuy1
ScriptingGuy1

  Hey, Scripting Guy! I thought your script yesterday was pretty cool, but there is a problem with it. Retrieving the weather from a script is awesome; however, I need to know which cities are available. If I want to know the weather in Sydney, Australia (your example), I am all set. I’m sure you can see this coming: I do not live i...

Scripting Guy!Windows PowerShellscripting techniques