Skip to content

Commit

Permalink
Merge pull request #3745 from NikCharlebois/EXOMailboxPermission
Browse files Browse the repository at this point in the history
EXOMailboxPermission
  • Loading branch information
NikCharlebois authored Oct 4, 2023
2 parents 2611f3b + 838ee3d commit 4302756
Show file tree
Hide file tree
Showing 13 changed files with 904 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* Added support for multiple new properties to align with supporting cmdlet.
* EXOMailboxAutoReplyConfiguration
* Initial release.
* EXOMailboxPermission
* Initial release.
* EXOPlace
* Initial release.
* IntunePolicySets
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# EXOAntiPhishPolicy
# EXOMailboxAutoReplyConfiguration

## Description

This resource configures an Anti-Phish Policy in Exchange Online.
Reference: https://docs.microsoft.com/en-us/powershell/module/exchange/advanced-threat-protection/new-antiphishpolicy?view=exchange-ps
This resource configures the Auto Reply settings of mailboxes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"resourceName": "EXOAntiPhishPolicy",
"resourceName": "EXOMailboxAutoReplyConfiguration",
"roles": {
"read": [
"Security Reader"
Expand Down
Loading

0 comments on commit 4302756

Please sign in to comment.