Select-FB Cmdlet
Searches Facebook data.
Syntax
Select-FB [parameters]
Remarks
The Select-FB cmdlet allows you to use a syntax similar to SQL SELECT statements to search Facebook data.
$conn = Connect-FB Select-FB -Connection $conn -Table "Posts" -Columns @("ID","FromName") -Where "Target='11111'"