external help file | Module Name | online version | schema |
---|---|---|---|
TeamsFunctions-help.xml |
TeamsFunctions |
2.0.0 |
Finds Resource Accounts from AzureAD
Find-TeamsResourceAccount [-SearchQuery] <String> [<CommonParameters>]
Find-TeamsResourceAccount [-SearchQuery] <String> [-UnAssociatedOnly] [<CommonParameters>]
Find-TeamsResourceAccount [-SearchQuery] <String> [-AssociatedOnly] [<CommonParameters>]
Returns Resource Accounts based on input (Search String). This runs Find-CsOnlineApplicationInstance but reformats the Output with friendly names
Find-TeamsResourceAccount -SearchQuery "Office"
Returns all Resource Accounts with "Office" as part of their DisplayName
Find-TeamsResourceAccount -SearchQuery "Office" -AssociatedOnly
Returns all associated Resource Accounts with "Office" as part of their DisplayName
Find-TeamsResourceAccount -SearchQuery "Office" -UnAssociatedOnly
Returns all unassociated Resource Accounts with "Office" as part of their DisplayName
Required. Positional. Part of the DisplayName of the Account.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Optional. Considers only associated Resource Accounts
Type: SwitchParameter
Parameter Sets: AssociatedOnly
Aliases: Assigned, InUse
Required: True
Position: 2
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Optional. Considers only unassociated Resource Accounts
Type: SwitchParameter
Parameter Sets: UnAssociatedOnly
Aliases: Unassigned, Free
Required: True
Position: 2
Default value: False
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.
None
https://github.com/DEberhardt/TeamsFunctions/tree/main/docs/Find-TeamsResourceAccount.md
https://github.com/DEberhardt/TeamsFunctions/tree/main/docs/about_TeamsResourceAccount.md
https://github.com/DEberhardt/TeamsFunctions/tree/main/docs/