Edit

Share via


Get-SPOSiteUserInvitations

Searches against all stored sharing links and retrieves the email invites.

Syntax

Default (Default)

Get-SPOSiteUserInvitations
    [-Site] <SpoSitePipeBind>
    [-EmailAddress] <String>
    [<CommonParameters>]

Description

Searches against all stored sharing links on a Site and retrieves the email invites.

Examples

Example 1

Get-SPOSiteUserInvitations -Site https://contoso.sharepoint.com/sites/ContosoWeb1/ -EmailAddress someone@example.com

This example retrieves email invites stored in the ContosoWeb1 site to the user with email address someone@example.com.

Parameters

-EmailAddress

Applicable: SharePoint Online

Email Address of the user.

Parameter properties

Type:System.String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:2
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Site

Applicable: SharePoint Online

Specifies the URL of the site collection.

Parameter properties

Type:Microsoft.Online.SharePoint.PowerShell.SpoSitePipeBind
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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

Inputs

None

Outputs

System.Object