Example XML Request
The following is an example of an XML request for the User Set
Password method of the Computer Management Provider:
<request>
<procedure>
<execute namespace="Computer Management Provider" procedure="User Set Password">
<executeData>
<path>WinNT://Fabrikam/Web01/SampleUser</path>
<newPassword>P@ss1W0rd</newPassword>
</executeData>
</execute>
</procedure>
</request>
Example XML Response
The User Set Password method has no return values.