<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Reboot a Polycom phone via PowerShell</title>
	<atom:link href="http://www.aaronlerch.com/blog/2007/02/02/reboot-a-polycom-phone-via-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronlerch.com/blog/2007/02/02/reboot-a-polycom-phone-via-powershell/</link>
	<description></description>
	<lastBuildDate>Mon, 05 Apr 2010 15:19:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Johan Van den Eede</title>
		<link>http://www.aaronlerch.com/blog/2007/02/02/reboot-a-polycom-phone-via-powershell/comment-page-1/#comment-824</link>
		<dc:creator>Johan Van den Eede</dc:creator>
		<pubDate>Tue, 17 Nov 2009 13:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/02/02/reboot-a-polycom-phone-via-powershell/#comment-824</guid>
		<description>Hello,

this script is I guess via the registrar that you can reboot a polycom.
But any siggestions how to reboot a polycom device that is not registered anymore?
Manually you can do this via acessing the webgui of polycom device. We are looking for rebooting Polycoms that we have moved from one server to another, so we are checking how to reboot them via script but using the path of their webgui.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>this script is I guess via the registrar that you can reboot a polycom.<br />
But any siggestions how to reboot a polycom device that is not registered anymore?<br />
Manually you can do this via acessing the webgui of polycom device. We are looking for rebooting Polycoms that we have moved from one server to another, so we are checking how to reboot them via script but using the path of their webgui.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Ference</title>
		<link>http://www.aaronlerch.com/blog/2007/02/02/reboot-a-polycom-phone-via-powershell/comment-page-1/#comment-498</link>
		<dc:creator>Scott Ference</dc:creator>
		<pubDate>Mon, 17 Nov 2008 21:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/02/02/reboot-a-polycom-phone-via-powershell/#comment-498</guid>
		<description>Great script.  It has really helped me out.
Is there a way to log the 200OK response from the phone?  I see at the end of the script there is a line starting with:
$result
May write it to a file or something like that?

Thanks,
Scott</description>
		<content:encoded><![CDATA[<p>Great script.  It has really helped me out.<br />
Is there a way to log the 200OK response from the phone?  I see at the end of the script there is a line starting with:<br />
$result<br />
May write it to a file or something like that?</p>
<p>Thanks,<br />
Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.aaronlerch.com/blog/2007/02/02/reboot-a-polycom-phone-via-powershell/comment-page-1/#comment-29</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 22 Aug 2007 23:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/02/02/reboot-a-polycom-phone-via-powershell/#comment-29</guid>
		<description>A good script, but just a quick correction to part of your summary:&lt;BR/&gt;&lt;BR/&gt;&quot;Polycom phones respond to the &quot;check-sync&quot; event by re-comparing the config file last-modified date&quot;&lt;BR/&gt;&lt;BR/&gt;This used to be true in older versions of the Polycom software, but for the past couple of years the function has matured.    &lt;BR/&gt;&lt;BR/&gt;The Polycom phone will now read the first part of each file and do a comparison to see if the file has changed, rather than relying on the &#039;modified date&#039;.</description>
		<content:encoded><![CDATA[<p>A good script, but just a quick correction to part of your summary:</p>
<p>&#8220;Polycom phones respond to the &#8220;check-sync&#8221; event by re-comparing the config file last-modified date&#8221;</p>
<p>This used to be true in older versions of the Polycom software, but for the past couple of years the function has matured.    </p>
<p>The Polycom phone will now read the first part of each file and do a comparison to see if the file has changed, rather than relying on the &#8216;modified date&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinicius Canto</title>
		<link>http://www.aaronlerch.com/blog/2007/02/02/reboot-a-polycom-phone-via-powershell/comment-page-1/#comment-30</link>
		<dc:creator>Vinicius Canto</dc:creator>
		<pubDate>Wed, 22 Aug 2007 23:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/02/02/reboot-a-polycom-phone-via-powershell/#comment-30</guid>
		<description>Great!&lt;br /&gt;Some days ago I posted an example of how to use Powershell to send UDP Packets too... but to wake computers on the network, a the WakeOnLan technology.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://viniciuscanto.blogspot.com/2007/01/wake-on-lan-powershell-acordando.html&quot;&gt;http://viniciuscanto.blogspot.com/2007/01/wake-on-lan-powershell-acordando.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Congratulations!</description>
		<content:encoded><![CDATA[<p>Great!<br />Some days ago I posted an example of how to use Powershell to send UDP Packets too&#8230; but to wake computers on the network, a the WakeOnLan technology.</p>
<p><a href="http://viniciuscanto.blogspot.com/2007/01/wake-on-lan-powershell-acordando.html">http://viniciuscanto.blogspot.com/2007/01/wake-on-lan-powershell-acordando.html</a></p>
<p>Congratulations!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://www.aaronlerch.com/blog/2007/02/02/reboot-a-polycom-phone-via-powershell/comment-page-1/#comment-31</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Wed, 22 Aug 2007 23:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/02/02/reboot-a-polycom-phone-via-powershell/#comment-31</guid>
		<description>Jeff - Yep, I&#039;ll probably set our lab guy up with a text file of some sort containing all the info for our team phones, and then create a function that pipes the file into the script. Then he should just be able to say:&lt;br /&gt;&lt;br /&gt;PS:1&gt; .\Reboot-Phones</description>
		<content:encoded><![CDATA[<p>Jeff &#8211; Yep, I&#8217;ll probably set our lab guy up with a text file of some sort containing all the info for our team phones, and then create a function that pipes the file into the script. Then he should just be able to say:</p>
<p>PS:1> .\Reboot-Phones</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Moser</title>
		<link>http://www.aaronlerch.com/blog/2007/02/02/reboot-a-polycom-phone-via-powershell/comment-page-1/#comment-32</link>
		<dc:creator>Jeff Moser</dc:creator>
		<pubDate>Wed, 22 Aug 2007 23:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/02/02/reboot-a-polycom-phone-via-powershell/#comment-32</guid>
		<description>So do you have a CSV or XML file of all the phones in your building that you can use to pipe the addresses into this script? Definitely a neat use of PowerShell.</description>
		<content:encoded><![CDATA[<p>So do you have a CSV or XML file of all the phones in your building that you can use to pipe the addresses into this script? Definitely a neat use of PowerShell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.aaronlerch.com/blog/2007/02/02/reboot-a-polycom-phone-via-powershell/comment-page-1/#comment-33</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 22 Aug 2007 23:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/02/02/reboot-a-polycom-phone-via-powershell/#comment-33</guid>
		<description>That is cool!&lt;br /&gt;Jeffrey Snover [MSFT]&lt;br /&gt;Windows PowerShell/MMC Architect&lt;br /&gt;Visit the Windows PowerShell Team blog at:    http://blogs.msdn.com/PowerShell&lt;br /&gt;Visit the Windows PowerShell ScriptCenter at:  http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx</description>
		<content:encoded><![CDATA[<p>That is cool!<br />Jeffrey Snover [MSFT]<br />Windows PowerShell/MMC Architect<br />Visit the Windows PowerShell Team blog at:    <a href="http://blogs.msdn.com/PowerShell" rel="nofollow">http://blogs.msdn.com/PowerShell</a><br />Visit the Windows PowerShell ScriptCenter at:  <a href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx" rel="nofollow">http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
