Public/Get-SecOps.ps1

function Get-SecOps {

    Get-IntroSecOps

    Write-Host "String Functions"                                                                                          -ForegroundColor green
    Write-Host "Convert-Base64 ..Converts a base64 encoded string to plain text or vice versa and Write-Output"      -ForegroundColor cyan
    Write-Host " "
}