Set-TenantAllowBlockListSpoofItems
이 cmdlet은 클라우드 기반 서비스에서만 사용할 수 있습니다.
Set-TenantAllowBlockListSpoofItems cmdlet을 사용하여 테넌트 허용/차단 목록에서 스푸핑된 보낸 사람 항목을 수정합니다.
아래 구문 섹션에 있는 매개 변수 집합에 대한 자세한 내용은 Exchange cmdlet 구문을 참조하십시오.
Syntax
Set-TenantAllowBlockListSpoofItems
[-Identity] <HostedConnectionFilterPolicyIdParameter>
-Action <String>
-Ids <String[]>
[-Confirm]
[-WhatIf]
[<CommonParameters>]
Description
이 cmdlet은 테넌트 허용/차단 목록에서 스푸핑 쌍(스푸핑된 사용자와 전송 인프라의 조합)을 허용하거나 차단합니다.
이 cmdlet을 실행하려면 먼저 사용 권한을 할당받아야 합니다. 이 항목에는 해당 cmdlet의 모든 매개 변수가 나열되지만 사용자에게 할당된 사용 권한에 포함되지 않은 일부 매개 변수에는 액세스할 수 없습니다. 조직에서 cmdlet 또는 매개 변수를 실행하는 데 필요한 사용 권한을 확인하려면 Find the permissions required to run any Exchange cmdlet를 참조하세요.
예제
예 1
Get-TenantAllowBlockListSpoofItems | Format-Table SpoofedUser,SendingInfrastructure,SpoofType,Action,Identity
Set-TenantAllowBlockListSpoofItems -Identity Default -Action Block -Ids 375e76f1-eefb-1626-c8bc-5efefd057488,f8cb0908-8533-1156-ce7b-9aebd685b0eb
다음은 지정한 스푸핑 쌍을 숨기게 하는 예제입니다. ids 매개 변수 값은 Get-TenantAllowBlockListSpoofItems 명령(Identity 속성)의 출력에서 가져옵니다.
예 2
(Get-TenantAllowBlockListSpoofItems -SpoofType External | Select-Object -Property Identity).Identity | Remove-TenantAllowBlockListSpoofItems -Identity Default
다음은 테넌트 허용/차단 목록에서 모든 외부 스푸핑 쌍을 제거하는 예제입니다.
매개 변수
-Action
Action 매개 변수는 이 항목이 스푸핑된 보낸 사람 항목 허용 또는 차단인지 여부를 지정합니다. 유효한 값은 다음과 같습니다.
- 허용
- 차단
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online, Security & Compliance, Exchange Online Protection |
-Confirm
Confirm 스위치는 확인 메시지를 표시할지 여부를 지정합니다. 진행하기 전에 cmdlet이 확인을 요구하는지에 따라 이 스위치가 cmdlet에 미치는 영향이 달라집니다.
- 파괴적인 cmdlet(예: Remove-* cmdlet)에는 계속하기 전에 명령을 강제로 승인하도록 하는 기본 제공 일시 중지가 있습니다. 이러한 cmdlet의 경우 정확한 구문
-Confirm:$false
를 사용하여 확인 메시지를 건너뛸 수 있습니다. - 대부분의 다른 cmdlet(예: New-* 및 Set-* cmdlet)에는 기본 제공 일시 중지가 없습니다. 이러한 cmdlet의 경우 값 없이 스위치를 지정하면 계속하기 전에 명령을 강제로 확인하도록 하는 일시 중지가 추가됩니다.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online, Security & Compliance, Exchange Online Protection |
-Identity
Identity 매개 변수는 Default 값을 사용합니다.
Type: | HostedConnectionFilterPolicyIdParameter |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Exchange Online, Security & Compliance, Exchange Online Protection |
-Ids
Ids 매개 변수는 수정하려는 스푸핑 쌍을 지정합니다. 유효한 값은 Get-TenantAllowBlockListSpoofItems cmdlet의 출력에서 ID 속성 값입니다. 쉼표로 구분하여 여러 값을 지정할 수 있습니다.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Exchange Online, Security & Compliance, Exchange Online Protection |
-WhatIf
Whatif 스위치는 해당 명령의 동작을 시뮬레이션합니다. 이 스위치를 사용하면 변경 내용을 실제로 적용하지 않고 발생할 변경 내용을 확인할 수 있습니다. 이 스위치를 사용하면 값을 지정할 필요가 없습니다.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online, Security & Compliance, Exchange Online Protection |