< Back

Remove-ConnectorFromBusinessDataGroup

Sat Jan 18, 2020 3:50 pm

NAME Remove-ConnectorFromBusinessDataGroup



SYNOPSIS

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





SYNTAX

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

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





DESCRIPTION

The Remove-ConnectorFromBusinessDataGroup removes connector from the business data group of DLP depending on

parameters.

Use Get-Help Remove-ConnectorFromBusinessDataGroup -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 Connector's identifier.



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:\\>Remove-ConnectorFromBusinessDataGroup -PolicyName e25a94b2-3111-468e-9125-3d3db3938f13 -ConnectorName

shared_office365users



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









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



PS C:\\>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 policyname e25a94b2-3111-468e-9125-3d3db3938f13 in environment

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











RELATED LINKS