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

run step 1 only - Permissions export #25

Closed
Mahinder007 opened this issue Mar 19, 2019 · 3 comments
Closed

run step 1 only - Permissions export #25

Mahinder007 opened this issue Mar 19, 2019 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@Mahinder007
Copy link

I'm looking to find a way to only run Step 1 to collect permissions and stop script after step 1 is completed.

@patrick-rodgers
Copy link
Member

To which script are you referring?

@patrick-rodgers patrick-rodgers added the question Further information is requested label May 6, 2019
@soyalejolopez
Copy link
Member

Hey @Mahinder007 - I think you're probably referring to the Find-MailboxDelegates script. If so, you can comment out Lines 1028 thru 1032 from Script Version: 05012019. This will only run step 1 and not proceed with Steps 2 and 3.

Essentially these lines:

Write-LogEntry -LogName:$LogFile -LogEntryText "STEP 2 of 3: Analyze Delegates..." -ForegroundColor Yellow

Create-Batches -InputPermissionsFile $PermsOutputFile

Write-LogEntry -LogName:$LogFile -LogEntryText "STEP 3 of 3: Create schedule..." -ForegroundColor Yellow

Create-MigrationSchedule -InputBatchesFile $BatchesFile

@soyalejolopez soyalejolopez self-assigned this May 6, 2019
@soyalejolopez
Copy link
Member

@Mahinder007 - closing this one out. If you're still having issues let us know - happy to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants