标签: xml powershell
我需要使用PowerShell将XML元素名称/文本更新为其他名称。
<add connectionString=" " accessKey=" " abortConnect="false" ssl="true">
这是超级基础,但是对于我的场景,我需要使用PowerShell将文本“ connectionString”更新为“ host”。该文件位于web.config文件中,因此使用XML。