Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
QrCodes
1.2.0.80
QrCodes.psm1
$Script:ModuleRoot
=
$PSScriptRoot
&
$PSScriptRoot\bin\Loader.ps1
Get-ChildItem
(
Join-Path
$ModuleRoot
"ExportedFunctions\*.ps1"
)
|
ForEach-Object
{
.
$_
.
fullname
}