PowerShell

Working notes on PowerShell: Array, Escape characters, Execution policy, Inovoke external, Remove files recursively, and Sample, and related topics.

Microsoft / Wikimedia CommonsPublic 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