Skip to content

Commit d4b7b91

Browse files
authored
Merge branch 'master' into patch-360
2 parents 3b42abb + bbbd4a2 commit d4b7b91

30 files changed

+2434
-63
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
3+
online version: https://docs.microsoft.com/powershell/module/exchange/get-phishsimoverridepolicy
4+
applicable: Security & Compliance Center
5+
title: Get-PhishSimOverridePolicy
6+
schema: 2.0.0
7+
author: chrisda
8+
ms.author: chrisda
9+
ms.reviewer:
10+
---
11+
12+
# Get-PhishSimOverridePolicy
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-PhishSimOverridePolicy cmdlet to view third-party phishing simulation override policies 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-PhishSimOverridePolicy [[-Identity] <PolicyIdParameter>] [<CommonParameters>]
25+
```
26+
27+
## DESCRIPTION
28+
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).
29+
30+
## EXAMPLES
31+
32+
### Example 1
33+
```powershell
34+
Get-PhishSimOverridePolicy
35+
```
36+
37+
This example returns detailed information about the one and only phishing simulation override policy.
38+
39+
## PARAMETERS
40+
41+
### -Identity
42+
The Identity parameter specifies the phishing simulation override policy that you want to view. You can use any value that uniquely identifies the policy. For example:
43+
44+
- Name
45+
- Id
46+
- Distinguished name (DN)
47+
- GUID
48+
49+
```yaml
50+
Type: PolicyIdParameter
51+
Parameter Sets: (All)
52+
Aliases:
53+
Applicable: Security & Compliance Center
54+
55+
Required: False
56+
Position: 0
57+
Default value: None
58+
Accept pipeline input: True (ByPropertyName, ByValue)
59+
Accept wildcard characters: False
60+
```
61+
62+
### CommonParameters
63+
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).
64+
65+
## INPUTS
66+
67+
###
68+
69+
## OUTPUTS
70+
71+
###
72+
73+
## NOTES
74+
75+
## RELATED LINKS
Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
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
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
3+
online version: https://docs.microsoft.com/powershell/module/exchange/get-secopsoverridepolicy
4+
applicable: Security & Compliance Center
5+
title: Get-SecOpsOverridePolicy
6+
schema: 2.0.0
7+
author: chrisda
8+
ms.author: chrisda
9+
ms.reviewer:
10+
---
11+
12+
# Get-SecOpsOverridePolicy
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-SecOpsOverridePolicy cmdlet to view SecOps mailbox override policies 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-SecOpsOverridePolicy [[-Identity] <PolicyIdParameter>] [<CommonParameters>]
25+
```
26+
27+
## DESCRIPTION
28+
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).
29+
30+
## EXAMPLES
31+
32+
### Example 1
33+
```powershell
34+
Get-SecOpsOverridePolicy
35+
```
36+
37+
This example returns detailed information about the one and only SecOps mailbox override policy.
38+
39+
## PARAMETERS
40+
41+
### -Identity
42+
The Identity parameter specifies the SecOps override policy that you want to modify. You can use any value that uniquely identifies the policy. For example:
43+
44+
- Name
45+
- Id
46+
- Distinguished name (DN)
47+
- GUID
48+
49+
```yaml
50+
Type: PolicyIdParameter
51+
Parameter Sets: (All)
52+
Aliases:
53+
Applicable: Security & Compliance Center
54+
55+
Required: False
56+
Position: 0
57+
Default value: None
58+
Accept pipeline input: True (ByPropertyName, ByValue)
59+
Accept wildcard characters: False
60+
```
61+
62+
### CommonParameters
63+
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).
64+
65+
## INPUTS
66+
67+
###
68+
69+
## OUTPUTS
70+
71+
###
72+
73+
## NOTES
74+
75+
## RELATED LINKS

0 commit comments

Comments
 (0)