Skip to content

Commit

Permalink
Merge pull request #307 from maester365/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update maester.dev powershell docs
  • Loading branch information
merill authored Jul 8, 2024
2 parents deadaa6 + d92c458 commit 0c0b29e
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 5 deletions.
65 changes: 65 additions & 0 deletions website/docs/commands/Test-MtCisaDlp.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
sidebar_class_name: hidden
description: Checks state of DLP for EXO
id: Test-MtCisaDlp
title: Test-MtCisaDlp
hide_title: false
hide_table_of_contents: false
custom_edit_url: https://github.com/maester365/maester/blob/main/powershell/public/Test-MtCisaDlp.ps1
---

## SYNOPSIS

Checks state of DLP for EXO

## SYNTAX

```powershell
Test-MtCisaDlp [-ProgressAction <ActionPreference>] [<CommonParameters>]
```

## DESCRIPTION

A DLP solution SHALL be used.

## EXAMPLES

### EXAMPLE 1

```powershell
Test-MtCisaDlp
```

Returns true if

## 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
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
sidebar_class_name: hidden
description: Checks state of SPF records for all exo domains
id: Test-MtCisaSpfRestriction2
title: Test-MtCisaSpfRestriction2
id: Test-MtCisaSpfRestriction
title: Test-MtCisaSpfRestriction
hide_title: false
hide_table_of_contents: false
custom_edit_url: https://github.com/maester365/maester/blob/main/powershell/public/Test-MtCisaSpfRestriction2.ps1
custom_edit_url: https://github.com/maester365/maester/blob/main/powershell/public/Test-MtCisaSpfRestriction.ps1
---

## SYNOPSIS
Expand All @@ -15,7 +15,7 @@ Checks state of SPF records for all exo domains
## SYNTAX

```powershell
Test-MtCisaSpfRestriction2 [-ProgressAction <ActionPreference>] [<CommonParameters>]
Test-MtCisaSpfRestriction [-ProgressAction <ActionPreference>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down
3 changes: 2 additions & 1 deletion website/docs/commands/docusaurus.sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ module.exports = [
'commands/Test-MtCisaCrossTenantInboundDefault',
'commands/Test-MtCisaDiagnosticSettings',
'commands/Test-MtCisaDkim',
'commands/Test-MtCisaDlp',
'commands/Test-MtCisaDmarcAggregateCisa',
'commands/Test-MtCisaDmarcRecordExist',
'commands/Test-MtCisaDmarcRecordReject',
Expand All @@ -101,7 +102,7 @@ module.exports = [
'commands/Test-MtCisaRequireActivationApproval',
'commands/Test-MtCisaSmtpAuthentication',
'commands/Test-MtCisaSpfDirective',
'commands/Test-MtCisaSpfRestriction2',
'commands/Test-MtCisaSpfRestriction',
'commands/Test-MtCisaUnmanagedRoleAssignment',
'commands/Test-MtCisaWeakFactor',
'commands/Test-MtConditionalAccessWhatIf',
Expand Down

0 comments on commit 0c0b29e

Please sign in to comment.