Online Docs

Get-exStatus

Gets the status available of the bug and task in the channel.

1
2
3
4
5
6
7
Get-exStatus
-Domain <String>
-TeamId <String>
-ChannelId <String>
[-FilterExp <String>]
[-Cookie <String>]
[<CommonParameters>]

Parameters:

  • Domain:
    The domain where Team site is hosted, teams.company.com
  • TeamId:
    Required Team ID to be used by the cmdlet. See Common Parameters section in this document for more information.
  • ChannelId:
    Channel ID to be used by the cmdlet. Retrieve the value for this parameter by right-click on the team site or channel and press “Get Link” command.
  • Cookie:
    Optional cookie token to be used to authenticated into Team environment for eTask cmdlets.

Outputs:

Collection of status objects.

Error

TBS.

Examples

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# connect to Team instance
Write-Host ""
Write-Host "++++ Get-exTasks get one test task in PlaygroundV2/PS_Testing_Tracy"

$myDomain = "teams.appvity.com"
$myAccount = "oliver@anadea.com"
$userCredential = Get-Credential -UserName $myAccount -Message "Type the password."
Connect-MicrosoftTeams -Credential $userCredential

#get status of oliver@anadea.com in the PlaygroundV2/PS_Testing_Tracy
$myDomain = 'teams.appvity.com'
$myTeam = "19:711c68b56d894b2697368214024dc89f@thread.skype"
$myChannel = '19:663f1a565fb248a1a9c2d4b31540d52d@thread.skype'

Get-exStatus -ChannelId $myChannel -TeamId $myTeam -Domain $myDomain| Format-Table

Block 1
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque hendrerit lacus ut purus iaculis feugiat. Sed nec tempor elit, quis aliquam neque. Curabitur sed diam eget dolor fermentum semper at eu lorem.



Block 1
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque hendrerit lacus ut purus iaculis feugiat. Sed nec tempor elit, quis aliquam neque. Curabitur sed diam eget dolor fermentum semper at eu lorem.



Block 1
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque hendrerit lacus ut purus iaculis feugiat. Sed nec tempor elit, quis aliquam neque. Curabitur sed diam eget dolor fermentum semper at eu lorem.


Blog 1
{.app-blockquote-warn}

Comment

Was this article helpful?
Thanks For Your Feedback