Search notes:

PowerShell cmdLet Remove-Variable

remove-variable removes a variable.

See also

Powershell command noun: variable
Use the -force option to remove read-only variables (such as $home).
When using COM automation for Office, a variable apparently needs to be removed to kill a process.

Index