<?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: Powershell script for add device in Cisco ISE in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/powershell-script-for-add-device-in-cisco-ise/m-p/3992257#M455280</link>
    <description>&lt;P&gt;Definitely agree with&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/624773"&gt;@Colby LeMaire&lt;/a&gt;&amp;nbsp;on the preference topic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have shared something in the past on the forums that may add value to something that you are trying to accomplish, or at least get you pointed in the right direction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See this post:&amp;nbsp;&lt;A href="https://community.cisco.com/t5/identity-services-engine-ise/python-scripts-for-automation-with-ise-api/td-p/3914741" target="_blank"&gt;https://community.cisco.com/t5/identity-services-engine-ise/python-scripts-for-automation-with-ise-api/td-p/3914741&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck &amp;amp; HTH!&lt;/P&gt;</description>
    <pubDate>Mon, 02 Dec 2019 18:17:09 GMT</pubDate>
    <dc:creator>Mike.Cifelli</dc:creator>
    <dc:date>2019-12-02T18:17:09Z</dc:date>
    <item>
      <title>Powershell script for add device in Cisco ISE</title>
      <link>https://community.cisco.com/t5/network-access-control/powershell-script-for-add-device-in-cisco-ise/m-p/3991916#M455278</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I Would like create the script for add the device (PC with Mac address and description).&amp;nbsp;&lt;SPAN&gt;is it possible to create it with powerhsell&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;? Or Python ?&amp;nbsp;If both works, which is the most appropriate?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thx for your help guys !&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 08:33:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/powershell-script-for-add-device-in-cisco-ise/m-p/3991916#M455278</guid>
      <dc:creator>Etlicher</dc:creator>
      <dc:date>2019-12-02T08:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell script for add device in Cisco ISE</title>
      <link>https://community.cisco.com/t5/network-access-control/powershell-script-for-add-device-in-cisco-ise/m-p/3992124#M455279</link>
      <description>&lt;P&gt;You can use whichever language is more comfortable for you.&amp;nbsp; I have even written API scripts for ISE using Perl.&amp;nbsp; The language doesn't matter as long as it gives you the ability to use REST API calls.&amp;nbsp; My opinion is that Powershell is more accessible since it is on every Windows PC now and Python requires you to install the software before you can execute the Python scripts.&amp;nbsp; But it is just a personal preference.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 14:55:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/powershell-script-for-add-device-in-cisco-ise/m-p/3992124#M455279</guid>
      <dc:creator>Colby LeMaire</dc:creator>
      <dc:date>2019-12-02T14:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell script for add device in Cisco ISE</title>
      <link>https://community.cisco.com/t5/network-access-control/powershell-script-for-add-device-in-cisco-ise/m-p/3992257#M455280</link>
      <description>&lt;P&gt;Definitely agree with&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/624773"&gt;@Colby LeMaire&lt;/a&gt;&amp;nbsp;on the preference topic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have shared something in the past on the forums that may add value to something that you are trying to accomplish, or at least get you pointed in the right direction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See this post:&amp;nbsp;&lt;A href="https://community.cisco.com/t5/identity-services-engine-ise/python-scripts-for-automation-with-ise-api/td-p/3914741" target="_blank"&gt;https://community.cisco.com/t5/identity-services-engine-ise/python-scripts-for-automation-with-ise-api/td-p/3914741&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck &amp;amp; HTH!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 18:17:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/powershell-script-for-add-device-in-cisco-ise/m-p/3992257#M455280</guid>
      <dc:creator>Mike.Cifelli</dc:creator>
      <dc:date>2019-12-02T18:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell script for add device in Cisco ISE</title>
      <link>https://community.cisco.com/t5/network-access-control/powershell-script-for-add-device-in-cisco-ise/m-p/3992272#M455281</link>
      <description>&lt;P&gt;I use Powershell exclusively for my network scripts since as mentioned above it is part of the standard Windows image. I also liked how it handled and processed REST calls using the &lt;STRONG&gt;invoke-restmethod&lt;/STRONG&gt; cmdlet for the ISE API and I just prefer Powershell over python for scripting in a windows environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have anything coded yet or at least have an idea on what exactly you want the script to accomplish?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 19:01:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/powershell-script-for-add-device-in-cisco-ise/m-p/3992272#M455281</guid>
      <dc:creator>Ben Walters</dc:creator>
      <dc:date>2019-12-02T19:01:35Z</dc:date>
    </item>
  </channel>
</rss>

