< Back

New-AzureRmServerManagementNode

Tue Jan 29, 2019 10:06 pm

NAME New-AzureRmServerManagementNode



SYNOPSIS

Creates a Server Management node.





SYNTAX

New-AzureRmServerManagementNode [-Gateway] <Gateway> [-ComputerName <String>] -Credential <PSCredential> [-DefaultProfile

<IAzureContextContainer>] -NodeName <String> [-Tag <Hashtable>] [<CommonParameters>]



New-AzureRmServerManagementNode [-ResourceGroupName] <String> [-GatewayName] <String> [-Location] <String> [-ComputerName <String>] -Credential

<PSCredential> [-DefaultProfile <IAzureContextContainer>] -NodeName <String> [-Tag <Hashtable>] [<CommonParameters>]





DESCRIPTION

The New-AzureRmServerManagementNode cmdlet creates an Azure Server Management node.





PARAMETERS

-ComputerName <String>

Specifies the computer name of the computer that is being managed.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Credential <PSCredential>

Specifies a PSCredential object for the connection to the Server Management Node. To obtain a credential object, use the Get-Credential

cmdlet. For more information, type `Get-Help Get-Credential`.



Required? true

Position? named

Default value None

Accept pipeline input? False

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



-Gateway <Gateway>

Specifies the gateway that manages the node.



This parameter can be used instead of the ResourceGroupName , GatewayName , and Location parameters.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-GatewayName <String>

Specifies the name of the gateway that accesses the node.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Location <String>

Specifies the location in which this cmdlet creates the node.



Required? true

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-NodeName <String>

Specifies the name of the node.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group in which this cmdlet creates the node.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Tag <Hashtable>

Key/value pairs associated with the object.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

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

Gateway

Parameter 'Gateway' accepts value of type 'Gateway' from the pipeline





OUTPUTS

Microsoft.Azure.Commands.ServerManagement.Model.Node







NOTES









1:















RELATED LINKS

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

Get-AzureRmServerManagementNode

Remove-AzureRmServerManagementNode