Skip to content

Commit 47d88ab

Browse files
authored
Merge pull request #57692 from martincoetzer/patch-2
Update azure-ad-secure-steps.md
2 parents 3aa1350 + bfb48ed commit 47d88ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/security/azure-ad-secure-steps.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ All set? Let's get started on the checklist.
4646
Most enterprise security breaches originate with an account compromised with one of a handful of methods such as password spray, breach replay, or phishing. Learn more about these attacks in this video (45 min):
4747
> [!VIDEO https://www.youtube.com/embed/uy0j1_t5Hd4]
4848
49-
If users in your identity system are using weak passwords and not strengthening them with multi-factor authentication, it isn't a matter of if or when you get compromised – just "how often."
50-
5149
### Make sure your organization use strong authentication
5250

5351
Given the frequency of passwords being guessed, phished, stolen with malware, or reused, it's critical to back the password with some form of strong credential – learn more about [Azure Multi-Factor Authentication](https://docs.microsoft.com/azure/multi-factor-authentication/multi-factor-authentication).
@@ -64,7 +62,7 @@ Microsoft recommends adopting the following modern password policy based on [NIS
6462
2. Disable expiration rules, which drive users to easily guessed passwords such as **Summer2018!**
6563
3. Disable character-composition requirements and prevent users from choosing commonly attacked passwords, as they cause users to choose predictable character substitutions in passwords.
6664

67-
You can use [PowerShell to prevent passwords from expiring](https://docs.microsoft.com/azure/active-directory/authentication/concept-sspr-policy) for users if you create identities in Azure AD directly. Hybrid organizations should implement these policies using [domain group policy settings](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/hh994572(v%3dws.10) or [Windows PowerShell](https://docs.microsoft.com/powershell/module/addsadministration/set-addefaultdomainpasswordpolicy).
65+
You can use [PowerShell to prevent passwords from expiring](https://docs.microsoft.com/azure/active-directory/authentication/concept-sspr-policy) for users if you create identities in Azure AD directly. Hybrid organizations should implement these policies using [domain group policy settings](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/hh994572(v%3dws.10)) or [Windows PowerShell](https://docs.microsoft.com/powershell/module/addsadministration/set-addefaultdomainpasswordpolicy).
6866

6967
### Protect against leaked credentials and add resilience against outages
7068

0 commit comments

Comments
 (0)