I want my PowerShell script to print something like this:
Enabling feature XYZ......Done
The script looks something like this:
You can absolutely do this. Write-Output has a flag called "NoEnumerate" that is essentially the same thing.