< Back

Clear-CDscLocalResourceCache

Sun Jan 12, 2020 8:58 pm

NAME Clear-CDscLocalResourceCache



SYNOPSIS

Clears the local DSC resource cache.





SYNTAX

Clear-CDscLocalResourceCache [<CommonParameters>]





DESCRIPTION

DSC caches resources. This is painful when developing, since you're constantly updating your resources. This

function allows you to clear the DSC resource cache on the local computer. What this function really does, is kill

the DSC host process running DSC.



`Clear-CDscLocalResourceCache` is new in Carbon 2.0.





PARAMETERS

<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:\\>Clear-CDscLocalResourceCache















RELATED LINKS