<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Scope-Options on Anything About IT</title><link>https://www.verboon.info/tags/scope-options/</link><description>Recent content in Scope-Options on Anything About IT</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 16 Nov 2012 15:12:41 +0000</lastBuildDate><atom:link href="https://www.verboon.info/tags/scope-options/index.xml" rel="self" type="application/rss+xml"/><item><title>Script for dumping DHCP subnet scope options</title><link>https://www.verboon.info/2012/11/script-for-dumping-dhcp-subnet-scope-options/</link><pubDate>Fri, 16 Nov 2012 15:12:41 +0000</pubDate><guid>https://www.verboon.info/2012/11/script-for-dumping-dhcp-subnet-scope-options/</guid><description>&lt;p&gt;Here’s simple script I’ve put together as I was in need of one that dumps the DHCP subnet scope options into a text file.&lt;/p&gt;
&lt;p&gt;The script first queries the DHCP servers it can find and then dumps the scope options of each subnet it finds on each DHCP server.&lt;/p&gt;
&lt;p&gt;Copy the below code and save it as dhcpsubnetscopeoptions.cmd&lt;/p&gt;
&lt;p&gt;@echo off&lt;/p&gt;
&lt;p&gt;echo %date% %time% &amp;gt;%~dp0\dhcpsubnetscopeoptions.txt&lt;/p&gt;
&lt;p&gt;echo &amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;ndash; &amp;raquo;%~dp0\dhcpscopeoptions.txt&lt;/p&gt;
&lt;p&gt;Echo Dumping DHCP Subnet Scope options&lt;/p&gt;</description></item></channel></rss>