Select-SFTP Cmdlet
SFTP データを検索します。
Syntax
Select-SFTP [parameters]
Remarks
Select-SFTP コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてSFTP データを検索できます。
$conn = Connect-SFTP -RemoteHost 'MySFTPServer' Select-SFTP -Connection $conn -Table "Notes" -Columns @("Filesize","Filename") -Where "FilePath='/documents/doc.txt'"