Is there a way to dispose/close the CookieContainer?
$cc = New-Object System.Net.CookieContainer
Is there a way to dispose/close the CookieContainer?
$cc = New-Object System.Net.CookieContainer
maybe
remove-variable cc
can do the trick.
edit:
$cc -is [idisposable]
return false!