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