powershell script clear cach at end code example
Example: powershell script clear cach at end
Remove-Variable * -ErrorAction SilentlyContinue; Remove-Module *; $error.Clear();
Remove-Variable * -ErrorAction SilentlyContinue; Remove-Module *; $error.Clear();