OneIAM.Tools.psm1
|
# Load all public functions Get-ChildItem -Path "$PSScriptRoot\Public\*.ps1" | ForEach-Object { . $_.FullName } # Export functions Export-ModuleMember -Function @( 'Get-OneIAMHello','Get-Name' ) |
|
# Load all public functions Get-ChildItem -Path "$PSScriptRoot\Public\*.ps1" | ForEach-Object { . $_.FullName } # Export functions Export-ModuleMember -Function @( 'Get-OneIAMHello','Get-Name' ) |