external help file | Module Name | online version | schema |
---|---|---|---|
TeamsFunctions-help.xml |
TeamsFunctions |
2.0.0 |
Returns Resource Accounts from AzureAD
Get-TeamsResourceAccount [[-UserPrincipalName] <String[]>] [-IncludeTotalCount] [-Skip <UInt64>]
[-First <UInt64>] [<CommonParameters>]
Get-TeamsResourceAccount [-DisplayName <String>] [-IncludeTotalCount] [-Skip <UInt64>] [-First <UInt64>]
[<CommonParameters>]
Get-TeamsResourceAccount [-ApplicationType <String>] [-IncludeTotalCount] [-Skip <UInt64>] [-First <UInt64>]
[<CommonParameters>]
Get-TeamsResourceAccount [-PhoneNumber <String>] [-IncludeTotalCount] [-Skip <UInt64>] [-First <UInt64>]
[<CommonParameters>]
Returns one or more Resource Accounts based on input. This runs Get-CsOnlineApplicationInstance but reformats the Output with friendly names
Get-TeamsResourceAccount
Returns all Resource Accounts. Depending on size of the Tenant, this might take a while.
Get-TeamsResourceAccount -Identity ResourceAccount@TenantName.onmicrosoft.com
Returns the Resource Account with the Identity specified, if found.
Get-TeamsResourceAccount -DisplayName "Queue"
Returns all Resource Accounts with "Queue" as part of their Display Name. Use Find-TeamsResourceAccount / Find-CsOnlineApplicationInstance for finer search
Get-TeamsResourceAccount -ApplicationType AutoAttendant
Returns all Resource Accounts of the specified ApplicationType.
Get-TeamsResourceAccount -PhoneNumber +1555123456
Returns the Resource Account with the Phone Number specified, if found.
Default and positional. One or more UserPrincipalNames to be queried.
Type: String[]
Parameter Sets: Identity
Aliases: ObjectId, Identity
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
Optional. Search parameter. Alternative to Find-TeamsResourceAccount Use Find-TeamsUserVoiceConfig for more search options
Type: String
Parameter Sets: DisplayName
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Optional. Returns all Call Queues or AutoAttendants
Type: String
Parameter Sets: AppType
Aliases: Type
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Optional. Returns all ResourceAccount with a specific string in the PhoneNumber
Type: String
Parameter Sets: Number
Aliases: Tel, Number, TelephoneNumber
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Reports the total number of objects in the data set (an integer) followed by the selected objects. If the cmdlet cannot determine the total count, it displays "Unknown total count." The integer has an Accuracy property that indicates the reliability of the total count value. The value of Accuracy ranges from 0.0 to 1.0 where 0.0 means that the cmdlet could not count the objects, 1.0 means that the count is exact, and a value between 0.0 and 1.0 indicates an increasingly reliable estimate.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Ignores the specified number of objects and then gets the remaining objects. Enter the number of objects to skip.
Type: UInt64
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Gets only the specified number of objects. Enter the number of objects to get.
Type: UInt64
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Pipeline input possible Running the CmdLet without any input might take a while, depending on size of the Tenant.
https://github.com/DEberhardt/TeamsFunctions/tree/main/docs/Get-TeamsResourceAccount.md
https://github.com/DEberhardt/TeamsFunctions/tree/main/docs/about_TeamsResourceAccount.md
https://github.com/DEberhardt/TeamsFunctions/tree/main/docs/