Skip to content

Commit 4961be8

Browse files
authored
Update Find-SPOCrossTenantLongFilePathsForSiteRename.md
1 parent 33a4b50 commit 4961be8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Find-SPOCrossTenantLongFilePathsForSiteRename.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ During SharePoint cross-tenant user migration, file paths from the source tenant
3232
```powershell
3333
Find-SPOCrossTenantLongFilePathsForSiteRename -OldSiteUrl [https://contoso.sharepoint.com/sites/site1](https://contoso.sharepoint.com/sites/site1) -NewSiteUrl [https://fabrikam.sharepoint.com/sites/site1](https://fabrikam.sharepoint.com/sites/site1)
3434
```
35-
Example 1 finds
35+
Example 1 looks through the site inputted to find file paths that exceed the 400 character limit.
3636

3737
## PARAMETERS
3838

3939
### -NewSiteUrl
40-
This parameter includes the source site URL.
40+
Specifies which source site URL to look through.
4141

4242
```yaml
4343
Type: String
@@ -52,7 +52,7 @@ Accept wildcard characters: False
5252
```
5353
5454
### -OldSiteUrl
55-
This parameter includes the target site URL.
55+
Specifies which target site URL to look through.
5656
5757
```yaml
5858
Type: String

0 commit comments

Comments
 (0)