< Back
Send-LimeInvite
Post
NAME Send-LimeInvite
SYNOPSIS
Triggers LimeSurvey to email participants of specific LimeSurvey
SYNTAX
Send-LimeInvite [[-SurveyId] <Int32>] [-Session <String>] [-BaseUri <String>] [-Raw] [<CommonParameters>]
DESCRIPTION
Triggers LimeSurvey to email participants of specific LimeSurvey inviting them to complete survey
PARAMETERS
-SurveyId <Int32>
Survey ID to query
Required? false
Position? 2
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-Session <String>
LimeSurvey session to use (Created by New-LimeSession)
Required? false
Position? named
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
-Raw [<SwitchParameter>]
If specified, do not parse output
Required? false
Position? named
Default value False
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:\\>Send-LimeInvite -SurveyId 123456 -Session $Session -BaseUri
https://limehost.com/index.php?r=admin/remotecontrol
RELATED LINKS
SYNOPSIS
Triggers LimeSurvey to email participants of specific LimeSurvey
SYNTAX
Send-LimeInvite [[-SurveyId] <Int32>] [-Session <String>] [-BaseUri <String>] [-Raw] [<CommonParameters>]
DESCRIPTION
Triggers LimeSurvey to email participants of specific LimeSurvey inviting them to complete survey
PARAMETERS
-SurveyId <Int32>
Survey ID to query
Required? false
Position? 2
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-Session <String>
LimeSurvey session to use (Created by New-LimeSession)
Required? false
Position? named
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
-Raw [<SwitchParameter>]
If specified, do not parse output
Required? false
Position? named
Default value False
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:\\>Send-LimeInvite -SurveyId 123456 -Session $Session -BaseUri
https://limehost.com/index.php?r=admin/remotecontrol
RELATED LINKS