Skip to content

Instantly share code, notes, and snippets.

@FleXoft
Created November 28, 2018 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FleXoft/b72ab2047c6a73313d166d762fd02d81 to your computer and use it in GitHub Desktop.
Save FleXoft/b72ab2047c6a73313d166d762fd02d81 to your computer and use it in GitHub Desktop.
HPE SM tricky Windows starter
net start | findstr HP
netsh interface show interface
net stop "HP Service Manager 9.40 Server"
netsh interface set interface "Ethernet1 2" admin=disable
net start "HP Service Manager 9.40 Server"
netsh interface set interface "Ethernet1 2" admin=enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment