Get-SPOSiteUserInvitations
Searches against all stored sharing links and retrieves the email invites.
構文
Default (既定)
Get-SPOSiteUserInvitations
[-Site] <SpoSitePipeBind>
[-EmailAddress] <String>
[<CommonParameters>]
説明
Searches against all stored sharing links on a Site and retrieves the email invites.
例
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.
パラメーター
-EmailAddress
Applicable: SharePoint Online
Email Address of the user.
パラメーターのプロパティ
型: | System.String |
規定値: | None |
ワイルドカードのサポート: | False |
DontShow: | False |
パラメーター セット
(All)
配置: | 2 |
必須: | True |
パイプラインからの値: | False |
プロパティ名別のパイプラインからの値: | False |
残りの引数からの値: | False |
-Site
Applicable: SharePoint Online
Specifies the URL of the site collection.
パラメーターのプロパティ
型: | Microsoft.Online.SharePoint.PowerShell.SpoSitePipeBind |
規定値: | None |
ワイルドカードのサポート: | False |
DontShow: | False |
パラメーター セット
(All)
配置: | 1 |
必須: | True |
パイプラインからの値: | False |
プロパティ名別のパイプラインからの値: | False |
残りの引数からの値: | 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.