We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d1725 commit 2c5ce48Copy full SHA for 2c5ce48
AdminToolkit.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'AdminToolkit.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '1.1.2'
+ModuleVersion = '1.1.2.1'
16
17
# Supported PSEditions
18
CompatiblePSEditions = 'Desktop', 'Core'
CHANGELOG.md
@@ -1,10 +1,15 @@
1
# Changelog for AdminToolkit
2
3
+## v1.1.2.1
4
+
5
++ `Merge-CIDRIpRanges`
6
+ + Significant performance improvement to `Merge-CIDRIpRanges` function.
7
8
## v1.1.2
9
10
+ **New Functions:**
11
+ **Public**
- + `Merge-CIDRIpAddressRanges`
+ + `Merge-CIDRIpRanges`
+ Reduces a list of CIDR IP Ranges to a single list of ranges that do not overlap.
+ `Get-IPv4NetworkInfo`
+ Gets extended information about an IPv4 network.
0 commit comments