8
0
Skriptentwickung/test/Remove-AllVariables.ps1
2024-01-24 16:42:38 +01:00

3 lines
76 B
PowerShell

Remove-Variable * -Force -ErrorAction SilentlyContinue
$error.clear()
cls