PowerShell Script Clear Cach в конце

Remove-Variable * -ErrorAction SilentlyContinue; Remove-Module *; $error.Clear();
Dark Dugong