SQL Data Catalog

Enable-SqlDataCatalogAuthorization

Enables authorization in SQL Data Catalog.

Syntax

Enable-SqlDataCatalogAuthorization [-FullAccessActiveDirectoryUserOrGroup] <string> [<CommonParameters>]

Description

Enables authorization in SQL Data Catalog based on Active Directory groups and users.

Parameters

-FullAccessActiveDirectoryUserOrGroup <String>

Active Directory user or group that will be granted full access to the Data Catalog.

Aliases None
Required? true
Position? 1
Default Value None
Accept Pipeline Input False
Accept Wildcard Characters false

-ProgressAction <ActionPreference>

{{ Fill ProgressAction Description }}

Aliases None
Required? false
Position? named
Default Value None
Accept Pipeline Input False
Accept Wildcard Characters false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see http://technet.microsoft.com/en-us/library/hh847884.aspx.

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None.
    You cannot pipe input to this cmdlet.

Examples

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

Enable-SqlDataCatalogAuthorization -fullAccessActiveDirectoryUserOrGroup "SqlDataCatalog-Admins"

Enables authorization in SQL Data Catalog granting full access to the Active Directory "SqlDataCatalog-Admins" group.


Didn't find what you were looking for?