Cmdlets for Microsoft Planner

Build 24.0.9062

Select-MicrosoftPlanner Cmdlet

Parameters   Output Objects  

Searches Microsoft Planner data.

Syntax

Select-MicrosoftPlanner [parameters]

Remarks

The Select-MicrosoftPlanner cmdlet allows you to use a syntax similar to SQL SELECT statements to search Microsoft Planner data.

$conn = Connect-MicrosoftPlanner -OrganizationUrl "https://myaccount.crm.dynamics.com/" -OAuthClientId "clientid" -OAuthClientSecret "secret"
Select-MicrosoftPlanner -Connection $conn -Table "Tasks" -Columns @("TaskId","startDateTime") -Where "TaskId ='BCrvyMoiLEafem-3RxIESmUAHbLK'"

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