Get-Content

PowerShell Import-CSV Cmdlet: Parse a Comma-Delimited CSV Text File

Learn how to easily parse a comma-delimited CSV text file with the PowerShell Import-CSV cmdlet.

LATEST

PowerShell Problem Solver: How to Pull Data from Log Files using PowerShell

Microsoft PowerShell MVP Jeff Hicks shows us how to pull data from log files using PowerShell and the Get-Content and Import-CSV cmdlets.

View Article

Use PowerShell’s Get-Content cmdlet to Copy Files to Multiple Computers

Russell Smith shares how you can use PowerShell’s get-content cmdlet to copy files to multiple computers in this how-to article.

View Article