Public/Get-IntroPCS.ps1

Function Get-IntroPCS {
    Write-Host "
                      _______ _______ _______ __
                     | _ | _ | | _ .-----| |_.--.--.-----.
                     |. 1 |. 1___| | 1___| -__| _| | | _ |
                     |. ____|. |___ |____ |_____|____|_____| __|
                     |: | |: 1 | |: 1 | |__|
                     |::.| |::.. . | |::.. . |
                     '---' '-------' '-------'
"
 -Foregroundcolor Green

    Write-Host " --------------------------------------------------------------------"      -Foregroundcolor Green
    Write-Host " > "                                                                        -Foregroundcolor Green   -NoNewline
    Write-Host "Use "                                                                                   -ForegroundColor Yellow  -NoNewline
    Write-Host "Get-PCSetup "                                                                           -ForegroundColor Cyan    -NoNewline
    Write-Host "to see a list of Commands "                                      -ForegroundColor Yellow  -NoNewline
    Write-Host "<"                                                                                      -Foregroundcolor Green
    Write-Host " > "                                                                        -Foregroundcolor Green   -NoNewline
    Write-Host "Remove-Tiles "                                                                          -ForegroundColor Cyan    -NoNewline
    Write-Host "only works on default pinned tiles "                                   -ForegroundColor Yellow  -NoNewline
    Write-Host "<"                                                                                      -Foregroundcolor Green
    Write-Host " --------------------------------------------------------------------"      -Foregroundcolor Green

    Write-Host " "
}