-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #268 from maester365/create-pull-request/patch
Update maester.dev powershell docs
- Loading branch information
Showing
9 changed files
with
498 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
--- | ||
sidebar_class_name: hidden | ||
description: Checks state of anti-spam policies | ||
id: Test-MtCisaAntiSpamAllowList | ||
title: Test-MtCisaAntiSpamAllowList | ||
hide_title: false | ||
hide_table_of_contents: false | ||
custom_edit_url: https://github.com/maester365/maester/blob/main/powershell/public/Test-MtCisaAntiSpamAllowList.ps1 | ||
--- | ||
|
||
## SYNOPSIS | ||
|
||
Checks state of anti-spam policies | ||
|
||
## SYNTAX | ||
|
||
```powershell | ||
Test-MtCisaAntiSpamAllowList [-ProgressAction <ActionPreference>] [<CommonParameters>] | ||
``` | ||
|
||
## DESCRIPTION | ||
|
||
IP allow lists SHOULD NOT be created. | ||
|
||
## EXAMPLES | ||
|
||
### EXAMPLE 1 | ||
|
||
```powershell | ||
Test-MtCisaAntiSpamAllowList | ||
``` | ||
|
||
Returns true if no allowed IPs in anti-spam policy | ||
|
||
## 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 |
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,65 @@ | ||
--- | ||
sidebar_class_name: hidden | ||
description: Checks state of anti-spam policies | ||
id: Test-MtCisaAntiSpamSafeList | ||
title: Test-MtCisaAntiSpamSafeList | ||
hide_title: false | ||
hide_table_of_contents: false | ||
custom_edit_url: https://github.com/maester365/maester/blob/main/powershell/public/Test-MtCisaAntiSpamSafeList.ps1 | ||
--- | ||
|
||
## SYNOPSIS | ||
|
||
Checks state of anti-spam policies | ||
|
||
## SYNTAX | ||
|
||
```powershell | ||
Test-MtCisaAntiSpamSafeList [-ProgressAction <ActionPreference>] [<CommonParameters>] | ||
``` | ||
|
||
## DESCRIPTION | ||
|
||
Safe lists SHOULD NOT be enabled. | ||
|
||
## EXAMPLES | ||
|
||
### EXAMPLE 1 | ||
|
||
```powershell | ||
Test-MtCisaAntiSpamSafeList | ||
``` | ||
|
||
Returns true if Safe List is disabled in anti-spam policy | ||
|
||
## 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 |
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,65 @@ | ||
--- | ||
sidebar_class_name: hidden | ||
description: Checks state of sharing policies | ||
id: Test-MtCisaCalendarSharing | ||
title: Test-MtCisaCalendarSharing | ||
hide_title: false | ||
hide_table_of_contents: false | ||
custom_edit_url: https://github.com/maester365/maester/blob/main/powershell/public/Test-MtCisaCalendarSharing.ps1 | ||
--- | ||
|
||
## SYNOPSIS | ||
|
||
Checks state of sharing policies | ||
|
||
## SYNTAX | ||
|
||
```powershell | ||
Test-MtCisaCalendarSharing [-ProgressAction <ActionPreference>] [<CommonParameters>] | ||
``` | ||
|
||
## DESCRIPTION | ||
|
||
Calendar details SHALL NOT be shared with all domains. | ||
|
||
## EXAMPLES | ||
|
||
### EXAMPLE 1 | ||
|
||
```powershell | ||
Test-MtCisaCalendarSharing | ||
``` | ||
|
||
Returns true if no sharing policies allow uncontrolled calendar sharing. | ||
|
||
## 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 |
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,65 @@ | ||
--- | ||
sidebar_class_name: hidden | ||
description: Checks state of sharing policies | ||
id: Test-MtCisaContactSharing | ||
title: Test-MtCisaContactSharing | ||
hide_title: false | ||
hide_table_of_contents: false | ||
custom_edit_url: https://github.com/maester365/maester/blob/main/powershell/public/Test-MtCisaContactSharing.ps1 | ||
--- | ||
|
||
## SYNOPSIS | ||
|
||
Checks state of sharing policies | ||
|
||
## SYNTAX | ||
|
||
```powershell | ||
Test-MtCisaContactSharing [-ProgressAction <ActionPreference>] [<CommonParameters>] | ||
``` | ||
|
||
## DESCRIPTION | ||
|
||
Contact folders SHALL NOT be shared with all domains. | ||
|
||
## EXAMPLES | ||
|
||
### EXAMPLE 1 | ||
|
||
```powershell | ||
Test-MtCisaContactSharing | ||
``` | ||
|
||
Returns true if no sharing policies allow uncontrolled contact sharing. | ||
|
||
## 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 |
Oops, something went wrong.