Please follow the steps given below to manually download and enable the Network Module for the On-Premise Poller:
Steps to validate the checksum
If you're using Windows 7 or above, use the
Certutil
or the
Get- FileHash
utilities to verify the authenticity of the downloaded file by executing either of the commands given below:
CertUtil -hashfile Networkplus_win.zip SHA256
Get-FileHash Networkplus_win.zip -Algorithm SHA256 | Format-List
If you're using Linux, execute the below code on the console to view the checksum value:
sha256sum Networkplus_lin.zip
On successful execution, you will see that the displayed checksum value exactly matches the checksum file downloaded in
step 5
.