Skip to content

Latest commit

 

History

History
107 lines (74 loc) · 2.12 KB

File metadata and controls

107 lines (74 loc) · 2.12 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/remove-spositeuserinvitations
applicable SharePoint Online
title Remove-SPOSiteUserInvitations
schema 2.0.0
author techwriter40
ms.author pamgreen
ms.reviewer

Remove-SPOSiteUserInvitations

SYNOPSIS

.

SYNTAX

Remove-SPOSiteUserInvitations [-Site] <SpoSitePipeBind> [-EmailAddress] <String> [-CountOnly]
 [<CommonParameters>]

DESCRIPTION

.

EXAMPLES

Example 1

Remove-SPOSiteUserInvitations -Site https://contoso.sharepoint.com/sites/Research -EmailAddress "someone@contoso.com"

This example removes the user with the mail address "someone@contoso.com" from the site with the url https://contoso.sharepoint.com/sites/Research.

PARAMETERS

-CountOnly

Applicable: SharePoint Online

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

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

-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