Skip to content

Latest commit

 

History

History
90 lines (61 loc) · 1.96 KB

File metadata and controls

90 lines (61 loc) · 1.96 KB
external help file Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/get-spositeuserinvitations
applicable SharePoint Online
title Get-SPOSiteUserInvitations
schema 2.0.0
author techwriter40
ms.author pamgreen
ms.reviewer

Get-SPOSiteUserInvitations

SYNOPSIS

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

SYNTAX

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.

Type: System.String
Parameter Sets: (All)
Aliases:

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

-Site

Applicable: SharePoint Online

Specifies the URL of the site collection.

Type: Microsoft.Online.SharePoint.PowerShell.SpoSitePipeBind
Parameter Sets: (All)
Aliases:

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

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

None

OUTPUTS

System.Object

NOTES

RELATED LINKS