Skip to content

Commit ec5ad6d

Browse files
authored
Merge pull request #179162 from v-rajagt/baselden
Baselden
2 parents cb97375 + c64777a commit ec5ad6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/active-directory/fundamentals/multi-tenant-common-considerations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Some organizations use the mail-contact object to show users in the GAL. This ap
6767
A better approach to achieve this goal is to:
6868
* Invite guest users
6969
* Unhide them from the GAL
70-
* Disable them by [blocking them from sign in](/powershell/module/azuread/set-azureaduser&preserve-view=true).
70+
* Disable them by [blocking them from sign in](/powershell/module/azuread/set-azureaduser).
7171

7272
A mail-contact object cannot be converted to a user object. Therefore, any properties associated with a mail-contact object cannot be transferred. For example, group memberships and other resource access aren't transferred.
7373

@@ -207,4 +207,4 @@ You can enable a full fidelity experience in Teams by using B2B External Members
207207

208208
[Multi-tenant end user management scenarios](multi-tenant-user-management-scenarios.md)
209209

210-
[Multi-tenant common solutions](multi-tenant-common-solutions.md)
210+
[Multi-tenant common solutions](multi-tenant-common-solutions.md)

articles/active-directory/fundamentals/multi-tenant-user-management-scenarios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ This will require automatic synchronization and identity management to configure
175175

176176
### Provision accounts
177177

178-
This advanced deployment uses [Microsoft Identity Manager](/microsoft-identity-manager/microsoft-identity-manager-2016) (MIM) as a synchronization engine. MIM calls the [MS Graph API](/developer.microsoft.com/graph/) and [Exchange Online PowerShell](/powershell/exchange/exchange-online/exchange-online-powershell?view=exchange-ps&preserve-view=true). Alternative implementations can include the cloud hosted [Active Directory Synchronization Services](/windows-server/identity/ad-ds/get-started/virtual-dc/active-directory-domain-services-overview) (ADSS) managed service offering from [Microsoft Consulting Services](/industry/services/consulting). There are also non-Microsoft offerings that can be created from scratch with other identity management offerings.
178+
This advanced deployment uses [Microsoft Identity Manager](/microsoft-identity-manager/microsoft-identity-manager-2016) (MIM) as a synchronization engine. MIM calls the [MS Graph API](https://developer.microsoft.com/graph) and [Exchange Online PowerShell](/powershell/exchange/exchange-online/exchange-online-powershell?view=exchange-ps&preserve-view=true). Alternative implementations can include the cloud hosted [Active Directory Synchronization Services](/windows-server/identity/ad-ds/get-started/virtual-dc/active-directory-domain-services-overview) (ADSS) managed service offering from [Microsoft Consulting Services](https://www.microsoft.com/en-us/msservices). There are also non-Microsoft offerings that can be created from scratch with other identity management offerings.
179179

180180
These are complex scenarios and we recommend you work with your partners, Microsoft account team, and any other available resources throughout your planning and execution.
181181

0 commit comments

Comments
 (0)