PowerShell Script Clear Cach al final

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