Cmdlets for Microsoft Office 365

Build 24.0.9060

Select-Office365 Cmdlet

Parameters   Output Objects  

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'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060