Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
tuner
1.0.10
tuner.psm1
Get-ChildItem
-Path
$PSScriptRoot
-Filter
'*.ps1'
-Recurse
|
ForEach-Object
{
.
$_
.
FullName
}