< Back

Remove-CustomConnectorFromPolicy

Sat Jan 18, 2020 3:50 pm

NAME Remove-CustomConnectorFromPolicy



SYNOPSIS

Deletes a custom connector from the given DLP policy.





SYNTAX

Remove-CustomConnectorFromPolicy [-PolicyName] <String> [-ConnectorName] <String> [[-EnvironmentName] <String>]

[[-ApiVersion] <String>] [<CommonParameters>]





DESCRIPTION

The Delete-CustomConnectorFromPolicy deletes a custom connector from the specific DLP policy.

Use Get-Help Delete-CustomConnectorFromPolicy -Examples for more detail.





PARAMETERS

-PolicyName <String>

The PolicyName's identifier.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ConnectorName <String>

The Custom Connector's name.



Required? true

Position? 2

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-EnvironmentName <String>

The Environment's identifier.



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ApiVersion <String>

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



Required? false

Position? 4

Default value 2018-01-01

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Delete-CustomConnectorFromPolicy -PolicyName 7b914a18-ad8b-4f15-8da5-3155c77aa70a -ConnectorName BloopBlop



Deletes the custom connector 'BloopBlop' from the DLP policy of policy name 7b914a18-ad8b-4f15-8da5-3155c77aa70a.









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Delete-CustomConnectorFromPolicy -EnvironmentName Default-02c201b0-db76-4a6a-b3e1-a69202b479e6 -PolicyName

7b914a18-ad8b-4f15-8da5-3155c77aa70a -ConnectorName BloopBlop



Deletes the custom connector 'BloopBlop' from the DLP policy of policy name 7b914a18-ad8b-4f15-8da5-3155c77aa70a

in environment Default-02c201b0-db76-4a6a-b3e1-a69202b479e6.











RELATED LINKS