Skip to content

Commit 65150dd

Browse files
authored
Merge branch 'master' into patch-333
2 parents 3a80b2f + 81106d1 commit 65150dd

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOUserInfo.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,19 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
Removes user from user information list of specific site collection.
18-
19-
## SYNTAX
20-
21-
```powershell
22-
Remove-SPOUserInfo -LoginName <String> -Site <SpoSitePipeBind> [<CommonParameters>]
23-
```
17+
Do not use.
2418

2519
## DESCRIPTION
2620

27-
Can be used to remove user from user information lists of the specific site collections.
28-
29-
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://docs.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
21+
Do not use.
3022

3123
## EXAMPLES
3224

33-
### ------------ Example 1 --------------------
34-
35-
```powershell
36-
Remove-SPOUserInfo -LoginName [email protected] -Site https://contoso.sharepoint.com/sites/sc1
37-
```
38-
39-
Example 1 removes a user who has the e-mail address [email protected] from the user information list of <https://contoso.sharepoint.com/sites/sc1> site collection.
40-
4125
## PARAMETERS
4226

4327
### -LoginName
4428

45-
Specifies the login name of the user to removed from user information list.
29+
Do not use.
4630

4731
```yaml
4832
Type: String
@@ -59,7 +43,7 @@ Accept wildcard characters: False
5943
6044
### -Site
6145
62-
Specifies the URL of the site collection.
46+
Do not use.
6347
6448
```yaml
6549
Type: SpoSitePipeBind

0 commit comments

Comments
 (0)