System_Check_SecureBoot.ps1

function Check-SecureBoot {
$secboot = (Confirm-SecureBootUefi)
if ($secboot -eq $true)
{continue}
}