Skip to content

Commit 2bd2915

Browse files
Merge pull request #27997 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/microsoft-365-docs (branch public)
2 parents c845a5b + 2b4ca9f commit 2bd2915

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

microsoft-365/enterprise/setup-guides-for-microsoft-365.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Advanced deployment guides in the admin center require authentication to a Micro
9595
||[Secure your cloud apps with Single Sign on (SSO) guide](https://go.microsoft.com/fwlink/?linkid=2224689)|This guide is designed to help you add cloud apps to Microsoft 365. In our guide, you can add an application to your tenant, add users to the app, assign roles, and more. If the app supports single sign-on (SSO), we’ll walk you through that configuration. |
9696
|[Plan your self-service password reset (SSPR) deployment guide](https://go.microsoft.com/fwlink/?linkid=2223231)|[Plan your self-service password reset (SSPR) deployment guide](https://go.microsoft.com/fwlink/?linkid=2224781)|Give users the ability to change or reset their password independently, if their account is locked, or they forget their password without the need to contact a helpdesk engineer.<br>Use the **Plan your self-service password reset (SSPR) deployment guide** to receive relevant articles and instructions for configuring the appropriate Azure portal options to help you deploy SSPR in your environment.|
9797
|[Migrate from AD FS to Microsoft Entra ID](https://go.microsoft.com/fwlink/?linkid=2229256)|[Migrate from AD FS to Microsoft Entra ID](https://go.microsoft.com/fwlink/?linkid=2225005)|In **Migrate from AD FS to Microsoft Entra ID** we offer custom guidance for migrating from Active Directory Federation Services (AD FS) to Microsoft Entra ID. You'll first answer a few questions about your AD FS infrastructure. Then implement either pass-through authentication (PTA) or password hash sync (PHS) to give users a streamlined experience while accessing your organization's apps.|
98+
|[Collaborate using B2B or multitenant organizations](https://go.microsoft.com/fwlink/?linkid=2299919)|[Collaborate using B2B or multitenant organizations](https://go.microsoft.com/fwlink/?linkid=2299920)|The **Collaborate using B2B or multitenant organizations** guide enables organizations to more securely share applications and services with guest users from other organizations while maintaining control over their own data. External users can use their credentials to access the host organization's resources, while administrators can manage guest user permissions and access rights. This ensures that external collaboration aligns to the organization's security and compliance requirements.|
9899
||[Deploy Conditional Access (CA) Policy templates](https://go.microsoft.com/fwlink/?linkid=2310394)|This guide provides an easy way to customize and deploy Conditional Access policies that include the least intrusive, yet effective, security standards to protect your organization from attack scenarios.|
99100

100101
## Guides for security and compliance

microsoft-365/solutions/manage-creation-of-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if(!$settingsObjectID)
125125
values = @(
126126
@{
127127
name = "EnableMSStandardBlockedWords"
128-
value = "true"
128+
value = $true
129129
}
130130
)
131131
}

0 commit comments

Comments
 (0)