-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added FAQ and missing docs for tests
- Loading branch information
Showing
7 changed files
with
122 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
sidebar_position: 6 | ||
title: ❓ FAQ | ||
--- | ||
|
||
## Previously installed 'Pester' version '3.4.0' conflicts with new module | ||
|
||
If you see the following error when installing Maester, it means that you have an older version of Pester installed. | ||
|
||
`A Microsoft-signed module named 'Pester' with version '3.4.0' that was previously installed conflicts with the new module 'Pester'` | ||
|
||
Run the following command to install the latest version of Pester and then retry installing Maester. | ||
|
||
```powershell | ||
Install-Module Pester -Scope CurrentUser -SkipPublisherCheck -Force | ||
``` | ||
|
||
To learn more or if you run into Pester installation issues see [Pester Installation and Update](https://pester.dev/docs/introduction/installation) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: Security Defaults are enabled | ||
description: Security defaults make it easier to help protect your organization from identity-related attacks like password spray, replay, and phishing. | ||
slug: /tests/MT.1021 | ||
sidebar_class_name: hidden | ||
--- | ||
|
||
# Security Defaults are enabled | ||
|
||
## Description | ||
|
||
Security defaults make it easier to help protect your organization from identity-related attacks like password spray, replay, and phishing. | ||
|
||
When enabled, the following controls are applied to your tenant: | ||
|
||
- Requiring all users to register for multifactor authentication | ||
- Requiring administrators to do multifactor authentication | ||
- Requiring users to do multifactor authentication when necessary | ||
- Blocking legacy authentication protocols | ||
- Protecting privileged activities like access to the Azure portal | ||
|
||
|
||
## How to fix | ||
|
||
To enable security defaults: | ||
|
||
- Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Security Administrator](https://learn.microsoft.com/entra/identity/role-based-access-control/permissions-reference#security-administrator). | ||
- Browse to **Identity** > **Overview** > **Properties**. | ||
- Select **Manage security defaults**. | ||
- Set **Security defaults** to **Enabled**. | ||
- Select **Save**. | ||
|
||
## Learn more | ||
|
||
- [Security defaults in Microsoft Entra ID](https://learn.microsoft.com/entra/fundamentals/security-defaults) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: P1 license usage is above the number of available licences | ||
description: More users are using P1 features than the number of available licenses | ||
slug: /docs/tests/MT.1022 | ||
sidebar_class_name: hidden | ||
--- | ||
|
||
# P1 license usage is above the number of available licences | ||
|
||
## Description | ||
|
||
More users are using P1 features than the number of available licenses. | ||
|
||
## How to fix | ||
|
||
Ensure adequate P1 licenses are available for all users using P1 features. | ||
|
||
## Learn more | ||
|
||
- [Entra ID License utilization report](https://entra.microsoft.com/#view/Microsoft_AAD_IAM/UsageAndInsightsMenuBlade/~/License%20Utilization) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: P2 license usage is above the number of available licenses | ||
description: More users are using P2 features than the number of available licenses | ||
slug: /docs/tests/MT.1023 | ||
sidebar_class_name: hidden | ||
--- | ||
|
||
# P2 license usage is above the number of available licenses | ||
|
||
## Description | ||
|
||
More users are using P2 features than the number of available licenses. | ||
|
||
## How to fix | ||
|
||
Ensure adequate P2 licenses are available for all users using P1 features. | ||
|
||
## Learn more | ||
|
||
- [Entra ID License utilization report](https://entra.microsoft.com/#view/Microsoft_AAD_IAM/UsageAndInsightsMenuBlade/~/License%20Utilization) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: Microsoft Entra recommendations | ||
description: These recommendations help ensure your tenant is in a secure and healthy state | ||
slug: /docs/tests/MT.1024 | ||
sidebar_class_name: hidden | ||
--- | ||
|
||
# Microsoft Entra recommendations | ||
|
||
## Description | ||
|
||
The Microsoft Entra recommendations feature helps monitor the status of your tenant so you don't have to. These recommendations help ensure your tenant is in a secure and healthy state while also helping you maximize the value of the features available in Microsoft Entra ID. | ||
|
||
All these Microsoft Entra recommendations provide you with personalized insights with actionable guidance to: | ||
|
||
- Help you identify opportunities to implement best practices for Microsoft Entra related features. | ||
- Improve the state of your Microsoft Entra tenant. | ||
- Optimize the configurations for your scenarios. | ||
|
||
## How to fix | ||
|
||
Review the notes in the Maester test results that provide detailed steps on how to address the recommendations. | ||
|
||
## Learn more | ||
|
||
- [What are Microsoft Entra recommendations?](https://learn.microsoft.com/en-us/entra/identity/monitoring-health/overview-recommendations) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters