Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.55 KB

Set-CIPPQuarantineManagement.md

File metadata and controls

30 lines (23 loc) · 1.55 KB

Set-CIPPQuarantineManagement

SYNOPSIS

Manages quarantine for a specific customer tenant ID.

DESCRIPTION

The Set-CIPPQuarantineManagement function is used to manage quarantine for a specific customer tenant ID. It allows you to set various parameters such as the ID, AllowSender, and Type.

PARAMETERS

-CustomerTenantID

Foo Foo
Specifies the customer tenant ID for which the quarantine management is performed. This parameter is mandatory.

-ID

Foo Foo
Specifies the ID of the quarantine management. This parameter is mandatory.

-AllowSender

Foo Foo
Specifies whether to allow the sender. Valid values are 'true' or 'false'. This parameter is optional.

-Type

Foo Foo
Specifies the type of quarantine management. Valid values are 'Deny' or 'Release'. This parameter is mandatory.

EXAMPLE 1

PS > Set-CIPPQuarantineManagement -CustomerTenantID "contoso.onmicrosoft.com" -ID "67890" -AllowSender "true" -Type "Deny"

This example sets the quarantine management for the customer tenant ID "contoso.onmicrosoft.com" with the ID "67890". It allows the sender and sets the type to "Deny".