Sign in
|
Join PowerShell.com!
|
Help
Home
PowerTips
Ask the Experts
Forums
Webcasts
Blogs
eBookV2
Script Library
Twitter Grid
Featured Posts
Dreaming in PowerShell
Don Jones
Code MarkUp Tool
Directory
Thomas Lee's PowerShell Scripts
»
All Tags
»
PowerShell
»
xml
»
System.XML.XMLDocument
(
RSS
)
Browse by Tags
Share
|
Recent Posts
Set-XMLAttribute.ps1
Get-XMLAttribute.ps1
Get-XMLNode.ps1
Archives
February 2013 (2)
January 2013 (4)
December 2012 (5)
November 2012 (1)
October 2012 (3)
September 2012 (5)
August 2012 (1)
July 2012 (1)
April 2012 (3)
February 2012 (2)
January 2012 (2)
December 2011 (3)
November 2011 (12)
October 2011 (6)
September 2011 (9)
June 2011 (1)
March 2011 (1)
February 2011 (1)
January 2011 (1)
December 2010 (3)
October 2010 (5)
September 2010 (11)
August 2010 (14)
July 2010 (9)
June 2010 (9)
May 2010 (9)
April 2010 (1)
March 2010 (10)
February 2010 (2)
January 2010 (1)
December 2009 (3)
November 2009 (1)
October 2009 (7)
September 2009 (2)
August 2009 (7)
July 2009 (4)
June 2009 (6)
May 2009 (7)
April 2009 (3)
March 2009 (6)
February 2009 (6)
January 2009 (24)
December 2008 (23)
November 2008 (14)
Tags
Code
COM
formatting
HNetCfg.FwMgr
Hyper-V
Power
PowerShell
PowerShell script
PowerShell Scripts
PowerShell V2
PowerShell V3
Script
scripts
Server 2012
Server2012
ServerCore
StdRegProv
System.DateTime
System.Diagnostics.FileVersionInfo
System.Globalization
System.Globalization.CultureInfo
System.Net.NetworkInformation
win32_computersystem
wmi
xml
View more
Code
msdn
PowerShell Scripts
Script
SetAttribute
Set-XMLAttribute.ps1
< # .SYNOPSIS This script adds an attribute to an XML node .DESCRIPTION This script creates a simple XML document and sets an attribute on a node. The script displays the before and after results, and is a conversion and extension of the MSDN sample. .NOTES ...
Published
Wed, Jun 06 2010 2:02 PM
by
PowerShell Scripts Blog
Filed under:
PowerShell Scripts
,
PowerShell
,
xml
,
Script
,
Code
,
System.XML.XMLDocument
,
SetAttribute
,
msdn
Get-XMLAttribute.ps1
< # .SYNOPSIS This script retrieves an attribute from an XML Element .DESCRIPTION This script first creates an in -memory XML document, then used the HasAttribute and GetAttribute to retrieve an attribute. .NOTES File Name : Get-XMLAttribute.ps1 ...
Published
Sun, Jun 06 2010 2:20 PM
by
PowerShell Scripts
Filed under:
PowerShell Scripts
,
PowerShell
,
xml
,
Script
,
System.XML.XMLDocument
Get-XMLNode.ps1
< # .SYNOPSIS This script re-implements an MSDN Sample in PowerShell .DESCRIPTION This script creates and manipulates an XML Document .NOTES File Name : Get-XMLNode.ps1 Author : Thomas Lee - tfl @psp .co.uk Requires ...
Published
Thu, Jun 06 2010 5:35 PM
by
PowerShell Scripts
Filed under:
PowerShell Scripts
,
PowerShell
,
xml
,
System.XML.XMLDocument
Copyright 2012 PowerShell.com. All rights reserved.