For the complete documentation index, see llms.txt. This page is also available as Markdown.

Remove-DSPlaylistEntry

Synopsis

Remove items from a playlist

Syntax

__AllParameterSets

Remove-DSPlaylistEntry [-ID] <guid> [-ConnectionID] <guid[]> [-VaultPassword <string>] [-WhatIf]
 [-Confirm] [<CommonParameters>]

Description

Remove items from a playlist using their ID as identifiers.

Examples

PS C:\> Remove-DSPlaylistEntry -ID $playlistID -ConnectionID '12341234-1234-1234-1234-123412341234', '43214321-4321-4321-4321-432143214321'

Remove both connections identified by the IDs from the playlist

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

-ConnectionID

IDs of the entries to remove of the playlist

-ID

ID of the playlist entry

-VaultPassword

Password of the vault (if required)

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Notes

For more information, type "Get-Help Remove-DSPlaylistEntry -detailed". For technical information, type "Get-Help Remove-DSPlaylistEntry -full".

Last updated

Was this helpful?