Skip to content

Instantly share code, notes, and snippets.

@digitalbricklayer
Last active September 28, 2018 14:54
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save digitalbricklayer/f23248e5d95469b6e832373f9c73e6fb to your computer and use it in GitHub Desktop.
Read IP Power 9850 software version using Powershell
# uses default user name and password. Couldn't get the HTTP form to work properly
Invoke-WebRequest -Uri "http://10.0.0.204/set.cmd?user=admin+pass=12345678+cmd=getversion"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment