<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Set PIN via powershell in Management</title>
    <link>https://community.cisco.com/t5/management/set-pin-via-powershell/m-p/3999301#M3268</link>
    <description>&lt;P&gt;I think the Error is you use "userIdentity" instead of "userid" as described in the AXL Dokumentation&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2019 10:00:17 GMT</pubDate>
    <dc:creator>thedd</dc:creator>
    <dc:date>2019-12-16T10:00:17Z</dc:date>
    <item>
      <title>Set PIN via powershell</title>
      <link>https://community.cisco.com/t5/management/set-pin-via-powershell/m-p/3998652#M3265</link>
      <description>&lt;P&gt;I try to update the PIN via powershell.&lt;/P&gt;&lt;P&gt;I allways get "Error: return is empty" (in german: "Fehler: Leere Antwort auf Anfroderung")&lt;/P&gt;&lt;P&gt;Any Idea whats wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$AXL = New-WebServiceProxy -Uri ($scriptPath + "\AXLAPI.wsdl") -Credential $MyCreds
$AXL.Url = "$url"
$ns = $AXL.getType().namespace

$updateUserReq = @{}
$updateUserReq.add('userIdentity','testuser')
$updateUserReq.add('pin','4567')

$foo = $AXL.UpdateUser($updateUserReq)


&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 Dec 2019 19:04:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/set-pin-via-powershell/m-p/3998652#M3265</guid>
      <dc:creator>wagner</dc:creator>
      <dc:date>2019-12-13T19:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set PIN via powershell</title>
      <link>https://community.cisco.com/t5/management/set-pin-via-powershell/m-p/3999301#M3268</link>
      <description>&lt;P&gt;I think the Error is you use "userIdentity" instead of "userid" as described in the AXL Dokumentation&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 10:00:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/set-pin-via-powershell/m-p/3999301#M3268</guid>
      <dc:creator>thedd</dc:creator>
      <dc:date>2019-12-16T10:00:17Z</dc:date>
    </item>
  </channel>
</rss>

