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 PowerShell equivalent to the following PHP code?

echo "filesizecounter: " . $filesizecounter 

11 Answers
11

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *