Powershell script to find out all computers in a network which have Oracle Database installed

Copper Contributor

Hello All, I am looking for a powershell script to find out all computers in a network which have Oracle Database installed. Is there a script I can use or tweak ? If yes please let me know. Thanks

4 Replies
@iq

Since oracle database uses port 1521.
Why not do a powershell test-netconnection port?