Clear-DscLocalResourceCache

Clears the local DSC resource cache.

Syntax

Clear-DscLocalResourceCache [<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-DscLocalResourceCache is new in Carbon 2.0.

EXAMPLE 1

Clear-DscLocalResourceCache