Skip to content

Commit 13ced37

Browse files
authored
Merge branch 'master' into patch-33
2 parents 21ac109 + 3742c3a commit 13ced37

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Update-UserType.md

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

1515
## SYNOPSIS
1616

17-
.
17+
Updates the specified user's UserType value from Azure AD.
1818

1919
## SYNTAX
2020

@@ -24,23 +24,23 @@ Update-UserType [-LoginName] <String> [<CommonParameters>]
2424

2525
## DESCRIPTION
2626

27-
.
27+
This cmdlet retrieves the UserType value of the specified user and updates the UserType across all SharePoint Online sites in the Office 365 tenant. This can be used, for example, to convert a Guest user to a standard (Member) user if the user's UserType was previously updated in Azure AD.
2828

2929
## EXAMPLES
3030

3131
### Example 1
3232

3333
```powershell
34-
34+
Update-UserType -LoginName [email protected]
3535
```
3636

37-
.
37+
Updates the [email protected]'s UserType on all SharePoint Online sites in the tenant based on the UserType value in Azure AD.
3838

3939
## PARAMETERS
4040

4141
### -LoginName
4242

43-
{{ Fill LoginName Description }}
43+
The login name of the target user to update across SharePoint Online.
4444

4545
```yaml
4646
Type: String
@@ -70,3 +70,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7070
## NOTES
7171
7272
## RELATED LINKS
73+
74+
[Properties of an Azure Active Directory B2B collaboration user](https://docs.microsoft.com/azure/active-directory/b2b/user-properties)

0 commit comments

Comments
 (0)