< Back

Add-ConnectorToBusinessDataGroup

Sat Jan 18, 2020 3:45 pm

NAME Add-ConnectorToBusinessDataGroup



SYNOPSIS

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





SYNTAX

Add-ConnectorToBusinessDataGroup [-PolicyName] <String> [-ConnectorName] <String> [[-EnvironmentName] <String>]

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





DESCRIPTION

The Add-ConnectorToBusinessDataGroup set connector to the business data group of DLP depending on parameters.

Use Get-Help Add-ConnectorToBusinessDataGroup -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:\\>Add-ConnectorToBusinessDataGroup -PolicyName e25a94b2-3111-468e-9125-3d3db3938f13 -ConnectorName

shared_office365users



Sets the connector to BusinessData group of policyname e25a94b2-3111-468e-9125-3d3db3938f13.









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



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

e25a94b2-3111-468e-9125-3d3db3938f13 -ConnectorName shared_office365users



Sets the connector to BusinessData group of policyname e25a94b2-3111-468e-9125-3d3db3938f13 in environment

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











RELATED LINKS