I am trying to fetch an xml attribute value using powershell but not sure how to read the attributes.
Here is my sample xml file with name myfile.xml
<MyFile>
<Parameter name ="internet" enabled ="true" />
</MyFile>
Please suggest me how to fetch the value of attribute enabled using powershell.