Skip to content
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

SourceSideValidations should be able to generate stats.csv for migration #2259

Open
bill-long opened this issue Dec 13, 2024 · 0 comments
Open
Assignees
Labels
New Feature/Check A new feature or check that is being added to a script Public Folders Public Folders tools issue

Comments

@bill-long
Copy link
Member

Typically, Export-ModernPublicFolderStatistics.ps1 is used to generate stats.csv, which is then used to generate the folder map for migration to EXO. However, that script is not as robust as SourceSideValidations. Errors can cause it to fail without retry and produce no data.

SourceSideValidations already collects almost enough info to generate the stats.csv itself, and it does so with decent error handling while using parallel jobs for better performance. We should add the capability for SSV to generate the stats.csv to solve scenarios where Export-ModernPublicFolderStatistics is not working.

@bill-long bill-long added New Feature/Check A new feature or check that is being added to a script Public Folders Public Folders tools issue labels Dec 13, 2024
@bill-long bill-long self-assigned this Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature/Check A new feature or check that is being added to a script Public Folders Public Folders tools issue
Projects
None yet
Development

No branches or pull requests

1 participant