Skip to content

Commit

Permalink
Updated Resources and Cmdlet documentation pages
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Sep 20, 2024
1 parent 1afb5c9 commit 6b790ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/resources/exchange/EXOAntiPhishPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
| **TargetedUserActionRecipients** | Write | StringArray[] | The TargetedUserActionRecipients parameter specifies the replacement or additional recipients for detected user impersonation messages when the TargetedUserProtectionAction parameter is set to the value Redirect or BccMessage. A valid value for this parameter is an email address. You can specify multiple email addresses separated by commas. | |
| **TargetedUsersToProtect** | Write | StringArray[] | The TargetedUsersToProtect parameter specifies the users that are included in user impersonation protection when the EnableTargetedUserProtection parameter is set to $true. | |
| **TargetedUserQuarantineTag** | Write | String | The TargetedUserQuarantineTag specifies the quarantine policy that's used on messages that are quarantined by user impersonation protection. | |
| **DmarcQuarantineAction** | Write | String | The DmarcQuarantineAction parameter specifies the action to take when a message fails DMARC checks and the sender's DMARC policy is p=quarantine | `MoveToJmf`, `Quarantine` |
| **DmarcRejectAction** | Write | String | The DmarcRejectAction parameter specifies the action to take when a message fails DMARC checks and the sender's DMARC policy is p=reject. | `Quarantine`, `Reject` |
| **Credential** | Write | PSCredential | Credentials of the Exchange Global Admin | |
| **ApplicationId** | Write | String | Id of the Azure Active Directory application to authenticate with. | |
| **TenantId** | Write | String | Id of the Azure Active Directory tenant used for authentication. | |
Expand Down Expand Up @@ -117,6 +119,8 @@ Configuration Example
EnableUnusualCharactersSafetyTips = $null
TargetedUserActionRecipients = $null
Ensure = "Present"
DmarcQuarantineAction = "Quarantine"
DmarcRejectAction = "Reject"
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
Expand Down Expand Up @@ -173,6 +177,8 @@ Configuration Example
EnableUnusualCharactersSafetyTips = $null
TargetedUserActionRecipients = $null
Ensure = "Present"
DmarcQuarantineAction = "Quarantine"
DmarcRejectAction = "Reject"
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
Expand Down Expand Up @@ -228,6 +234,8 @@ Configuration Example
EnableOrganizationDomainsProtection = $null
EnableUnusualCharactersSafetyTips = $null
TargetedUserActionRecipients = $null
DmarcQuarantineAction = "Quarantine"
DmarcRejectAction = "Reject"
Ensure = "Present"
ApplicationId = $ApplicationId
TenantId = $TenantId
Expand Down

0 comments on commit 6b790ba

Please sign in to comment.