< Back

Get-PartnerUser

Sat Jan 18, 2020 6:34 pm

NAME Get-PartnerUser



SYNOPSIS

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





PARAMETERS

-UserId <String>

The identifier for the user.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-UserPrincipalName <String>

The user principal name for the user.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

Microsoft.Graph.User







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Get-PartnerUser



Gets a list of users from the partner tenant







RELATED LINKS

Online Version: https://docs.microsoft.com/powershell/m ... artnerUser