Get-PartnerUser

Gets a list of users from the partner tenant

Syntax

Get-PartnerUser
   [-UserId <String>]
   [-UserPrincipalName <String>]
   [<CommonParameters>]

Description

Gets a list of users from the partner tenant

Examples

Example 1

PS C:\> Get-PartnerUser

Gets a list of users from the partner tenant

Parameters

-UserId

The identifier for the user.

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

-UserPrincipalName

The user principal name for the user.

Type:String
Aliases:UPN
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

Microsoft.Graph.User