|
| 1 | +--- |
| 2 | +external help file: Microsoft.Exchange.TransportMailflow-Help.xml |
| 3 | +online version: https://docs.microsoft.com/powershell/module/exchange/get-phishsimoverriderule |
| 4 | +applicable: Security & Compliance Center |
| 5 | +title: Get-PhishSimOverrideRule |
| 6 | +schema: 2.0.0 |
| 7 | +author: chrisda |
| 8 | +ms.author: chrisda |
| 9 | +ms.reviewer: |
| 10 | +--- |
| 11 | + |
| 12 | +# Get-PhishSimOverrideRule |
| 13 | + |
| 14 | +## SYNOPSIS |
| 15 | +This cmdlet is available only in Security & Compliance Center PowerShell. For more information, see [Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/scc-powershell). |
| 16 | + |
| 17 | +Use the Get-PhishSimOverrideRule cmdlet to view third-party phishing simulation override rules to bypass Exchange Online Protection filtering. For more information, see [Configure the delivery of third-party phishing simulations to users and unfiltered messages to SecOps mailboxes](https://docs.microsoft.com/microsoft-365/security/office-365-security/configure-advanced-delivery). |
| 18 | + |
| 19 | +For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax). |
| 20 | + |
| 21 | +## SYNTAX |
| 22 | + |
| 23 | +``` |
| 24 | +Get-PhishSimOverrideRule [[-Identity] <ComplianceRuleIdParameter>] |
| 25 | + [-Confirm] |
| 26 | + [-Policy <PolicyIdParameter>] |
| 27 | + [-WhatIf] |
| 28 | + [<CommonParameters>] |
| 29 | +``` |
| 30 | + |
| 31 | +## DESCRIPTION |
| 32 | +You need to be assigned permissions in the Security & Compliance Center before you can use this cmdlet. For more information, see [Permissions in the Security & Compliance Center](https://docs.microsoft.com/microsoft-365/security/office-365-security/permissions-in-the-security-and-compliance-center). |
| 33 | + |
| 34 | +## EXAMPLES |
| 35 | + |
| 36 | +### Example 1 |
| 37 | +```powershell |
| 38 | +Get-PhishSimOverrideRule |
| 39 | +``` |
| 40 | + |
| 41 | +This example returns detailed information about the one and only phishing simulation override rule. |
| 42 | + |
| 43 | +## PARAMETERS |
| 44 | + |
| 45 | +### -Identity |
| 46 | +The Identity parameter specifies the phishing simulation override rule that you want to view. You can use any value that uniquely identifies the rule. For example: |
| 47 | + |
| 48 | +- Name |
| 49 | +- Id |
| 50 | +- Distinguished name (DN) |
| 51 | +- GUID |
| 52 | + |
| 53 | +```yaml |
| 54 | +Type: ComplianceRuleIdParameter |
| 55 | +Parameter Sets: (All) |
| 56 | +Aliases: |
| 57 | +Applicable: Security & Compliance Center |
| 58 | + |
| 59 | +Required: False |
| 60 | +Position: 0 |
| 61 | +Default value: None |
| 62 | +Accept pipeline input: True (ByPropertyName, ByValue) |
| 63 | +Accept wildcard characters: False |
| 64 | +``` |
| 65 | +
|
| 66 | +### -Confirm |
| 67 | +This parameter is reserved for internal Microsoft use. |
| 68 | +
|
| 69 | +```yaml |
| 70 | +Type: SwitchParameter |
| 71 | +Parameter Sets: (All) |
| 72 | +Aliases: cf |
| 73 | +Applicable: Security & Compliance Center |
| 74 | + |
| 75 | +Required: False |
| 76 | +Position: Named |
| 77 | +Default value: None |
| 78 | +Accept pipeline input: False |
| 79 | +Accept wildcard characters: False |
| 80 | +``` |
| 81 | +
|
| 82 | +### -Policy |
| 83 | +The Policy parameter filters the results by phishing simulator override policy. You can use any value that uniquely identifies the policy. For example: |
| 84 | +
|
| 85 | +- Name |
| 86 | +- Id |
| 87 | +- Distinguished name (DN) |
| 88 | +- GUID |
| 89 | +
|
| 90 | +```yaml |
| 91 | +Type: PolicyIdParameter |
| 92 | +Parameter Sets: (All) |
| 93 | +Aliases: |
| 94 | +Applicable: Security & Compliance Center |
| 95 | + |
| 96 | +Required: False |
| 97 | +Position: Named |
| 98 | +Default value: None |
| 99 | +Accept pipeline input: False |
| 100 | +Accept wildcard characters: False |
| 101 | +``` |
| 102 | +
|
| 103 | +### -WhatIf |
| 104 | +This parameter is reserved for internal Microsoft use. |
| 105 | +
|
| 106 | +```yaml |
| 107 | +Type: SwitchParameter |
| 108 | +Parameter Sets: (All) |
| 109 | +Aliases: wi |
| 110 | +Applicable: Security & Compliance Center |
| 111 | + |
| 112 | +Required: False |
| 113 | +Position: Named |
| 114 | +Default value: None |
| 115 | +Accept pipeline input: False |
| 116 | +Accept wildcard characters: False |
| 117 | +``` |
| 118 | +
|
| 119 | +### CommonParameters |
| 120 | +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216). |
| 121 | +
|
| 122 | +## INPUTS |
| 123 | +
|
| 124 | +### |
| 125 | +
|
| 126 | +## OUTPUTS |
| 127 | +
|
| 128 | +### |
| 129 | +
|
| 130 | +## NOTES |
| 131 | +
|
| 132 | +## RELATED LINKS |
0 commit comments