Skip to main content

Template

Decation

if($true){
return 1
}else{
return 0
}

Remediate

try {
Exit 0
}
catch {
Write-Error $_
Exit 1
}