-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[create-pull-request] automated change
- Loading branch information
1 parent
ce1481b
commit 4199d7d
Showing
12 changed files
with
570 additions
and
33 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
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
69 changes: 69 additions & 0 deletions
69
website/docs/commands/Test-MtCaMisconfiguredIDProtection.mdx
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,69 @@ | ||
--- | ||
sidebar_class_name: hidden | ||
description: Checks for common misconfigurations in Conditional Access: both user risk and sign-in risk are configured in one policy. | ||
id: Test-MtCaMisconfiguredIDProtection | ||
title: Test-MtCaMisconfiguredIDProtection | ||
hide_title: false | ||
hide_table_of_contents: false | ||
custom_edit_url: https://github.com/maester365/maester/blob/main/powershell/public/Test-MtCaMisconfiguredIDProtection.ps1 | ||
--- | ||
|
||
## SYNOPSIS | ||
|
||
Checks for common misconfigurations in Conditional Access: both user risk and sign-in risk are configured in one policy. | ||
|
||
## SYNTAX | ||
|
||
```powershell | ||
Test-MtCaMisconfiguredIDProtection [-ProgressAction <ActionPreference>] [<CommonParameters>] | ||
``` | ||
|
||
## DESCRIPTION | ||
|
||
Conditional Access policies' access controls are enforced only if ALL conditions are met. | ||
Therefore, sign-in risk and user risk should be configured separately. | ||
|
||
Learn more: | ||
https://learn.microsoft.com/en-us/entra/id-protection/howto-identity-protection-configure-risk-policies | ||
|
||
## EXAMPLES | ||
|
||
### EXAMPLE 1 | ||
|
||
```powershell | ||
Test-MtCaMisconfiguredIDProtection | ||
``` | ||
|
||
## PARAMETERS | ||
|
||
### -ProgressAction | ||
|
||
\{\{ Fill ProgressAction Description \}\} | ||
|
||
```yaml | ||
Type: ActionPreference | ||
Parameter Sets: (All) | ||
Aliases: proga | ||
|
||
Required: False | ||
Position: Named | ||
Default value: None | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
### CommonParameters | ||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||
## INPUTS | ||
## OUTPUTS | ||
### System.Boolean | ||
## NOTES | ||
## RELATED LINKS | ||
[https://maester.dev/docs/commands/Test-MtCaMisconfiguredIDProtection](https://maester.dev/docs/commands/Test-MtCaMisconfiguredIDProtection) |
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
67 changes: 67 additions & 0 deletions
67
website/docs/commands/Test-MtCisCommunicateWithUnmanagedTeamsUsers.mdx
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,67 @@ | ||
--- | ||
sidebar_class_name: hidden | ||
description: Ensure communication with unmanaged Teams users is disabled | ||
id: Test-MtCisCommunicateWithUnmanagedTeamsUsers | ||
title: Test-MtCisCommunicateWithUnmanagedTeamsUsers | ||
hide_title: false | ||
hide_table_of_contents: false | ||
custom_edit_url: https://github.com/maester365/maester/blob/main/powershell/public/Test-MtCisCommunicateWithUnmanagedTeamsUsers.ps1 | ||
--- | ||
|
||
## SYNOPSIS | ||
|
||
Ensure communication with unmanaged Teams users is disabled | ||
|
||
## SYNTAX | ||
|
||
```powershell | ||
Test-MtCisCommunicateWithUnmanagedTeamsUsers [-ProgressAction <ActionPreference>] [<CommonParameters>] | ||
``` | ||
|
||
## DESCRIPTION | ||
|
||
Communication with unmanaged Teams users is disabled | ||
|
||
## EXAMPLES | ||
|
||
### EXAMPLE 1 | ||
|
||
```powershell | ||
Test-MtCisCommunicateWithUnmanagedTeamsUsers | ||
``` | ||
|
||
Returns true if communication with unmanaged Teams users is disabled | ||
|
||
## PARAMETERS | ||
|
||
### -ProgressAction | ||
|
||
\{\{ Fill ProgressAction Description \}\} | ||
|
||
```yaml | ||
Type: ActionPreference | ||
Parameter Sets: (All) | ||
Aliases: proga | ||
|
||
Required: False | ||
Position: Named | ||
Default value: None | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
### CommonParameters | ||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||
## INPUTS | ||
## OUTPUTS | ||
### System.Boolean | ||
## NOTES | ||
## RELATED LINKS | ||
[https://maester.dev/docs/commands/Test-MtCisCommunicateWithUnmanagedTeamsUsers](https://maester.dev/docs/commands/Test-MtCisCommunicateWithUnmanagedTeamsUsers) |
Oops, something went wrong.