Get-EmailTenantSettings
이 cmdlet은 클라우드 기반 서비스에서만 사용할 수 있습니다.
Get-EmailTenantSettings cmdlet을 사용하여 Office 365용 Microsoft Defender 조직에서 우선 순위 계정 보호가 사용하도록 설정되었는지 여부를 확인합니다. 우선 순위 계정에 대한 자세한 내용은 우선 순위 계정 관리 및 모니터링을 참조하세요.
아래 구문 섹션에 있는 매개 변수 집합에 대한 자세한 내용은 Exchange cmdlet 구문을 참조하십시오.
Syntax
Get-EmailTenantSettings
[[-Identity] <EmailTenantSettingsIdParameter>]
[<CommonParameters>]
Description
이 cmdlet을 실행하려면 먼저 사용 권한을 할당받아야 합니다. 이 항목에는 해당 cmdlet의 모든 매개 변수가 나열되지만 사용자에게 할당된 사용 권한에 포함되지 않은 일부 매개 변수에는 액세스할 수 없습니다. 조직에서 cmdlet 또는 매개 변수를 실행하는 데 필요한 사용 권한을 확인하려면 Find the permissions required to run any Exchange cmdlet를 참조하세요.
예제
예 1
Get-EmailTenantSettings | Format-List Identity,EnablePriorityAccountProtection
이 예제에서는 조직에서 우선 순위 계정 보호를 사용하도록 설정하거나 사용하지 않도록 설정할지 여부를 보여 줍니다.
매개 변수
-Identity
Identity 매개 변수는 보려는 설정 개체를 지정합니다. 조직의 유일한 설정 개체 이름은 Default입니다.
Type: | EmailTenantSettingsIdParameter |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Exchange Online |