< Back

Add-AzureRmHDInsightSecurityProfile

Tue Jan 29, 2019 9:47 pm

NAME Add-AzureRmHDInsightSecurityProfile



SYNOPSIS

Adds a security profileto a cluster configuration object.





SYNTAX

Add-AzureRmHDInsightSecurityProfile [-Config] <AzureHDInsightConfig> [-ClusterUsersGroupDNs <String[]>] [-DefaultProfile <IAzureContextContainer>]

-Domain <String> -DomainUserCredential <PSCredential> -LdapsUrls <String[]> -OrganizationalUnitDN <String> [-Confirm] [-WhatIf]

[<CommonParameters>]





DESCRIPTION

Security profile is used to create a secure cluster by kerberizing it. Security profile contains configuration related joining the cluster to

Active Directory Domain.





PARAMETERS

-ClusterUsersGroupDNs <String[]>

Distinguished names of the Active Directory groups that will be available in Ambari and Ranger



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Config <AzureHDInsightConfig>

Specifies the HDInsight cluster configuration object that this cmdlet modifies. This object is created by the

New-AzureRmHDInsightClusterConfig cmdlet.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Domain <String>

Active Directory domain for the cluster



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DomainUserCredential <PSCredential>

A domain user account credential with sufficient permissions for creating the cluster. Username should be in user@domain format



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-LdapsUrls <String[]>

Urls of one or multiple LDAPS servers for the Active Directory



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-OrganizationalUnitDN <String>

Distinguished name of the organizational unit in the Active directory where user and computer accounts will be created



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]





Required? false

Position? named

Default value False

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 (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

AzureHDInsightConfig

Parameter 'Config' accepts value of type 'AzureHDInsightConfig' from the pipeline





OUTPUTS

Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile







NOTES









Example 1



PS C:\\> {{ Add example code here }}



{{ Add example description here }}







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... ityprofile