|
| 1 | +--- |
| 2 | +external help file: Microsoft.Exchange.TransportMailflow-Help.xml |
| 3 | +online version: https://learn.microsoft.com/powershell/module/exchange/remove-blockedconnector |
| 4 | +applicable: Exchange Online, Exchange Online Protection |
| 5 | +title: Remove-BlockedConnector |
| 6 | +schema: 2.0.0 |
| 7 | +author: chrisda |
| 8 | +ms.author: chrisda |
| 9 | +ms.reviewer: |
| 10 | +--- |
| 11 | + |
| 12 | +# Remove-BlockedConnector |
| 13 | + |
| 14 | +## SYNOPSIS |
| 15 | +This cmdlet is available only in the cloud-based service. |
| 16 | + |
| 17 | +Use the Remove-BlockedConnector cmdlet to unblock inbound connectors that have been detected as potentially compromised. Blocked connectors are prevented from sending email. |
| 18 | + |
| 19 | +For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax). |
| 20 | + |
| 21 | +## SYNTAX |
| 22 | + |
| 23 | +``` |
| 24 | +Remove-BlockedConnector -ConnectorId <Guid> [-Reason <String>] [<CommonParameters>] |
| 25 | +``` |
| 26 | + |
| 27 | +## DESCRIPTION |
| 28 | +You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions). |
| 29 | + |
| 30 | +## EXAMPLES |
| 31 | + |
| 32 | +### Example 1 |
| 33 | +```powershell |
| 34 | +Remove-BlockedConnector -ConnectorId 159eb7c4-75d7-43e2-95fe-ced44b3e0a56 |
| 35 | +``` |
| 36 | + |
| 37 | +This unblocks the specified blocked connector. |
| 38 | + |
| 39 | +## PARAMETERS |
| 40 | + |
| 41 | +### -ConnectorId |
| 42 | +The ConnectorId parameter specifies the blocked connector that you want to unblock. The value is a GUID (for example, 159eb7c4-75d7-43e2-95fe-ced44b3e0a56). You can find this value from the output of the Get-BlockedConnector command. |
| 43 | + |
| 44 | +```yaml |
| 45 | +Type: Guid |
| 46 | +Parameter Sets: (All) |
| 47 | +Aliases: |
| 48 | +Applicable: Exchange Online, Exchange Online Protection |
| 49 | + |
| 50 | +Required: True |
| 51 | +Position: Named |
| 52 | +Default value: None |
| 53 | +Accept pipeline input: False |
| 54 | +Accept wildcard characters: False |
| 55 | +``` |
| 56 | +
|
| 57 | +### -Reason |
| 58 | +The Reason parameter specifies comments about why you're unblocking the blocked connector. If the value contains spaces, enclose the value in quotation marks ("). |
| 59 | +
|
| 60 | +```yaml |
| 61 | +Type: String |
| 62 | +Parameter Sets: (All) |
| 63 | +Aliases: |
| 64 | +Applicable: Exchange Online, Exchange Online Protection |
| 65 | + |
| 66 | +Required: False |
| 67 | +Position: Named |
| 68 | +Default value: None |
| 69 | +Accept pipeline input: False |
| 70 | +Accept wildcard characters: False |
| 71 | +``` |
| 72 | +
|
| 73 | +### CommonParameters |
| 74 | +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://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_commonparameters). |
| 75 | +
|
| 76 | +## INPUTS |
| 77 | +
|
| 78 | +## OUTPUTS |
| 79 | +
|
| 80 | +## NOTES |
| 81 | +
|
| 82 | +## RELATED LINKS |
0 commit comments