<?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: ISE and Windows drive mapping scripts in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-and-windows-drive-mapping-scripts/m-p/4644744#M575943</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Have you find any solution for "&lt;SPAN&gt;&amp;nbsp;ISE posture module can run the script when it reaches the compliant state"?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have the same requirement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;br&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ashish&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2022 04:26:42 GMT</pubDate>
    <dc:creator>rashish135@yahoo.co.in</dc:creator>
    <dc:date>2022-07-06T04:26:42Z</dc:date>
    <item>
      <title>ISE and Windows drive mapping scripts</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-and-windows-drive-mapping-scripts/m-p/3031751#M24109</link>
      <description>&lt;P&gt;We are using ISE authentication and posture assessment for VPN and wireless and need to figure out a way to have the drive mappings script run after posture assessment is complete and successful. &amp;nbsp;I know AnyConnect can run scripts but has anyone done this before and is there any documentation on the process? &amp;nbsp;I've read the AnyConnect administration guides but it's not clear what type of scripts can be run and whether the ISE posture module can run the script when it reaches the compliant state. Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 07:26:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-and-windows-drive-mapping-scripts/m-p/3031751#M24109</guid>
      <dc:creator>Ben.Levin</dc:creator>
      <dc:date>2019-03-11T07:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: ISE and Windows drive mapping scripts</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-and-windows-drive-mapping-scripts/m-p/3326814#M24110</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you find any documentation on this?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 16:12:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-and-windows-drive-mapping-scripts/m-p/3326814#M24110</guid>
      <dc:creator>Darius</dc:creator>
      <dc:date>2018-02-07T16:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: ISE and Windows drive mapping scripts</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-and-windows-drive-mapping-scripts/m-p/3329582#M24112</link>
      <description>&lt;P&gt;Yes, we do this in our environment.&lt;/P&gt;
&lt;P&gt;We have a .bat file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;@echo off&lt;BR /&gt;:loop&lt;BR /&gt;timeout 2&lt;BR /&gt;ping -n 1 DOMAIN |find "TTL=" || goto :loop&lt;BR /&gt;echo Answer received.&lt;BR /&gt;:loop2&lt;BR /&gt;timeout 2&lt;BR /&gt;ping -n 1&amp;nbsp;DOMAIN |find "TTL=" || goto :loop2&lt;BR /&gt;echo Answer received.&lt;BR /&gt;if not exist U:\ (net use U: \\PATH\%username% /persistent:no)&lt;BR /&gt;Exit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to name this file as scripts_OnConnect.bat and import it to the ASA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to enable scripting in your AnyConnect Client profile if you are using client VPN. i have attached a screenshot of the option 'enable scripting'. The option can be found under: Please see location.png&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Enable scripting.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/7464i3A230D10BAA9CB2A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Enable scripting.png" alt="Enable scripting.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="location.png" style="width: 852px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/7463i84A45DB5904E8CD2/image-size/large?v=v2&amp;amp;px=999" role="button" title="location.png" alt="location.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 19:22:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-and-windows-drive-mapping-scripts/m-p/3329582#M24112</guid>
      <dc:creator>abhishek.marat1</dc:creator>
      <dc:date>2018-02-12T19:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: ISE and Windows drive mapping scripts</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-and-windows-drive-mapping-scripts/m-p/3329585#M24114</link>
      <description>&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/vpn_client/anyconnect/anyconnect40/administration/guide/b_AnyConnect_Administrator_Guide_4-0/configure-vpn.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/vpn_client/anyconnect/anyconnect40/administration/guide/b_AnyConnect_Administrator_Guide_4-0/configure-vpn.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is one of the links i had used to implement AnyConnect Client VPN posturing using a logon script.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 19:29:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-and-windows-drive-mapping-scripts/m-p/3329585#M24114</guid>
      <dc:creator>abhishek.marat1</dc:creator>
      <dc:date>2018-02-12T19:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: ISE and Windows drive mapping scripts</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-and-windows-drive-mapping-scripts/m-p/4644744#M575943</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Have you find any solution for "&lt;SPAN&gt;&amp;nbsp;ISE posture module can run the script when it reaches the compliant state"?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have the same requirement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;br&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ashish&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 04:26:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-and-windows-drive-mapping-scripts/m-p/4644744#M575943</guid>
      <dc:creator>rashish135@yahoo.co.in</dc:creator>
      <dc:date>2022-07-06T04:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: ISE and Windows drive mapping scripts</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-and-windows-drive-mapping-scripts/m-p/4645477#M575994</link>
      <description>&lt;P&gt;ISE 3.1 can run a Powershell or bash script to remediate non-compliance on an endpoint.&lt;BR /&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/ise/3-1/admin_guide/b_ise_admin_3_1/b_ISE_admin_31_compliance.html#task_dlq_gq1_jpb" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/ise/3-1/admin_guide/b_ise_admin_3_1/b_ISE_admin_31_compliance.html#task_dlq_gq1_jpb&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;ISE uses compliance as a condition for authorization to access the network. Running scripts &lt;EM&gt;&lt;STRONG&gt;after&lt;/STRONG&gt;&lt;/EM&gt; compliance is not really what ISE is intended to do.&lt;/P&gt;
&lt;P&gt;Saying that, you could always &lt;A href="https://community.cisco.com/t5/security-documents/how-to-submit-an-ise-feature-or-enhancement-request/ta-p/3772439" target="_blank" rel="noopener"&gt;suggest a feature enhancement.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 22:29:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-and-windows-drive-mapping-scripts/m-p/4645477#M575994</guid>
      <dc:creator>Greg Gibbs</dc:creator>
      <dc:date>2022-07-06T22:29:46Z</dc:date>
    </item>
  </channel>
</rss>

