< Back

Remove-AzureRmServerManagementSession

Tue Jan 29, 2019 10:06 pm

NAME Remove-AzureRmServerManagementSession



SYNOPSIS

Removes a Server Management session.





SYNTAX

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

<IAzureContextContainer>] [<CommonParameters>]



Remove-AzureRmServerManagementSession [-Session] <Session> [[-SessionName] <String>] [-DefaultProfile <IAzureContextContainer>]

[<CommonParameters>]





DESCRIPTION

The Remove-AzureRmServerManagementSession cmdlet removes an 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



-NodeName <String>

Specifies the name of the node on which this cmdlet removes the session.



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 that the session belongs to.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Session <Session>

Specifies the session that this cmdlet removes.



This parameter may be used instead of the ResourceGroupName , NodeName and 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 that this cmdlet removes.



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

Session

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





OUTPUTS



NOTES









1:















RELATED LINKS

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

Get-AzureRmServerManagementSession

New-AzureRmServerManagementSession