Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
EntraID
1.0.0
EntraID.psm1
$Commands
=
@(
Get-ChildItem
-Path
$PSScriptRoot\*.ps1
)
foreach
(
$Function
in
@(
$Commands
)
)
{
.
$Function
.
FullName
}