Useful winrm commands – HP StoreFabric Converged Network Adapters User Manual
Page 17
Installing BACS components on Microsoft and Linux operating systems 17
7.
If the server is in a workgroup, select all three options in the Profile Settings, and then click Next.
8.
Enter a name for the rule, and then click Finish.
The new rule appears and is enabled as indicated by a green check box.
Useful WinRM commands
The following WinRM commands might be useful for additional configuration:
•
Configure WinRM with default settings:
winrm quickconfig or winrm qc
•
Verify which service listeners are enabled and listening (including port and IP address):
winrm enumerate winrm/config/Listener or winrm e winrm/config/Listener
•
Verify the WinRM Service configuration:
winrm get winrm/config/Service
•
Delete an HTTPS listener:
winrm delete winrm/config/Listener?Address=*+Transport=HTTPS winrm set
winrm/config/service
@{CertificateThumbprint="49598a83f844c5eee3ed379a391d41270da0b20b"}