Skip to content

Commit

Permalink
Merge pull request maester365#468 from maester365/create-pull-request…
Browse files Browse the repository at this point in the history
…/patch

Update maester.dev powershell docs
  • Loading branch information
merill authored Oct 15, 2024
2 parents 7ee05d2 + 9439e9d commit e8b9dd3
Show file tree
Hide file tree
Showing 12 changed files with 552 additions and 8 deletions.
67 changes: 67 additions & 0 deletions website/docs/commands/Test-MtCisAttachmentFilter.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
sidebar_class_name: hidden
description: Checks if the default common attadchment types filter is enabled
id: Test-MtCisAttachmentFilter
title: Test-MtCisAttachmentFilter
hide_title: false
hide_table_of_contents: false
custom_edit_url: https://github.com/maester365/maester/blob/main/powershell/public/Test-MtCisAttachmentFilter.ps1
---

## SYNOPSIS

Checks if the default common attadchment types filter is enabled

## SYNTAX

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

## DESCRIPTION

The common attachment types fileter should be enabled

## EXAMPLES

### EXAMPLE 1

```powershell
Test-MtCisAttachmentFilter
```

Returns true if the common attachment types filter is enabled.

## 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-MtCisAttachmentFilter](https://maester.dev/docs/commands/Test-MtCisAttachmentFilter)
67 changes: 67 additions & 0 deletions website/docs/commands/Test-MtCisInternalMalwareNotification.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
sidebar_class_name: hidden
description: Checks if notifications for internal users sending malware are enabled
id: Test-MtCisInternalMalwareNotification
title: Test-MtCisInternalMalwareNotification
hide_title: false
hide_table_of_contents: false
custom_edit_url: https://github.com/maester365/maester/blob/main/powershell/public/Test-MtCisInternalMalwareNotification.ps1
---

## SYNOPSIS

Checks if notifications for internal users sending malware are enabled

## SYNTAX

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

## DESCRIPTION

Notifications for internal users sending malware should be enabled, and an administrator email set

## EXAMPLES

### EXAMPLE 1

```powershell
Test-MtCisInternalMalwareNotification
```

Returns true safe malware notifcications are enabled, and an administrator email address is set

## 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-MtCisInternalMalwareNotification](https://maester.dev/docs/commands/Test-MtCisInternalMalwareNotification)
67 changes: 67 additions & 0 deletions website/docs/commands/Test-MtCisOutboundSpamFilterPolicy.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
sidebar_class_name: hidden
description: Checks if Exchange Online Spam Policies are set to notify administrators
id: Test-MtCisOutboundSpamFilterPolicy
title: Test-MtCisOutboundSpamFilterPolicy
hide_title: false
hide_table_of_contents: false
custom_edit_url: https://github.com/maester365/maester/blob/main/powershell/public/Test-MtCisOutboundSpamFilterPolicy.ps1
---

## SYNOPSIS

Checks if Exchange Online Spam Policies are set to notify administrators

## SYNTAX

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

## DESCRIPTION

Ensure Exchange Online Spam Policies are set to notify administrators

## EXAMPLES

### EXAMPLE 1

```powershell
Test-MtCisOutboundSpamFilterPolicy
```

Returns true if Exchange Online Spam Policies are set to notify administrators

## 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-MtCisOutboundSpamFilterPolicy](https://maester.dev/docs/commands/Test-MtCisOutboundSpamFilterPolicy)
67 changes: 67 additions & 0 deletions website/docs/commands/Test-MtCisSafeAttachment.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
sidebar_class_name: hidden
description: Checks if the Safe Attachments policy is enabled
id: Test-MtCisSafeAttachment
title: Test-MtCisSafeAttachment
hide_title: false
hide_table_of_contents: false
custom_edit_url: https://github.com/maester365/maester/blob/main/powershell/public/Test-MtCisSafeAttachment.ps1
---

## SYNOPSIS

Checks if the Safe Attachments policy is enabled

## SYNTAX

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

## DESCRIPTION

The Safe Attachments policy is enabled

## EXAMPLES

### EXAMPLE 1

```powershell
Test-MtCisSafeAttachment
```

Returns true safe attachments policy is enabled

## 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-MtCisSafeAttachment](https://maester.dev/docs/commands/Test-MtCisSafeAttachment)
67 changes: 67 additions & 0 deletions website/docs/commands/Test-MtCisSafeAttachmentsAtpPolicy.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
sidebar_class_name: hidden
description: Checks if Safe Attachments for SharePoint, OneDrive, and Microsoft Teams are enabled
id: Test-MtCisSafeAttachmentsAtpPolicy
title: Test-MtCisSafeAttachmentsAtpPolicy
hide_title: false
hide_table_of_contents: false
custom_edit_url: https://github.com/maester365/maester/blob/main/powershell/public/Test-MtCisSafeAttachmentsAtpPolicy.ps1
---

## SYNOPSIS

Checks if Safe Attachments for SharePoint, OneDrive, and Microsoft Teams are enabled

## SYNTAX

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

## DESCRIPTION

Safe Attachments for SharePoint, OneDrive, and Microsoft Teams should be enabled

## EXAMPLES

### EXAMPLE 1

```powershell
Test-MtCisSafeAttachmentsAtpPolicy
```

Returns true if safe attachments are enabled for SharePoint, OneDrive, and Microsoft Teams

## 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-MtCisSafeAttachmentsAtpPolicy](https://maester.dev/docs/commands/Test-MtCisSafeAttachmentsAtpPolicy)
Loading

0 comments on commit e8b9dd3

Please sign in to comment.