One of my applications generates an XML file below.
<root> <command name="Set"> <property name="PWR.WakeupOnLAN" value="6" errorcode="0x0"/> </command> <command name="Set"> </command> <command name="biossettings"> <property name="task" value="Succeeded." errorcode="0x0"/> </command> </root>
I am interested in reading the values ββand error codes of the property name PWR.WakeupOnLAN. Before publishing here, I tried different things, but could not find the correct code for reading properties in powershell. Can someone help me with powershell code for this?
Sitaram pamarthi
source share