-
Notifications
You must be signed in to change notification settings - Fork 187
Create Find-SPOCrossTenantLongFilePathsForSiteRename.md #950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 8 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
035b75a
Create Find-SPOCrossTenantLongFilePathsForSiteRename.md
vgaddam-pm a1ee2c9
Update Microsoft.Online.SharePoint.PowerShell.md
vgaddam-pm 93670d6
Update Find-SPOCrossTenantLongFilePathsForSiteRename.md
vgaddam-pm 33a4b50
Update Microsoft.Online.SharePoint.PowerShell.md
vgaddam-pm 4961be8
Update Find-SPOCrossTenantLongFilePathsForSiteRename.md
vgaddam-pm 88dd1bc
Update sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShel…
vgaddam-pm d71cb69
Merge branch 'main' into patch-8
vgaddam-pm 7fd35bc
Update Find-SPOCrossTenantLongFilePathsForSiteRename.md
vgaddam-pm 56f5781
Update Find-SPOCrossTenantLongFilePathsForSiteRename.md
vgaddam-pm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
81 changes: 81 additions & 0 deletions
81
...t.Online.SharePoint.PowerShell/Find-SPOCrossTenantLongFilePathsForSiteRename.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,81 @@ | ||
| --- | ||
| external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml | ||
| Module Name: Microsoft.Online.SharePoint.PowerShell | ||
| online version: https://learn.microsoft.com/powershell/module/sharepoint-online/find-spocrosstenantlongfilepathsforsiterename | ||
| schema: 2.0.0 | ||
| author: vgaddam-pm | ||
| ms.author: vgaddam | ||
| ms.reviewer: jmcdowe | ||
| --- | ||
|
|
||
| # Find-SPOCrossTenantLongFilePathsForSiteRename | ||
|
|
||
| ## SYNOPSIS | ||
|
|
||
| Identify sites with file paths over 400 characters for cross-tenant user migration. | ||
|
|
||
| ## SYNTAX | ||
|
|
||
| ``` | ||
| Find-SPOCrossTenantLongFilePathsForSiteRename | ||
| [-OldSiteUrl <String>] | ||
| [-NewSiteUrl <String>] | ||
| [<CommonParameters>] | ||
| ``` | ||
|
|
||
| ## DESCRIPTION | ||
| During SharePoint cross-tenant user migration, file paths from the source tenant must be 400 characters or fewer after merging with the target tenant. This cmdlet helps you identify sites that exceed this limit. | ||
|
|
||
| ## EXAMPLES | ||
|
|
||
| ### Example 1 | ||
| ```powershell | ||
| https://fabrikam.sharepoint.com/sites/site1 | ||
| ``` | ||
| Example 1 looks through the site inputted to find file paths that exceed the 400 character limit. | ||
|
|
||
| ## PARAMETERS | ||
|
|
||
| ### -NewSiteUrl | ||
| Specifies the new URL to assign to the SharePoint site after the rename. | ||
|
|
||
| ```yaml | ||
| Type: String | ||
| Parameter Sets: (All) | ||
| Aliases: | ||
|
|
||
| Required: True | ||
| Position: 1 | ||
| Default value: None | ||
| Accept pipeline input: False | ||
| Accept wildcard characters: False | ||
| ``` | ||
|
|
||
| ### -OldSiteUrl | ||
| Specifies the original URL of the SharePoint site before the rename. | ||
|
|
||
| ```yaml | ||
| Type: String | ||
| Parameter Sets: (All) | ||
| Aliases: | ||
|
|
||
| Required: True | ||
| Position: 0 | ||
| Default value: None | ||
| Accept pipeline input: False | ||
| Accept wildcard characters: False | ||
| ``` | ||
|
|
||
| ### CommonParameters | ||
| This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||
|
|
||
| ## INPUTS | ||
|
|
||
| ### None | ||
|
|
||
| ## OUTPUTS | ||
|
|
||
| ### System.Object | ||
| ## NOTES | ||
|
|
||
| ## RELATED LINKS | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.