I create an event subscriber using Register-ObjectEvent, I lose the Event as soon as I close the PS console (Get-EventSubscriber shows none). How do I make it permanent? It should not get affected by closing of PowerShell console of reboot of computer.
Is it possible?
-Edatha-