<?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: simple script for factory resetting unregistered phones in Webex Calling</title>
    <link>https://community.cisco.com/t5/webex-calling/simple-script-for-factory-resetting-unregistered-phones/m-p/4706604#M1146</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/293487"&gt;@Dan Pride&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for sharing this information. You mentioned "you&amp;nbsp;&lt;SPAN&gt;collected the list of IPs for our switches and then put them in a simple csv". How did you factory reset IP Phones using switch IP? Did you mean the IPs of IP Phones?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2022 14:23:07 GMT</pubDate>
    <dc:creator>Vaijanath Sonvane</dc:creator>
    <dc:date>2022-10-20T14:23:07Z</dc:date>
    <item>
      <title>simple script for factory resetting unregistered phones</title>
      <link>https://community.cisco.com/t5/webex-calling/simple-script-for-factory-resetting-unregistered-phones/m-p/4706600#M1145</link>
      <description>&lt;P&gt;I just completed a mass install of 8861s provisioned for Webex Calling and I wanted to relay this tip.&lt;/P&gt;&lt;P&gt;Our number port didn't occur until 9 PM and we had to install the phones all day to make sure they all got installed in one day.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because there were no devices actually created in the Control Hub yet, the phones would boot to "Enter Activation Code" and be completely unlocked from an API POV.&lt;/P&gt;&lt;P&gt;So when the port happened, we ran the device CSV to load them all to the Control Hub. We then collected the list of phone IPs from our switches and then put them in a simple csv.&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: this only works on brand new phones that have not registered to the Webex cloud. Webex will lock down all admin functions and the factory reset can only be done from the device.&amp;nbsp;&lt;/P&gt;&lt;P&gt;From there, we ran this powershell script which factory reset all the phones and they registered to webex calling successfully.&lt;/P&gt;&lt;P&gt;$addresses = Get-Content C:\Users\username\Downloads\ipaddress.csv&lt;/P&gt;&lt;P&gt;foreach ($ip in $addresses){&lt;BR /&gt;Write-host "Targeting : $ip"&lt;BR /&gt;Invoke-WebRequest -uri http://$ip/admin/direct-factory-reset -TimeoutSec 1&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 15:57:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-calling/simple-script-for-factory-resetting-unregistered-phones/m-p/4706600#M1145</guid>
      <dc:creator>Dan Pride</dc:creator>
      <dc:date>2022-10-20T15:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: simple script for factory resetting unregistered phones</title>
      <link>https://community.cisco.com/t5/webex-calling/simple-script-for-factory-resetting-unregistered-phones/m-p/4706604#M1146</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/293487"&gt;@Dan Pride&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for sharing this information. You mentioned "you&amp;nbsp;&lt;SPAN&gt;collected the list of IPs for our switches and then put them in a simple csv". How did you factory reset IP Phones using switch IP? Did you mean the IPs of IP Phones?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 14:23:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-calling/simple-script-for-factory-resetting-unregistered-phones/m-p/4706604#M1146</guid>
      <dc:creator>Vaijanath Sonvane</dc:creator>
      <dc:date>2022-10-20T14:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: simple script for factory resetting unregistered phones</title>
      <link>https://community.cisco.com/t5/webex-calling/simple-script-for-factory-resetting-unregistered-phones/m-p/4706619#M1147</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/293487"&gt;@Dan Pride&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I tried your process to one of my phone but getting an error message:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/165275i89F4F24A4438E933/image-size/large?v=v2&amp;amp;px=999" role="button" title="Error.png" alt="Error.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Is this process applicable for phones that are showing "Enter Activation Code"? or is it also applicable for registered phones?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 14:40:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-calling/simple-script-for-factory-resetting-unregistered-phones/m-p/4706619#M1147</guid>
      <dc:creator>Vaijanath Sonvane</dc:creator>
      <dc:date>2022-10-20T14:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: simple script for factory resetting unregistered phones</title>
      <link>https://community.cisco.com/t5/webex-calling/simple-script-for-factory-resetting-unregistered-phones/m-p/4706680#M1148</link>
      <description>&lt;P&gt;This process will only work on a phone that came straight out of a box. If the webex cloud knows about it, it will lock down all admin functions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 15:55:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-calling/simple-script-for-factory-resetting-unregistered-phones/m-p/4706680#M1148</guid>
      <dc:creator>Dan Pride</dc:creator>
      <dc:date>2022-10-20T15:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: simple script for factory resetting unregistered phones</title>
      <link>https://community.cisco.com/t5/webex-calling/simple-script-for-factory-resetting-unregistered-phones/m-p/4706682#M1149</link>
      <description>&lt;P&gt;We use Meraki switches, so I was able to sort on the phone vlan and download the list of phone IPs. The CSV referenced is a just a list of those phone ips.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 15:56:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-calling/simple-script-for-factory-resetting-unregistered-phones/m-p/4706682#M1149</guid>
      <dc:creator>Dan Pride</dc:creator>
      <dc:date>2022-10-20T15:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: simple script for factory resetting unregistered phones</title>
      <link>https://community.cisco.com/t5/webex-calling/simple-script-for-factory-resetting-unregistered-phones/m-p/4706716#M1150</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/293487"&gt;@Dan Pride&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This is what I thought.&amp;nbsp;Thanks for clarification.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 16:37:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-calling/simple-script-for-factory-resetting-unregistered-phones/m-p/4706716#M1150</guid>
      <dc:creator>Vaijanath Sonvane</dc:creator>
      <dc:date>2022-10-20T16:37:04Z</dc:date>
    </item>
  </channel>
</rss>

