Skip to content

Commit de7dc0d

Browse files
author
Trevor Seward
authored
Update Remove-SPOUserInfo.md
Fix #5485 (correct file this time).
1 parent d3e63d0 commit de7dc0d

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

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

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

1515
## SYNOPSIS
1616

17-
Removes user from user information list of specific site collection.
17+
Do not use.
1818

19-
## SYNTAX
20-
21-
```powershell
22-
Remove-SPOUserInfo -LoginName <String> -Site <SpoSitePipeBind> [<CommonParameters>]
23-
```
19+
## SYNTAX`
2420

2521
## DESCRIPTION
2622

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).
23+
Do not use.
3024

3125
## EXAMPLES
3226

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-
4127
## PARAMETERS
4228

4329
### -LoginName
4430

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

4733
```yaml
4834
Type: String
@@ -59,7 +45,7 @@ Accept wildcard characters: False
5945
6046
### -Site
6147
62-
Specifies the URL of the site collection.
48+
Do not use.
6349
6450
```yaml
6551
Type: SpoSitePipeBind

0 commit comments

Comments
 (0)