# IT Convenience Scripts - Hello (PowerShell) # Usage: irm https://scripts.nicedomain.bn/hello-ps | iex Write-Host "========================================" -ForegroundColor Cyan Write-Host " Hello from IT Convenience Scripts! " -ForegroundColor Cyan Write-Host " PowerShell edition " -ForegroundColor Cyan Write-Host "========================================" -ForegroundColor Cyan Write-Host "" Write-Host "This script was delivered by Fastly Compute." -ForegroundColor Green Write-Host "Replace this with your actual provisioning logic." -ForegroundColor Yellow