Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
GPODoc
1.1.1
GPODoc.psm1
$(
Get-ChildItem
"$PSScriptRoot"
-Recurse
-Include
"*.ps1"
)
.
foreach
{
.
$_
.
FullName
}