Skip to content

Files

Latest commit

 

History

History
72 lines (44 loc) · 1.5 KB

Clear-Twinkly.md

File metadata and controls

72 lines (44 loc) · 1.5 KB

Clear-Twinkly

Synopsis

Clears Twinkly devices


Description

The Twinkly API does not allow for the deletion of specific storage items, and is limited to 16 movies.

This clears the stored movies and playlists


Related Links


Examples

EXAMPLE 1

Clear-Twinkly

Parameters

IPAddress

One or more IP Addresses of Twinkly devices.

Type: [IPAddress[]]

Required: false

Position: 1

PipelineInput:true (ByPropertyName)


WhatIf

-WhatIf is an automatic variable that is created when a command has [CmdletBinding(SupportsShouldProcess)]. -WhatIf is used to see what would happen, or return operations without executing them

Confirm

-Confirm is an automatic variable that is created when a command has [CmdletBinding(SupportsShouldProcess)]. -Confirm is used to -Confirm each operation.

If you pass -Confirm:$false you will not be prompted.

If the command sets a [ConfirmImpact("Medium")] which is lower than $confirmImpactPreference, you will not be prompted unless -Confirm is passed.


Outputs


Syntax

Clear-Twinkly [[-IPAddress] <IPAddress[]>] [-WhatIf] [-Confirm] [<CommonParameters>]