Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
ORCA
1.4.5
Checks/template.ps1
using
module
"..\ORCA.psm1"
class
ORCAXXX
:
ORCACheck
{
<#
CONSTRUCTOR with Check Header Data
#>
ORCAXXX
(
)
{
}
<#
RESULTS
#>
GetResults
(
$Config
)
{
}
}