I want to know the IP of a computer without a display which connected to a router, use below powershell script to detect. I don’t have the admin access of the router.
1 | for ($i=1; $i -lt 255; $i++) { |
I want to know the IP of a computer without a display which connected to a router, use below powershell script to detect. I don’t have the admin access of the router.
1 | for ($i=1; $i -lt 255; $i++) { |