Powershell Commands
| October 24th, 2016Close all opened sessions
Get-PSSession | Remove-PSSession
Remove all variables from session
Get-Variable -Exclude PWD,*Preference | Remove-Variable -EA 0
Close all opened sessions
Get-PSSession | Remove-PSSession
Remove all variables from session
Get-Variable -Exclude PWD,*Preference | Remove-Variable -EA 0