Skip to content

Latest commit

 

History

History
139 lines (104 loc) · 2.58 KB

Get-DataverseUser.md

File metadata and controls

139 lines (104 loc) · 2.58 KB
external help file Module Name online version schema
AMSoftware.Dataverse.PowerShell.AccessManagement.psm1-help.xml
AMSoftware.Dataverse.PowerShell
2.0.0

Get-DataverseUser

SYNOPSIS

Get available users in Dataverse

SYNTAX

GetAllUsers (Default)

Get-DataverseUser [-Name <String>] [-Exclude <String>] [-Disabled] [-Licensed] [-Application]
  [<CommonParameters>]

GetUserById

Get-DataverseUser -Id <Guid>  [<CommonParameters>]

DESCRIPTION

Get available users in Dataverse based on domainname, name, or emailaddress.

EXAMPLES

PARAMETERS

-Application

Include Application Users in the result

Type: System.Management.Automation.SwitchParameter
Parameter Sets: GetAllUsers
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-Disabled

Include Disabled Users in the result

Type: System.Management.Automation.SwitchParameter
Parameter Sets: GetAllUsers
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-Exclude

Users to exclude from the result

Type: System.String
Parameter Sets: GetAllUsers
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-Id

Id of the specific User to retrieve

Type: System.Guid
Parameter Sets: GetUserById
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-Licensed

Only return licensed users

Type: System.Management.Automation.SwitchParameter
Parameter Sets: GetAllUsers
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-Name

Name of the user to retrieve. Supports wildcards.

Type: System.String
Parameter Sets: GetAllUsers
Aliases: Include

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.Guid

OUTPUTS

System.Object

NOTES

RELATED LINKS

Online