<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Архивы ntp - Rascal&#039;s... home?</title>
	<atom:link href="https://rascal.su/blog/tag/ntp/feed/" rel="self" type="application/rss+xml" />
	<link>https://rascal.su/blog/tag/ntp/</link>
	<description>web log</description>
	<lastBuildDate>Tue, 18 Dec 2012 02:31:01 +0000</lastBuildDate>
	<language>ru-RU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>

<image>
	<url>https://rascal.su/uploads/2016/08/cropped-tux1-300x237-32x32.png</url>
	<title>Архивы ntp - Rascal&#039;s... home?</title>
	<link>https://rascal.su/blog/tag/ntp/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Windows в качестве NTP-сервера</title>
		<link>https://rascal.su/blog/2012/12/18/windows-%d0%b2-%d0%ba%d0%b0%d1%87%d0%b5%d1%81%d1%82%d0%b2%d0%b5-ntp-%d1%81%d0%b5%d1%80%d0%b2%d0%b5%d1%80%d0%b0/</link>
		
		<dc:creator><![CDATA[Rascal]]></dc:creator>
		<pubDate>Tue, 18 Dec 2012 02:31:01 +0000</pubDate>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[ntp]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[script]]></category>
		<guid isPermaLink="false">http://rascal.su/?p=1034</guid>

					<description><![CDATA[<p>Иногда может понадобиться сделать из Windows Server авторитативный сервер времени ntp, например если это контроллер домена. Предлагаю простой скрипт на PowerShell для настройки. Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\W32Time\Parameters" -Name "Type" -Value "NTP" Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\W32Time\Config" -Name "AnnounceFlags" -Value "5" Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer" -Name "Enabled" -Value "1" Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\W32Time\Parameters" -Name "NtpServer" -Value "1.ru.pool.ntp.org,0x1 2.ru.pool.ntp.org,0x1 3.ru.pool.ntp.org,0x1" Set-ItemProperty -Path [&#8230;]</p>
<p>Запись <a href="https://rascal.su/blog/2012/12/18/windows-%d0%b2-%d0%ba%d0%b0%d1%87%d0%b5%d1%81%d1%82%d0%b2%d0%b5-ntp-%d1%81%d0%b5%d1%80%d0%b2%d0%b5%d1%80%d0%b0/">Windows в качестве NTP-сервера</a> впервые появилась <a href="https://rascal.su">Rascal&#039;s... home?</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
