<?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"
	>
<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>
	<pubDate>Thu, 20 Nov 2008 20:04:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Scott Ference</title>
		<link>http://www.aaronlerch.com/blog/2007/02/02/reboot-a-polycom-phone-via-powershell/#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-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;"Polycom phones respond to the "check-sync" event by re-comparing the config file last-modified date"&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 'modified date'.</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-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="http://viniciuscanto.blogspot.com/2007/01/wake-on-lan-powershell-acordando.html"&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-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'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 - 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-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-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>
