Public/Get-SecOps.ps1
function Get-SecOps { Get-IntroSecOps Write-Host "String Functions" -ForegroundColor green Write-Host "Convert-Base64toString ..Converts a base64 encoded string to plain text and write-Output" -ForegroundColor cyan Write-Host "Convert-StringtoBase64 ..Converts a plain text string to base64 and write-Output" -ForegroundColor cyan Write-Host " " } |