< Back

Get-AzureRmServerManagementSession

Tue Jan 29, 2019 10:06 pm

NAME Get-AzureRmServerManagementSession



SYNOPSIS

Gets a Server Management session.





SYNTAX

Get-AzureRmServerManagementSession [-Node] <Node> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]



Get-AzureRmServerManagementSession [-ResourceGroupName] <String> [-NodeName] <String> [-SessionName] <String> [-DefaultProfile

<IAzureContextContainer>] [<CommonParameters>]



Get-AzureRmServerManagementSession [-Session] <Session> [[-SessionName] <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmServerManagementSession cmdlet gets a single Azure Server Management session.





PARAMETERS

-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



-Node <Node>

Specifies an existing Node object that is used to get the ResourceGroupName and the NodeName parameters. You must also specify a value for the

SessionName parameter.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-NodeName <String>

Specifies the name of the node where the session is located.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group for which this cmdlet gets the retrieve the session.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Session <Session>

Specifies an existing Session object that is used to get the ResourceGroupName , the NodeName , and the SessionName parameters.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-SessionName <String>

Specifies the name of the session in which this cmdlet gets.



Required? true

Position? 2

Default value None

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

Node

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



Session

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





OUTPUTS

Microsoft.Azure.Commands.ServerManagement.Model.Session







NOTES









1:















RELATED LINKS

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

Azure Server Management Cmdlets