< Back

Remove-PrismFile

Sat Jan 18, 2020 10:16 pm

NAME Remove-PrismFile



SYNOPSIS

Remove a file on the SD card





SYNTAX

Remove-PrismFile [[-ComputerName] <String>] [[-Session] <WebRequestSession>] [[-Name] <String>]

[<CommonParameters>]





DESCRIPTION

Remove a file on the SD card





PARAMETERS

-ComputerName <String>

The host name or IP of your Prism



Required? false

Position? 1

Default value (Get-PrismPrinter).IPAddress

Accept pipeline input? false

Accept wildcard characters? false



-Session <WebRequestSession>

The session to your Prism, autocreated if not provided



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String>

The name of the file, can be piped from Get-PrismFile



Required? false

Position? 3

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

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:\\>Get-PrismFile -Name Daishi.cddlp | Remove-PrismFile



Checks if your awesome Daishi BattleMech model exists, and if it does, removes it. Shame on you

Unless you were making room for a Marauder...











RELATED LINKS