Skip to content

Commit 9afdaad

Browse files
committed
Reposition delete configuration section
1 parent c0ca6b9 commit 9afdaad

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

articles/active-directory/multi-tenant-organizations/cross-tenant-synchronization-configure.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,18 @@ This setting also applies to B2B collaboration and B2B direct connect, so if you
415415

416416
## Troubleshooting tips
417417

418+
#### Delete a configuration
419+
420+
Follows these steps to delete a configuration on the **Configurations** page.
421+
422+
1. In the source tenant, select **Azure Active Directory** > **Cross-tenant synchronization (Preview)**.
423+
424+
1. On the **Configurations** page, add a check mark next to the configuration you want to delete.
425+
426+
1. Select **Delete** and then **OK** to delete the configuration.
427+
428+
:::image type="content" source="./media/cross-tenant-synchronization-configure/configurations-delete.png" alt-text="Screenshot of the Configurations page showing how to delete a configuration." lightbox="./media/cross-tenant-synchronization-configure/configurations-delete.png":::
429+
418430
#### Symptom - Test connection fails with AzureDirectoryB2BManagementPolicyCheckFailure
419431

420432
When configuring cross-tenant synchronization in the source tenant and you test the connection, it fails with the following error message:
@@ -461,18 +473,6 @@ Restoring a previously soft-deleted user in the target tenant isn't supported.
461473

462474
Manually restore the soft-deleted user in the target tenant. For more information, see [Restore or remove a recently deleted user using Azure Active Directory](../fundamentals/active-directory-users-restore.md).
463475

464-
#### Delete a configuration
465-
466-
Follows these steps to delete a configuration on the **Configurations** page.
467-
468-
1. In the source tenant, select **Azure Active Directory** > **Cross-tenant synchronization (Preview)**.
469-
470-
1. On the **Configurations** page, add a check mark next to the configuration you want to delete.
471-
472-
1. Select **Delete** and then **OK** to delete the configuration.
473-
474-
:::image type="content" source="./media/cross-tenant-synchronization-configure/configurations-delete.png" alt-text="Screenshot of the Configurations page showing how to delete a configuration." lightbox="./media/cross-tenant-synchronization-configure/configurations-delete.png":::
475-
476476
#### Symptom - Users are skipped because SMS sign-in is enabled on the user
477477
Users are skipped from synchronization. The scoping step includes the following filter with status false: "Filter external users.alternativeSecurityIds EQUALS 'None'"
478478

@@ -484,7 +484,7 @@ If SMS sign-in is enabled for a user, they will be skipped by the provisioning s
484484

485485
Disable SMS Sign-in for the users. The script below shows how you can disable SMS Sign-in using PowerShell.
486486

487-
```
487+
```powershell
488488
##### Disable SMS Sign-in options for the users
489489
490490
#### Import module
@@ -494,7 +494,6 @@ Import-Module Microsoft.Graph.Users.Actions
494494
495495
Connect-MgGraph -Scopes "User.Read.All", "Group.ReadWrite.All", "UserAuthenticationMethod.Read.All","UserAuthenticationMethod.ReadWrite","UserAuthenticationMethod.ReadWrite.All"
496496
497-
498497
##### The value for phoneAuthenticationMethodId is 3179e48a-750b-4051-897c-87b9720928f7
499498
500499
$phoneAuthenticationMethodId = "3179e48a-750b-4051-897c-87b9720928f7"
@@ -520,12 +519,9 @@ $smssignin = Get-MgUserAuthenticationPhoneMethod -UserId $userId
520519
521520
}
522521
523-
524-
525522
##### End the script
526523
```
527524

528-
529525
## Next steps
530526

531527
- [Tutorial: Reporting on automatic user account provisioning](../app-provisioning/check-status-user-account-provisioning.md)

0 commit comments

Comments
 (0)