Remove-ADTContentFromCache
SYNOPSIS
Removes the toolkit content from the cache folder on the local machine and reverts the $adtSession.DirFiles and $adtSession.SupportFiles directory.
SYNTAX
Remove-ADTContentFromCache [[-Path] <String>] [<CommonParameters>]
DESCRIPTION
This function removes the toolkit content from the cache folder on the local machine. It also reverts the $adtSession.DirFiles and $adtSession.SupportFiles directory to their original state. If the specified cache folder does not exist, it logs a message and exits.
EXAMPLES
EXAMPLE 1
Remove-ADTContentFromCache -Path "$envWinDir\Temp\PSAppDeployToolkit"
Removes the toolkit content from the specified cache folder.
PARAMETERS
-Path
The path to the software cache folder.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: "$((Get-ADTConfig).Toolkit.CachePath)\\$((Get-ADTSession).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
None
You cannot pipe objects to this function.
OUTPUTS
None
This function does not return objects.
NOTES
An active ADT session is required to use this function.
Tags: psadt
Website: https://psappdeploytoolkit.com
Copyright: (C) 2025 PSAppDeployToolkit Team (Sean Lillis, Dan Cunningham, Muhammad Mashwani, Mitch Richters, Dan Gough).
License: https://opensource.org/license/lgpl-3-0
RELATED LINKS
https://psappdeploytoolkit.com/docs/reference/functions/Remove-ADTContentFromCache