Grant-AzureRmHDInsightRdpServicesAccess
Ger RDP åtkomst till Windows-klustret.
Varning
AzureRM PowerShell-modulen är officiellt inaktuell från och med den 29 februari 2024. Användare rekommenderas att migrera från AzureRM till Az PowerShell-modulen för att säkerställa fortsatt support och uppdateringar.
Även om AzureRM-modulen fortfarande kan fungera, underhålls den inte längre eller stöds, vilket gör att användaren kan välja och riskera fortsatt användning. Se våra migreringsresurser för vägledning om övergången till Az-modulen.
Syntax
Grant-AzureRmHDInsightRdpServicesAccess
[-ClusterName] <String>
[-RdpCredential] <PSCredential>
[-RdpAccessExpiry] <DateTime>
[-ResourceGroupName <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Cmdleten Grant-AzureRmHDInsightRdpServicesAccess ger RDP (Remote Desktop Protocol) åtkomst till ett Windows-baserat Azure HDInsight-kluster.
Exempel
Exempel 1: Bevilja RDP-åtkomst till ett Azure HDInsight-kluster
PS C:\># Cluster info
PS C:\> $clusterName = "your-hadoop-001"
PS C:\> $clusterCreds = Get-Credential
PS C:\> Grant-AzureRmHDInsightRdpServicesAccess `
-ClusterName $clusterName `
-RdpCredential $newRdpCreds `
-RdpAccessExpiry $newRdpExpiry
Det här kommandot ger RDP åtkomst till klustret med namnet your-hadoop-001.
Parametrar
-ClusterName
Anger namnet på klustret.
Typ: | String |
Position: | 0 |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-DefaultProfile
Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure
Typ: | IAzureContextContainer |
Alias: | AzureRmContext, AzureCredential |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-RdpAccessExpiry
Anger förfallodatumet, som ett DateTime-objekt , för RDP-åtkomst till ett kluster.
Typ: | DateTime |
Position: | 2 |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-RdpCredential
Anger RDP-autentiseringsuppgifterna för klustret. Detta gäller endast för Windows-kluster.
Typ: | PSCredential |
Position: | 1 |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-ResourceGroupName
Anger namnet på resursgruppen.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
Indata
None