Tuesday, May 14, 2024

Get IP address, subnet, gateway and DNS server of the NICs using PowerShell

Get IP address, subnet, gateway and DNS server of the NICs using PowerShell

Refs:
PowerShell/IP/Address/gateway/DNS

No comments:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...