Category Archives: PowerShell

Destroy Powershell COM Object

While working with Outlook email using Windows Powershell, I noticed that Outlook did not close. This is because Windows will not close the Outlook process until all programs are done with it. This blog post has a nice discussion about it as well as the method for forcing the COM object to close.