Chirishman bio photo

Chirishman

Sysadmin with an interest in PowerShell, automation, SBCs, and Datavis.

Connect

@the_chirishman Github Stackoverflow RSS Feed

My GitHub Repos

ADAuth Keystore PowerArchiver Powershell-SlackBot StoredPSCredential

Overview

To join the entries in an array together in the most concise way possible

If you don’t need a delimiter between the entries

If you do need a delimiter (such as a comma) the long way is:

More on PowerShell Operators