external help file | Module Name | online version | schema |
---|---|---|---|
AMSoftware.Dataverse.PowerShell.AccessManagement.psm1-help.xml |
AMSoftware.Dataverse.PowerShell |
2.0.0 |
Retrieve Teams
Get-DataverseTeam [-Name <String>] [-Exclude <String>] [-TeamType <TeamType>] [-BusinessUnit <Guid>]
[-Administrator <Guid>] [<CommonParameters>]
Get-DataverseTeam -Id <Guid> [<CommonParameters>]
Retrieve Teams
Id of the systemuser who is the administrator for the Team
Type: System.Guid
Parameter Sets: GetAllTeams
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
ID of the Business Unit to retrieve Teams for
Type: System.Guid
Parameter Sets: GetAllTeams
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Teams to exclude from the result. Supports wildcards.
Type: System.String
Parameter Sets: GetAllTeams
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True
Id of the specific Team to retrieve
Type: System.Guid
Parameter Sets: GetTeamById
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Name of the Team to retrieve. Supports Wildcards.
Type: System.String
Parameter Sets: GetAllTeams
Aliases: Include
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True
The type of Team to retrieve
Type: TeamType
Parameter Sets: GetAllTeams
Aliases:
Accepted values: Owner, Access, AADSecurityGroup, AADOfficeGroup
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.