< Back

Remove-LimeSession

Sat Jan 18, 2020 9:44 am

NAME Remove-LimeSession



SYNOPSIS

Closes out LimeSurvey session and relases the session key





SYNTAX

Remove-LimeSession [[-Session] <String>] [-BaseUri <String>] [<CommonParameters>]





DESCRIPTION

Closes out LimeSurvey session and relases the session key





PARAMETERS

-Session <String>

LimeSurvey session to use (Created by New-LimeSession)



Required? false

Position? 2

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-BaseUri <String>

Base URI for LimeSurvey



Required? false

Position? named

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



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



PS C:\\>Get-LimeParticipants -Session $Session -BaseUri https://limehost.com/index.php?r=admin/remotecontrol















RELATED LINKS