Online Docs

Get-exMyProjects

Get my projects from Team domain.
This command retrieves the all the projects 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.
  • Role:
    • PM: Returns tasks where the authenticated user is a PM.
    • MEMBER: Returns tasks where the authenticated user is a member
  • FilterExp:
    • Optional filter expression to be used by the cmdlet. See Common Parameters section in this document for more information.

Comment

Was this article helpful?
Thanks For Your Feedback