Initial commit
This commit is contained in:
6
ps.ipam.psm1
Normal file
6
ps.ipam.psm1
Normal file
@@ -0,0 +1,6 @@
|
||||
Get-ChildItem "$(Split-Path $script:MyInvocation.MyCommand.Path)\functions" -Filter "*.ps1" -Recurse | ForEach-Object {
|
||||
. $_.FullName
|
||||
}
|
||||
Get-ChildItem "$(Split-Path $script:MyInvocation.MyCommand.Path)\classes" -Filter "*.ps1" -Recurse | ForEach-Object {
|
||||
. $_.FullName
|
||||
}
|
||||
Reference in New Issue
Block a user