Partilhar via


Remove-ConnectorFromBusinessDataGroup

Removes connector from the business data group of data loss policy.

Syntax

Default (Default)

Remove-ConnectorFromBusinessDataGroup
    [-PolicyName] <String>
    [-ConnectorName] <String>
    [[-EnvironmentName] <String>]
    [[-ApiVersion] <String>]
    [<CommonParameters>]

Description

The Remove-ConnectorFromBusinessDataGroup cmdlet removes the connector from the business data group of DLP depending on parameters. Use Get-Help Remove-ConnectorFromBusinessDataGroup -Examples for more detail.

Examples

EXAMPLE 1

Remove-ConnectorFromBusinessDataGroup -PolicyName e25a94b2-3111-468e-9125-3d3db3938f13 -ConnectorName shared_office365users

Removes the connector from BusinessData group of policy name e25a94b2-3111-468e-9125-3d3db3938f13.

EXAMPLE 2

Remove-ConnectorFromBusinessDataGroup -EnvironmentName Default-02c201b0-db76-4a6a-b3e1-a69202b479e6 -PolicyName e25a94b2-3111-468e-9125-3d3db3938f13 -ConnectorName shared_office365users

Removes the connector from BusinessData group of policy name e25a94b2-3111-468e-9125-3d3db3938f13 in environment Default-02c201b0-db76-4a6a-b3e1-a69202b479e6.

Parameters

-ApiVersion

The api version to call with. Default 2018-01-01.

Parameter properties

Type:String
Default value:2018-01-01
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:4
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ConnectorName

The connector name identifier.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:2
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-EnvironmentName

The environment ID.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:3
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PolicyName

The policy name identifier.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.