Aliases: gc, cat, type Purpose: Retrieving item content Examples: Getting all content in a text file by specifying the files path: get-content c:\mytext.txt ${c:\mytext.txt} Note: $ { } main purpose is to allow access to identifier names that would otherwise
Read More...