
Microsoft / Wikimedia Commons — Public domain
Working notes on PowerShell: Array, Escape characters, Execution policy, Inovoke external, Remove files recursively, and Sample, and related topics.
Working notes on PowerShell: Array, Escape characters, Execution policy, Inovoke external, Remove files recursively, and Sample, and related topics.
Topics
Array
Empty array.
Escape characters
N new line.
Execution policy
Temprorary.
Inovoke external
The param list should be an array.
Remove files recursively
- is for current path.
Sample
$global:Halt = $FALSE.
Scripts
Transcript
Error messages are not logged.
Traverse
$_.
Updated:
2026 Aug 19
Array
Escape characters
Execution policy
Inovoke external
Notes
Remove files recursively
Sample
Scripts
Transcript
Traverse


