Select-Office365 Cmdlet
Searches Microsoft Office 365 data.
Syntax
Select-Office365 [parameters]
Remarks
The Select-Office365 cmdlet allows you to use a syntax similar to SQL SELECT statements to search Microsoft Office 365 data.
$conn = Connect-Office365 -OAuthClientId 'MyApplicationId' -OAuthClientSecret 'MySecretKey' -CallbackURL 'http://localhost:33333' Select-Office365 -Connection $conn -Table "Events" -Columns @("Id","location_displayName") -Where "Id='Jq74mCczmFXk1tC10GB'"