Files
NetSPI-MicroBurst/Az/MicroBurst-Az.psm1
Karl Fosaaen 33e876c303 Repo Reorganization
Moved ps1 files to appropriate folders and upated the base psm1 file.
2020-03-19 09:23:13 -07:00

5 lines
172 B
PowerShell

Get-ChildItem (Join-Path -Path $PSScriptRoot -ChildPath *.ps1) | ForEach-Object -Process {
Import-Module $_.FullName
}
Write-Host "Imported Az MicroBurst functions"