Skip to main content

Remove-ContentFromCache

SYNOPSIS

Removes the toolkit content from the cache folder on the local machine and reverts the $dirFiles and $supportFiles directory

SYNTAX

Remove-ContentFromCache [[-Path] <String>] [<CommonParameters>]

DESCRIPTION

Removes the toolkit content from the cache folder on the local machine and reverts the $dirFiles and $supportFiles directory

EXAMPLES

EXAMPLE 1

Remove-ContentFromCache -Path 'C:\Windows\Temp\PSAppDeployToolkit'

PARAMETERS

-Path

The path to the software cache folder

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: "$configToolkitCachePath\$installName"
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

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

INPUTS

OUTPUTS

NOTES

https://psappdeploytoolkit.com