Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
aztools
0.0.2-alpha
aztools.psm1
Get-ChildItem
-Path
$PSScriptRoot
-Filter
"*.ps1"
|
Foreach-Object
{
.
$_
.
FullName
}