Let's say i have this xml file
<section name="AAA">
<Item1>FALSE</Item1>
<Item2>FALSE</Item2>
<Item3>FALSE</Item3>
</section>
<section name="BBB">
<Item1>FALSE</Item1>
<Item2>FALSE</Item2>
<Item3>FALSE</Item3>
</section>
How can I update a specific value using PowerShell ( using XPath is the right way ? )
Meaning update Item2 that under section name="BBB"