﻿<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developers.de/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>What to do if your PI does not sync with time server?</title><link />http://developers.de/blogs/damir_dobric/archive/2016/01/26/what-to-do-if-your-pi-does-not-sync-with-time-server.aspx<description>Raspberry PI does not have built in battery, which would keep board clock running and in sync with world clock. However if running Windows IOT Core, the operative system would sync time by using NTP . For most scenarios time is event not that important</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>re: What to do if your PI does not sync with time server?</title><link />http://developers.de/blogs/damir_dobric/archive/2016/01/26/what-to-do-if-your-pi-does-not-sync-with-time-server.aspx#1781926<pubdate>Mon, 11 Apr 2016 14:13:41 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:1781926</guid><dc:creator>Indraneel</dc:creator><description>&lt;p&gt;The correct command to connect to Pi is -&lt;/p&gt;
&lt;p&gt;Enter-PSSession -ComputerName &amp;lt;machine-name or IP Address&amp;gt; -Credential &amp;lt;machine-name or IP Address or localhost&amp;gt;\Administrator&lt;/p&gt;
&lt;p&gt;:)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://developers.de/aggbug.aspx?PostID=1781926" width="1" height="1"&gt;</description></item><item><title>re: What to do if your PI does not sync with time server?</title><link />http://developers.de/blogs/damir_dobric/archive/2016/01/26/what-to-do-if-your-pi-does-not-sync-with-time-server.aspx#1731865<pubdate>Sun, 21 Feb 2016 14:09:01 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:1731865</guid><dc:creator>Damir Dobric</dc:creator><description>&lt;p&gt;On Raspberry we can also use &amp;#39;w32tm /resync /force&amp;#39; from a PowerShell command line to force update its local time.&lt;/p&gt;
&lt;p&gt;Because time-sync can sometimes take a while (minutes) to sync though from power up, we can use &amp;#39;w32tm /resync /force&amp;#39; from a PowerShell to enforce update of a local time.&lt;/p&gt;
&lt;p&gt;Optionally ,we can even schedule a resync on boot by running:&lt;/p&gt;
&lt;p&gt;schtasks /Create /SC ONSTART /TN TimeSync /TR &amp;quot;w32tm /resync /force&amp;quot;&lt;/p&gt;
&lt;p&gt;from a PowerShell logon to make a hard reset the default.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://developers.de/aggbug.aspx?PostID=1731865" width="1" height="1"&gt;</description></item></channel></rss>