Helpful commands
- Last UpdatedSep 02, 2025
- 1 minute read
This section contains a list of commands that you can execute on Windows and Linux operating systems to make your experience using AVEVA Edge Management better.
How do I list modules that are running?
|
Operating system |
Command |
|---|---|
|
Windows |
iotedge list |
|
Linux |
sudo iotedge list |
How do I view the pairing time logs?
|
Operating system |
Command |
|---|---|
|
Windows |
Get-IoTEdgeLog |
|
Linux |
sudo journalctl -u iotedge --no-pager --no-full |
How do I view the proxy and environment status on a Linux machine?
|
Operating system |
Command |
|---|---|
|
Linux |
sudo -E printenv http_proxy |