Online Docs

Get-exMyTasks

Get my tasks from Team domain.
This command retrieves the all the tasks in a team domain for the authenticated user.

1
2
3
4
Get-exTasks
-Domain <String>
[-FilterExp <String>]
[<CommonParameters>]

Parameters

  • Domain:
    • The domain where Team site is hosted, teams.company.com.
  • FilterExp:
    • Optional filter expression to be used by the cmdlet. Tasks can be filtered by its cisgenders’. See Common Parameters section in this document for more information.

Comment

Was this article helpful?
Thanks For Your Feedback