Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSAES
1.0.0.4
PSAES.psm1
Get-ChildItem
-Path
$PSScriptRoot
|
Unblock-File
Get-ChildItem
-Path
$PSScriptRoot\*.ps1
|
Foreach-Object
{
.
$_
.
FullName
}
Export-ModuleMember
-Cmdlet
*
-Alias
*
-Function
*