Private/Get-IntroSecOps.ps1
function Get-IntroSecOps { Write-Host " _______ _______ | _ .-----.----| _ .-----.-----. | 1___| -__| __|. | | _ |__ --| |____ |_____|____|. | | __|_____| |: 1 | |: 1 |__| |::.. . | |::.. . | '-------' '-------' " -ForegroundColor Green Write-Host " ----------------------------------------------------------------------" -ForegroundColor Green Write-Host " > " -ForegroundColor Green -NoNewline Write-Host "Functions for reviewing and performing security related operations " -ForegroundColor Yellow -NoNewline Write-Host "<" -ForegroundColor Green Write-Host " ----------------------------------------------------------------------" -ForegroundColor Green Write-Host " " } |