Technorati Tags: PowerShell , Code , Script , System.XML.XMLDocument , RemoveAttribute < # .SYNOPSIS This script removes an an attribute from an XML element. .DESCRIPTION This script creates an XML document, then removes an Attribute using the RemoveAttribute method. .NOTES File...