<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Windows Server | The End of the Tunnel</title><link>https://development--vigilant-hodgkin-644b1e.netlify.com/tags/windows-server/</link><atom:link href="https://development--vigilant-hodgkin-644b1e.netlify.com/tags/windows-server/index.xml" rel="self" type="application/rss+xml"/><description>Windows Server</description><generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-us</language><copyright>© 2019 Derek Murawsky</copyright><lastBuildDate>Tue, 11 Jun 2013 15:05:15 -0400</lastBuildDate><image><url>https://development--vigilant-hodgkin-644b1e.netlify.com/img/icon-32.png</url><title>Windows Server</title><link>https://development--vigilant-hodgkin-644b1e.netlify.com/tags/windows-server/</link></image><item><title>Flush Dns Cache for Single Domain</title><link>https://development--vigilant-hodgkin-644b1e.netlify.com/post/flush-dns-cache-for-single-domain/</link><pubDate>Tue, 11 Jun 2013 15:05:15 -0400</pubDate><guid>https://development--vigilant-hodgkin-644b1e.netlify.com/post/flush-dns-cache-for-single-domain/</guid><description>&lt;p&gt;I was working on the site today and ran into an issue: Our caching DNS server (Windows 2008) was holding on to the old webserver’s IP. This wasn’t a problem for me locally as I used the old hosts file trick to point to the new server. However, this meant I couldn’t show other folks the site until either the cache was completely flushed or the record expired.&lt;/p&gt;
&lt;p&gt;A little googling later, and I found this little command from &lt;a href=&#34;ServerFault&#34; target=&#34;_blank&#34;&gt;ServerFault&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;dnscmd dnsserver.local /NodeDelete ..Cache whatever.com &lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;/Tree&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;/f&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;
/tree Specifies to delete all of the child records.
/f Executes the command without asking &lt;span style=&#34;color:#66d9ef&#34;&gt;for&lt;/span&gt; confirmation.&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;This allows you to clear just a small portion of the cache, as you define it. Pretty handy!&lt;/p&gt;</description></item></channel></rss>