Skip to content

Commit c090f57

Browse files
author
Trevor Seward
authored
Update Get-SPOUserOneDriveLocation.md
Update for #2071. @AndreaBarr
1 parent ad415d5 commit c090f57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOUserOneDriveLocation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-SPOUserOneDriveLocation
99

1010
## SYNOPSIS
11-
This cmdlet will return the UPN of a user, current location this user locates, user’s corresponding MySite(ODB) Url and the site id.
11+
This cmdlet will return the user principal name, current location, and corresponding OneDrive for Business url, and the site ID. This cmdlet only supports Multi-Geo OneDrive sites.
1212

1313
## SYNTAX
1414

@@ -17,15 +17,15 @@ Get-SPOUserOneDriveLocation -UserPrincipalName <String> [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
20-
This command will return information about the onedrive location from the current user
20+
This command will return information about the OneDrive location for the specified user.
2121

2222
## EXAMPLES
2323

2424
### -----------------------EXAMPLE 1-----------------------------
2525
```powershell
2626
Get-SPOUserOneDriveLocation -UserPrincipalName [email protected]
2727
```
28-
Get the current location this user locates, user's corresponding MySite(ODB) Url and site ID.
28+
Get the current location the user's OneDrive location, url, and site ID.
2929

3030
## PARAMETERS
3131

0 commit comments

Comments
 (0)