Get the local playlists of the current workspace
Get-RDMPlaylistLocal [-ExportConnection] [-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]
Get the local playlists of the current workspace. With the parameter 'ExportConnection', all connections in the playlist will be included in the output object.
PS C:\> $playlists = Get-RDMPlaylistLocal
Get the local playlists of the current workspace.
Exporter les connexions de la liste de lecture.
Type: System.Management.Automation.SwitchParameter
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: true
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
Utiliser le commutateur avec précaution. Il répondra automatiquement aux questions oui/non, oui/non/annuler ou ok/annuler. En cas de plusieurs invites, plusieurs valeurs peuvent être passées à ce paramètre. Voici les valeurs acceptées :
Oui : Accepter l’invite. Couvrir les valeurs OK et Automatique.
Non : Refuser l'invite oui/non/annuler. "Annuler" est l'option de repli s'il n'y a pas d'option "Non".
Annuler : Annuler l'invite oui/non/annuler. "Non" est l'option de secours s'il n'y a pas d'option "Annuler".
Type: System.Windows.Forms.DialogResult[]
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
Cette applet de commande supporte les paramètres communs : -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction et -WarningVariable. Pour plus d'informations, voir à propos de_CommonParameters.
Pour plus d'informations, taper "Get-Help Get-RDMPlaylistLocal -detailed". Pour des informations techniques, taper "Get-Help Get-RDMPlaylistLocal -full".