subnet type

This commit is contained in:
2022-12-05 16:51:33 +03:00
parent c4b15d7387
commit 4fc6bac4b5
4 changed files with 61 additions and 13 deletions

View File

@@ -1,3 +1,5 @@
using namespace ps.ipam
Get-ChildItem "$(Split-Path $script:MyInvocation.MyCommand.Path)\functions" -Filter "*.ps1" -Recurse | ForEach-Object {
. $_.FullName
}