Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
merill authored and github-actions[bot] committed Jan 7, 2025
1 parent 3b82268 commit a67c553
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 4 deletions.
2 changes: 2 additions & 0 deletions website/docs/commands/Send-MtMail.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS
### System.Collections.Hashtable
## NOTES
## RELATED LINKS
Expand Down
18 changes: 17 additions & 1 deletion website/docs/commands/Test-MtCisaDmarcAggregateCisa.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Checks state of DMARC records for all exo domains
## SYNTAX

```powershell
Test-MtCisaDmarcAggregateCisa [-Force] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Test-MtCisaDmarcAggregateCisa [-Force] [-Strict] [-ProgressAction <ActionPreference>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -58,6 +58,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -Strict
Check 2nd Level Domains Explicitly per CISA
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
\{\{ Fill ProgressAction Description \}\}
Expand Down
18 changes: 17 additions & 1 deletion website/docs/commands/Test-MtCisaDmarcRecordExist.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Checks state of DMARC records for all exo second level domains
## SYNTAX

```powershell
Test-MtCisaDmarcRecordExist [-ProgressAction <ActionPreference>] [<CommonParameters>]
Test-MtCisaDmarcRecordExist [-Strict] [-ProgressAction <ActionPreference>] [<CommonParameters>]
```

## DESCRIPTION
Expand All @@ -34,6 +34,22 @@ Returns true if DMARC record exists for all 2LD

## PARAMETERS

### -Strict

Check 2nd Level Domains Explicitly per CISA

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
\{\{ Fill ProgressAction Description \}\}
Expand Down
18 changes: 17 additions & 1 deletion website/docs/commands/Test-MtCisaDmarcRecordReject.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Checks state of DMARC records for all exo domains
## SYNTAX

```powershell
Test-MtCisaDmarcRecordReject [-ProgressAction <ActionPreference>] [<CommonParameters>]
Test-MtCisaDmarcRecordReject [-Strict] [-ProgressAction <ActionPreference>] [<CommonParameters>]
```

## DESCRIPTION
Expand All @@ -34,6 +34,22 @@ Returns true if DMARC record with reject policy exists for every domain

## PARAMETERS

### -Strict

Check 2nd Level Domains Explicitly per CISA

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
\{\{ Fill ProgressAction Description \}\}
Expand Down
18 changes: 17 additions & 1 deletion website/docs/commands/Test-MtCisaDmarcReport.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Checks state of DMARC records for all exo domains
## SYNTAX

```powershell
Test-MtCisaDmarcReport [-ProgressAction <ActionPreference>] [<CommonParameters>]
Test-MtCisaDmarcReport [-Strict] [-ProgressAction <ActionPreference>] [<CommonParameters>]
```

## DESCRIPTION
Expand All @@ -34,6 +34,22 @@ Returns true if DMARC record inlcudes report targets within same domain

## PARAMETERS

### -Strict

Require the CISA explicit 2nd level validation

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
\{\{ Fill ProgressAction Description \}\}
Expand Down

0 comments on commit a67c553

Please sign in to comment.