< Back

Get-EmpireSession

Sat Jan 18, 2020 8:47 pm

NAME Get-EmpireSession



SYNOPSIS

Get all current or specific current sessions against an Empire server.





SYNTAX

Get-EmpireSession [[-Id] <Int32[]>] [<CommonParameters>]





DESCRIPTION

Get all current or specific current sessions against an Empire server.





PARAMETERS

-Id <Int32[]>

Empire session Id.



Required? false

Position? 1

Default value @()

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



INPUTS



OUTPUTS



NOTES





Licensed under BSD 3-Clause license



-------------------------- EXAMPLE 1 --------------------------



C:\\PS>Get-EmpireSession -Id 0



Get session with Id 0.









-------------------------- EXAMPLE 2 --------------------------



C:\\PS>Get-EmpireSession



Get all current sessions.











RELATED LINKS