private/Get-IntroMSGraph.ps1
Function Get-IntroMSGraph { Write-Host " __ ___ _______ | Y | _ | |. | 1___| |. \_/ |____ | |: | |: 1 | |::.|:. |::.. . | '--- ---'-------' _______ __ | _ .----.---.-.-----| |--. |. |___| _| _ | _ | | |. | |__| |___._| __|__|__| |: 1 | |__| |::.. . | '-------' " -ForegroundColor Green Write-Host " -------------------------------------------------------------------------" -ForegroundColor Green Write-Host " > " -ForegroundColor Green -NoNewline Write-Host "Admintoolbox.MSGraph " -ForegroundColor Red -NoNewline Write-Host "offers some functions to extend the Graph APIs" -ForegroundColor Yellow -NoNewline Write-Host " <" -ForegroundColor Green Write-Host " -------------------------------------------------------------------------" -ForegroundColor Green Write-Host " " } |