Hello.
How to get list of active object with powershell.
I can get active object with this command, but i want get list of all active object what can i use there.
$word = [System.Runtime.InteropServices.Marshal]::GetActiveObject('Word.Application')
Is it possible to do.
Thanks for answare.