<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cidr on PowerShell.org - Welcome Automaters!</title><link>https://powershell.org/tags/cidr/</link><description>Recent content in Cidr on PowerShell.org - Welcome Automaters!</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 21 Sep 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://powershell.org/tags/cidr/index.xml" rel="self" type="application/rss+xml"/><item><title>Find Free Azure CIDR Blocks with PowerShell</title><link>https://powershell.org/articles/2026/09/find-free-azure-cidr-blocks-with-powershell/</link><pubDate>Mon, 21 Sep 2026 00:00:00 +0000</pubDate><guid>https://powershell.org/articles/2026/09/find-free-azure-cidr-blocks-with-powershell/</guid><description>&lt;p&gt;Suppose the network team assigns &lt;code&gt;10.172.0.0/16&lt;/code&gt; to an Azure landing zone. You
need to divide it into correctly aligned virtual network and subnet ranges, then find
space for future networks without overlapping anything already deployed.&lt;/p&gt;
&lt;p&gt;This article uses PowerShell to perform both tasks: break a parent range into planned
CIDR blocks and find free blocks around an existing allocation.&lt;/p&gt;
&lt;h2 id="a-small-module-for-cidr-calculations" class="ps-heading"&gt;A small module for CIDR calculations&lt;a class="ps-heading-anchor" href="#a-small-module-for-cidr-calculations" aria-label="Link to this section" title="Link to this section"&gt;&lt;i class="fas fa-link" aria-hidden="true"&gt;&lt;/i&gt;&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://www.powershellgallery.com/packages/ipmgmt/0.1.18"&gt;ipmgmt&lt;/a&gt; is a small
open-source PowerShell module I maintain. It contains two commands:&lt;/p&gt;</description></item></channel></rss>