< Back

New-Poll

Sat Jan 18, 2020 7:23 pm

NAME New-Poll



SYNOPSIS

Enable or Disbale Poll





SYNTAX

New-Poll [-Polltype] <Object> [-Poll] <Object> [[-Enable] <Boolean>] [-mongoDB <Object>] [-Databasename <Object>]

[-Password <Object>] [<CommonParameters>]





DESCRIPTION

Eine Umfrage wir freigeschaltet oder gesperrt und kann mit einem Kennwort gesch????????tzt werden





PARAMETERS

-Polltype <Object>

Der PollType der Frage, d.h. die Konfiguration werden in der Collection C{Polltype} gespeichert



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Poll <Object>

Name der Umfrage



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Enable <Boolean>

Freischalten oder Sperren der Umfrage



Required? false

Position? 3

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-mongoDB <Object>

MongoDB Connection String, default localhost



Required? false

Position? named

Default value mongodb://localhost:27017/

Accept pipeline input? false

Accept wildcard characters? false



-Databasename <Object>

Name der Datenbank



Required? false

Position? named

Default value umfrage

Accept pipeline input? false

Accept wildcard characters? false



-Password <Object>

Kennwort mit dem die Umfrageauswertung gesch????????tzt wirde



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:\\>New-Poll -Polltype bho -Poll Umfrage1 -Enable $true -mongoDB mongodb://localhost:27017/ -Databasename

umfrage



Schaltet die Umfrage mit dem Namen "Umfrage1" f????????r den Polltype 'bho' aktiv. D.h. es wird ein Eintrag

in die Collection Cbho gemacht









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



PS C:\\>New-Poll -Polltype bho -Poll Umfrage2 -Password geheim -mongoDB mongodb://localhost:27017/ -Databasename

umfrage



Erzeugt die Umfrage2 auf der Grundlage (die Fragen und Antworten) des Polltyps bho. Die Umfrage ist

noch nicht aktiv. Die Auswertung wird durch das Kennwort "geheim" gesch????????tzt.











RELATED LINKS