mirror of
https://github.com/NetSPI/MicroBurst
synced 2026-06-08 12:01:29 +00:00
33e876c303
Moved ps1 files to appropriate folders and upated the base psm1 file.
5 lines
172 B
PowerShell
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" |