< Back

Remove-EmpireSession

Sat Jan 18, 2020 8:48 pm

NAME Remove-EmpireSession



SYNOPSIS

Remove a specific Empire server session from the list of sessions.





SYNTAX

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





DESCRIPTION

Remove a specific Empire server session from the list of sessions.





PARAMETERS

-Id <Int32[]>

Empire session Id.



Required? true

Position? 1

Default value @()

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



INPUTS



OUTPUTS



NOTES





Licensed under BSD 3-Clause license



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



C:\\PS><example usage>



Explanation of what the example does











RELATED LINKS