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