Internet Forensics

Takes values from a CSV list and sends objects down the pipeline.

Snap-In: Microsoft.PowerShell.Utility

Syntax:

Import-Csv

[-Path] <String[]> [-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-ErrorVariable <String>] [-OutVariable <String>] [-OutBuffer <Int32>]

Description:

The import-CSV Cmdlet takes the CSV data listed in files created by the export-CSV Cmdlet, and sends them down the pipeline as objects.

Категории