This is probably a very obvious question.. I would like to output variables and values out in a powershell script by setting up flags and seeing the data matriculate throughout the script.
How would I do this?
For example, what would be the php equivalent to:
echo "filesizecounter : " . $filesizecounter
thanks
